Skip to content

Commit 81bb1d1

Browse files
committed
release(v0.5.6): prepare release
This is the official v0.5.6 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 6737494 commit 81bb1d1

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## [bldr 0.5.6](https://github.com/siderolabs/bldr/releases/tag/v0.5.6) (2025-12-05)
2+
3+
Welcome to the v0.5.6 release of bldr!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/bldr/issues.
9+
10+
### Contributors
11+
12+
* Andrey Smirnov
13+
* Gilbert Gilb's
14+
15+
### Changes
16+
<details><summary>3 commits</summary>
17+
<p>
18+
19+
* [`6737494`](https://github.com/siderolabs/bldr/commit/6737494b46b0a1d44f26da0a85a678d5e3661615) chore: rekres using latest settings
20+
* [`d7bd0d1`](https://github.com/siderolabs/bldr/commit/d7bd0d1a451f92781c1c0e70db17ba02d8bf4004) fix: ignore artifacts directory in local context
21+
* [`33e25e2`](https://github.com/siderolabs/bldr/commit/33e25e2c04157b3002af2a2f0022df181d211fd3) fix(download): always send User-Agent and Accept headers
22+
</p>
23+
</details>
24+
25+
### Dependency Changes
26+
27+
* **github.com/moby/buildkit** v0.25.2 -> v0.26.2
28+
* **go.yaml.in/yaml/v4** v4.0.0-rc.2 -> v4.0.0-rc.3
29+
* **golang.org/x/sync** v0.17.0 -> v0.18.0
30+
31+
Previous release can be found at [v0.5.5](https://github.com/siderolabs/bldr/releases/tag/v0.5.5)
32+
133
## [bldr 0.5.4](https://github.com/siderolabs/bldr/releases/tag/v0.5.4) (2025-09-15)
234

335
Welcome to the v0.5.4 release of bldr!

hack/release.toml

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

8-
previous = "v0.5.3"
8+
previous = "v0.5.5"
99
pre_release = false
1010

1111
# [notes]

0 commit comments

Comments
 (0)