Skip to content

Commit 3ce9e69

Browse files
committed
release(v0.3.1): prepare release
This is the official v0.3.1 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 874f5a7 commit 3ce9e69

File tree

2 files changed

+51
-18
lines changed

2 files changed

+51
-18
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
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+
146
## [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)
247

348
Welcome to the v0.3.0 release of CAPI Bootstrap Provider Talos!

hack/release.toml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ github_repo = "talos-systems/cluster-api-bootstrap-provider-talos"
66
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
77

88
# previous release
9-
previous = "v0.2.0"
9+
previous = "v0.3.0"
1010

1111
pre_release = false
1212

@@ -16,18 +16,9 @@ preface = """\
1616
[notes]
1717

1818
[notes.talos]
19-
title = "Talos 0.12"
19+
title = "Talos 0.12.3"
2020
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).
3122
"""
3223

3324
[notes.capi]
@@ -38,11 +29,8 @@ Next release of CABPT will bring compatibility with CAPI v1alpha4 (v0.4.x).
3829
"""
3930

4031
[notes.defaultversion]
41-
title = "Default `talosVersion`"
32+
title = "configType `none`"
4233
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).
4836
"""

0 commit comments

Comments
 (0)