Skip to content

Commit 7541eba

Browse files
committed
release(v0.4.1): prepare release
This is the official v0.4.1 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 72d979b commit 7541eba

File tree

2 files changed

+56
-6
lines changed

2 files changed

+56
-6
lines changed

CHANGELOG.md

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

351
Welcome to the v0.4.0 release of CAPI Bootstrap Provider Talos!

hack/release.toml

Lines changed: 8 additions & 6 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.4.0"
1010

1111
pre_release = false
1212

@@ -18,10 +18,12 @@ preface = """\
1818
[notes.capi]
1919
title = "CAPI v1alpha4"
2020
description = """\
21-
CABPT now supports CAPI v1alpha4.
21+
CABPT v0.4.x supports CAPI v1alpha4.
22+
"""
2223

23-
Support new conditions, which should simplify CABPT issues debugging:
24-
- `DataSecretAvailable` documents the status of the bootstrap secret generation process.
25-
- `WaitingForClusterInfrastructure` waiting for the cluster infrastructure to be ready.
26-
- `DataSecretGenerationFailed` detecting an error while generating a data secret.
24+
[notes.talos]
25+
title = "Talos 0.13.0"
26+
description = """\
27+
CABPT now supports config generation for Talos 0.13.0 (and previous Talos releases).
28+
Talos version to generate configs for should be specified in the `talosVersion:` field.
2729
"""

0 commit comments

Comments
 (0)