Skip to content

Commit 62ed470

Browse files
committed
release(v0.4.0): prepare release
This is the official v0.4.0 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 4a79aeb commit 62ed470

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
## [bldr 0.4.0](https://github.com/siderolabs/bldr/releases/tag/v0.4.0) (2025-01-31)
2+
3+
Welcome to the v0.4.0 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+
* Dmitriy Matrenichev
13+
* Andrey Smirnov
14+
* Noel Georgi
15+
16+
### Changes
17+
<details><summary>6 commits</summary>
18+
<p>
19+
20+
* [`4a79aeb`](https://github.com/siderolabs/bldr/commit/4a79aebb10957f23c7fc82378b4498686bb6fe73) feat: make variant in `pkg.yaml` explicit
21+
* [`d978bcc`](https://github.com/siderolabs/bldr/commit/d978bcc7571839ff65d8a139be600c57135cdbf6) fix: drop TOOLCHAIN from std vars
22+
* [`66b078d`](https://github.com/siderolabs/bldr/commit/66b078d12e99b92c7e9b3a9ceee71936ad52bd4e) fix: drop alpine for `md5sum` step
23+
* [`24a37b0`](https://github.com/siderolabs/bldr/commit/24a37b0f070182ce8706e852f22f54f799761f33) feat: implement support for network mode
24+
* [`40ad501`](https://github.com/siderolabs/bldr/commit/40ad5014b4fc1a187d2c83e1ebcd18f40890a24b) chore: rekres to simplify `.kres.yaml` defaults
25+
* [`73fad60`](https://github.com/siderolabs/bldr/commit/73fad60813195cef4458685335e5e907726bd21e) chore: bump deps
26+
</p>
27+
</details>
28+
29+
### Changes from siderolabs/gen
30+
<details><summary>4 commits</summary>
31+
<p>
32+
33+
* [`5ae3afe`](https://github.com/siderolabs/gen/commit/5ae3afee65490ca9f4bd32ea41803ab3a17cad7e) chore: update hashtriemap implementation from the latest upstream
34+
* [`e847d2a`](https://github.com/siderolabs/gen/commit/e847d2ace9ede4a17283426dfbc8229121f2909b) chore: add more utilities to xiter
35+
* [`f3c5a2b`](https://github.com/siderolabs/gen/commit/f3c5a2b5aba74e4935d073a0135c4904ef3bbfef) chore: add `Empty` and `Empty2` iterators
36+
* [`c53b90b`](https://github.com/siderolabs/gen/commit/c53b90b4a418b8629d938af06900249ce5acd9e6) chore: add packages xiter/xstrings/xbytes
37+
</p>
38+
</details>
39+
40+
### Dependency Changes
41+
42+
* **github.com/Masterminds/sprig/v3** v3.2.3 -> v3.3.0
43+
* **github.com/containerd/platforms** v0.2.1 -> v1.0.0-rc.1
44+
* **github.com/emicklei/dot** v1.6.2 -> v1.6.4
45+
* **github.com/google/go-github/v67** v67.0.0 **_new_**
46+
* **github.com/moby/buildkit** v0.15.1 -> v0.19.0
47+
* **github.com/otiai10/copy** v1.14.0 -> v1.14.1
48+
* **github.com/siderolabs/gen** v0.5.0 -> v0.8.0
49+
* **github.com/stretchr/testify** v1.9.0 -> v1.10.0
50+
* **golang.org/x/oauth2** v0.22.0 -> v0.25.0
51+
* **golang.org/x/sync** v0.8.0 -> v0.10.0
52+
53+
Previous release can be found at [v0.3.2](https://github.com/siderolabs/bldr/releases/tag/v0.3.2)
54+
155
## [bldr 0.2.2](https://github.com/siderolabs/bldr/releases/tag/v0.2.2) (2023-09-15)
256

357
Welcome to the v0.2.2 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.2.1"
8+
previous = "v0.3.2"
99
pre_release = false
1010

1111
# [notes]

0 commit comments

Comments
 (0)