Skip to content

Commit 57ad419

Browse files
committed
release(v0.8.1): prepare release
This is the official v0.8.1 release. Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
1 parent 6392086 commit 57ad419

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [image-factory 0.8.1](https://github.com/siderolabs/image-factory/releases/tag/v0.8.1) (2025-08-14)
2+
3+
Welcome to the v0.8.1 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+
14+
### Changes
15+
<details><summary>2 commits</summary>
16+
<p>
17+
18+
* [`6392086`](https://github.com/siderolabs/image-factory/commit/63920865fa4bd1f4537880e5b491e685a88fd965) fix: prevent failure on cache.Get
19+
* [`a1e3707`](https://github.com/siderolabs/image-factory/commit/a1e37078e10bae58d8ee3f117cdbc405de35e65c) feat: add fallback if S3 is missbehaving
20+
</p>
21+
</details>
22+
23+
### Dependency Changes
24+
25+
This release has no dependency changes
26+
27+
Previous release can be found at [v0.8.0](https://github.com/siderolabs/image-factory/releases/tag/v0.8.0)
28+
129
## [image-factory 0.8.0](https://github.com/siderolabs/image-factory/releases/tag/v0.8.0) (2025-08-12)
230

331
Welcome to the v0.8.0 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.6"
8+
previous = "v0.8.0"
99
# pre_release = true
1010

1111
# [notes]

0 commit comments

Comments
 (0)