File tree Expand file tree Collapse file tree 2 files changed +51
-18
lines changed Expand file tree Collapse file tree 2 files changed +51
-18
lines changed Original file line number Diff line number Diff line change
1
+ ## [ CAPI Bootstrap Provider Talos 0.3.1] ( https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.3.1 ) (2021-09-29)
2
+
3
+ Welcome to the v0.3.1 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/talos-systems/cluster-api-bootstrap-provider-talos/issues .
9
+
10
+ ### CAPI v1alpha3
11
+
12
+ This release of CABPT is compatible with CAPI v1alpha3 (v0.3.x).
13
+ Next release of CABPT will bring compatibility with CAPI v1alpha4 (v0.4.x).
14
+
15
+
16
+ ### configType ` none `
17
+
18
+ This releases fixes generation of ` <cluster>-ca ` secret for user-provided machine configuration with ` configType: none `
19
+ (https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/issues/97 ).
20
+
21
+
22
+ ### Talos 0.12.3
23
+
24
+ CABPT supports config generation for Talos 0.12.3 (and previous Talos releases).
25
+
26
+
27
+ ### Contributors
28
+
29
+ * Andrey Smirnov
30
+
31
+ ### Changes
32
+ <details ><summary >2 commits</summary >
33
+ <p >
34
+
35
+ * [ ` 874f5a7 ` ] ( https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/874f5a7caa03c26da24db3fddc4d9dcf5eef9545 ) fix: don't write incomplete ` <cluster>-ca ` secret for configtype none
36
+ * [ ` c3875b8 ` ] ( https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/c3875b80234eb84c560ba7500b868bf1507325f6 ) feat: bump Talos machinery to 0.12.3
37
+ </p >
38
+ </details >
39
+
40
+ ### Dependency Changes
41
+
42
+ * ** github.com/talos-systems/talos/pkg/machinery** 7e63e43eb399 -> v0.12.3
43
+
44
+ Previous release can be found at [ v0.3.0] ( https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.3.0 )
45
+
1
46
## [ CAPI Bootstrap Provider Talos 0.3.0] ( https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.3.0 ) (2021-09-22)
2
47
3
48
Welcome to the v0.3.0 release of CAPI Bootstrap Provider Talos!
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ github_repo = "talos-systems/cluster-api-bootstrap-provider-talos"
6
6
match_deps = " ^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
7
7
8
8
# previous release
9
- previous = " v0.2 .0"
9
+ previous = " v0.3 .0"
10
10
11
11
pre_release = false
12
12
@@ -16,18 +16,9 @@ preface = """\
16
16
[notes ]
17
17
18
18
[notes .talos ]
19
- title = " Talos 0.12"
19
+ title = " Talos 0.12.3 "
20
20
description = """ \
21
- CABPT supports config generation for Talos 0.12.
22
- Talos majort version can be specified in the spec of `TalosControlPlane` or `MachineDeployment`:
23
-
24
- ```yaml
25
- generateType: controlplane
26
- talosVersion: v0.11
27
- ```
28
-
29
- It is recommended to specify minor version of Talos to make sure machine configuration stays comptabile with Talos version
30
- being used even if the CABPT is upgraded to new version.
21
+ CABPT supports config generation for Talos 0.12.3 (and previous Talos releases).
31
22
"""
32
23
33
24
[notes .capi ]
@@ -38,11 +29,8 @@ Next release of CABPT will bring compatibility with CAPI v1alpha4 (v0.4.x).
38
29
"""
39
30
40
31
[notes .defaultversion ]
41
- title = " Default `talosVersion `"
32
+ title = " configType `none `"
42
33
description = """ \
43
- In previous releases of CABPT default value of `talosVersion` field was `v0.8`.
44
- As Talos v0.8 release is almost a year old, new default value of `talosVersion` is to use whatever Talos version CABPT was
45
- built against (in this relase, it's Talos 0.12).
46
-
47
- If you're still running Talos v0.8.x, please make sure `talosVersion` is set to `v0.8`.
34
+ This releases fixes generation of `<cluster>-ca` secret for user-provided machine configuration with `configType: none`
35
+ (https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/issues/97).
48
36
"""
You can’t perform that action at this time.
0 commit comments