Skip to content

Commit eb554b1

Browse files
committed
release(v0.3.2): prepare release
This is the official v0.3.2 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 1e36c44 commit eb554b1

File tree

2 files changed

+54
-11
lines changed

2 files changed

+54
-11
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
## [CAPI Bootstrap Provider Talos 0.3.2](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.3.2) (2021-10-12)
2+
3+
Welcome to the v0.3.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/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+
CABPT releases v0.4.x are compatible with CAPI v1alpha4 (v0.4.x).
14+
15+
16+
### Talos 0.13.0
17+
18+
CABPT now supports config generation for Talos 0.13.0 (and previous Talos releases).
19+
Talos version to generate configs for should be specified in the `talosVersion:` field.
20+
21+
22+
### Contributors
23+
24+
* Andrey Smirnov
25+
26+
### Changes
27+
<details><summary>1 commit</summary>
28+
<p>
29+
30+
* [`1e36c44`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/1e36c441b31c6bd66e9c6f239bc5cc562e35c3ab) feat: update Talos machinery to 0.13.0
31+
</p>
32+
</details>
33+
34+
### Changes from talos-systems/crypto
35+
<details><summary>2 commits</summary>
36+
<p>
37+
38+
* [`9a63cba`](https://github.com/talos-systems/crypto/commit/9a63cba8dabd278f3080fa8c160613efc48c43f8) fix: add back support for generating ECDSA keys with P-256 and SHA512
39+
* [`893bc66`](https://github.com/talos-systems/crypto/commit/893bc66e4716a4cb7d1d5e66b5660ffc01f22823) fix: use SHA256 for ECDSA-P256
40+
</p>
41+
</details>
42+
43+
### Dependency Changes
44+
45+
* **github.com/talos-systems/crypto** v0.3.2 -> v0.3.4
46+
* **golang.org/x/sys** 0f9fa26af87c -> 39ccf1dd6fa6
47+
48+
Previous release can be found at [v0.3.1](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.3.1)
49+
150
## [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)
251

352
Welcome to the v0.3.1 release of CAPI Bootstrap Provider Talos!

hack/release.toml

Lines changed: 5 additions & 11 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.3.0"
9+
previous = "v0.3.1"
1010

1111
pre_release = false
1212

@@ -16,21 +16,15 @@ preface = """\
1616
[notes]
1717

1818
[notes.talos]
19-
title = "Talos 0.12.3"
19+
title = "Talos 0.13.0"
2020
description = """\
21-
CABPT supports config generation for Talos 0.12.3 (and previous Talos releases).
21+
CABPT now supports config generation for Talos 0.13.0 (and previous Talos releases).
22+
Talos version to generate configs for should be specified in the `talosVersion:` field.
2223
"""
2324

2425
[notes.capi]
2526
title = "CAPI v1alpha3"
2627
description = """\
2728
This release of CABPT is compatible with CAPI v1alpha3 (v0.3.x).
28-
Next release of CABPT will bring compatibility with CAPI v1alpha4 (v0.4.x).
29-
"""
30-
31-
[notes.defaultversion]
32-
title = "configType `none`"
33-
description = """\
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).
29+
CABPT releases v0.4.x are compatible with CAPI v1alpha4 (v0.4.x).
3630
"""

0 commit comments

Comments
 (0)