File tree Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ bldr 0.5.2] ( https://github.com/siderolabs/bldr/releases/tag/v0.5.2 ) (2025-08-26)
2
+
3
+ Welcome to the v0.5.2 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
+ * Dmitrii Sharshakov
14
+ * Mateusz Urbanek
15
+
16
+ ### Changes
17
+ <details ><summary >3 commits</summary >
18
+ <p >
19
+
20
+ * [ ` 73b4eaa ` ] ( https://github.com/siderolabs/bldr/commit/73b4eaa7d798f1afe460f9114b9284bde6e0efd9 ) feat: implement a dump command
21
+ * [ ` 42e5c02 ` ] ( https://github.com/siderolabs/bldr/commit/42e5c0290f6aca41a6ab3a8f52b970f360c81e2d ) feat: add support for automatic templating
22
+ * [ ` c517c50 ` ] ( https://github.com/siderolabs/bldr/commit/c517c50c23888093d94de462010e31158a52c830 ) release(v0.5.1): prepare release
23
+ </p >
24
+ </details >
25
+
26
+ ### Changes from siderolabs/gen
27
+ <details ><summary >1 commit</summary >
28
+ <p >
29
+
30
+ * [ ` 044d921 ` ] ( https://github.com/siderolabs/gen/commit/044d921685bbd8b603a64175ea63b07efe9a64a7 ) feat: add xslices.Deduplicate
31
+ </p >
32
+ </details >
33
+
34
+ ### Dependency Changes
35
+
36
+ * ** github.com/emicklei/dot** v1.8.0 -> v1.9.0
37
+ * ** github.com/google/go-github/v74** v74.0.0 ** _ new_ **
38
+ * ** github.com/siderolabs/gen** v0.8.4 -> v0.8.5
39
+ * ** golang.org/x/sync** v0.15.0 -> v0.16.0
40
+
41
+ Previous release can be found at [ v0.5.1] ( https://github.com/siderolabs/bldr/releases/tag/v0.5.1 )
42
+
1
43
## [ bldr 0.5.1] ( https://github.com/siderolabs/bldr/releases/tag/v0.5.1 ) (2025-07-15)
2
44
3
45
Welcome to the v0.5.1 release of bldr!
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project_name = "bldr"
5
5
github_repo = " siderolabs/bldr"
6
6
match_deps = " ^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
7
7
8
- previous = " v0.5.0 "
8
+ previous = " v0.5.1 "
9
9
pre_release = false
10
10
11
11
# [notes]
Original file line number Diff line number Diff line change 1
- v0.2.1
1
+ v0.5.2
You can’t perform that action at this time.
0 commit comments