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
+ ## [ CAPI Bootstrap Provider Talos 0.6.2] ( https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.2 ) (2023-09-07)
2
+
3
+ Welcome to the v0.6.2 release of CAPI Bootstrap Provider Talos!
4
+
5
+
6
+
7
+ Please try out the release binaries and report any issues at
8
+ https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/issues .
9
+
10
+ ### Talos 1.5
11
+
12
+ CABPT now supports machine configuration generation for Talos 1.5.
13
+
14
+
15
+ ### Contributors
16
+
17
+ * Andrey Smirnov
18
+
19
+ ### Changes
20
+ <details ><summary >1 commit</summary >
21
+ <p >
22
+
23
+ * [ ` 100d3d5 ` ] ( https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/100d3d521e3db90b6449752e2d1e51dff43d25bd ) fix: update Talos machinery to 1.5.2
24
+ </p >
25
+ </details >
26
+
27
+ ### Dependency Changes
28
+
29
+ * ** github.com/siderolabs/talos/pkg/machinery** v1.5.0 -> v1.5.2
30
+
31
+ Previous release can be found at [ v0.6.1] ( https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.1 )
32
+
1
33
## [ CAPI Bootstrap Provider Talos 0.6.1] ( https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.1 ) (2023-08-17)
2
34
3
35
Welcome to the v0.6.1 release of CAPI Bootstrap Provider Talos!
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ github_repo = "siderolabs/cluster-api-bootstrap-provider-talos"
6
6
match_deps = " ^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
7
7
8
8
# previous release
9
- previous = " v0.6.0 "
9
+ previous = " v0.6.1 "
10
10
11
11
pre_release = false
12
12
You can’t perform that action at this time.
0 commit comments