File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 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
335Welcome to the v0.5.4 release of bldr!
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project_name = "bldr"
55github_repo = " siderolabs/bldr"
66match_deps = " ^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77
8- previous = " v0.5.3 "
8+ previous = " v0.5.5 "
99pre_release = false
1010
1111# [notes]
You can’t perform that action at this time.
0 commit comments