Skip to content

Commit 9760ab0

Browse files
committed
release(v0.8.0): prepare release
This is the official v0.8.0 release. Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent 7c6d261 commit 9760ab0

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## [image-factory 0.8.0](https://github.com/siderolabs/image-factory/releases/tag/v0.8.0) (2025-08-12)
2+
3+
Welcome to the v0.8.0 release of image-factory!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/image-factory/issues.
9+
10+
### Contributors
11+
12+
* Mateusz Urbanek
13+
* Andrey Smirnov
14+
15+
### Changes
16+
<details><summary>7 commits</summary>
17+
<p>
18+
19+
* [`7c6d261`](https://github.com/siderolabs/image-factory/commit/7c6d26184cd3a6f903385230fcbddc92cf67d065) fix: set content-disposition on S3
20+
* [`f3e97df`](https://github.com/siderolabs/image-factory/commit/f3e97df4e609aa1b6ffc39d6b4cb8c76e891669e) docs(image-factory): add info about S3 cache and CDN
21+
* [`d25e7ac`](https://github.com/siderolabs/image-factory/commit/d25e7acdc3b9e0a1fb96a0013133fc8e89097d1b) fix: add extra context to logs from s3 cache
22+
* [`a3a0dff`](https://github.com/siderolabs/image-factory/commit/a3a0dff1f8846a2373a63d428ea86717bbdc452f) fix: add optional region to S3 client
23+
* [`a9e2d08`](https://github.com/siderolabs/image-factory/commit/a9e2d08b1162c0e470b87da8e6ad448b34426d7a) feat: add support for Object Storage and CDN cache
24+
* [`b8bfc19`](https://github.com/siderolabs/image-factory/commit/b8bfc1985c4c93cd1aa12a251deaa1ecb6239d20) docs: add air-gapped documentation
25+
* [`f8b4ef0`](https://github.com/siderolabs/image-factory/commit/f8b4ef0ea538b56238b9ea0a51daadf5d5999ae6) docs: add new translation
26+
</p>
27+
</details>
28+
29+
### Dependency Changes
30+
31+
* **github.com/minio/minio-go/v7** v7.0.95 **_new_**
32+
* **github.com/ory/dockertest** v3.3.5 **_new_**
33+
34+
Previous release can be found at [v0.7.6](https://github.com/siderolabs/image-factory/releases/tag/v0.7.6)
35+
136
## [image-factory 0.7.6](https://github.com/siderolabs/image-factory/releases/tag/v0.7.6) (2025-07-24)
237

338
Welcome to the v0.7.6 release of image-factory!

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project_name = "image-factory"
55
github_repo = "siderolabs/image-factory"
66
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77

8-
previous = "v0.7.5"
8+
previous = "v0.7.6"
99
# pre_release = true
1010

1111
# [notes]

0 commit comments

Comments
 (0)