Skip to content

Commit 2a4115f

Browse files
committed
release(v0.5.0-alpha.0): prepare release
This is the official v0.5.0-alpha.0 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent d124c07 commit 2a4115f

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
## [CAPI Bootstrap Provider Talos 0.5.0-alpha.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.0-alpha.0) (2021-10-27)
2+
3+
Welcome to the v0.5.0-alpha.0 release of CAPI Bootstrap Provider Talos!
4+
*This is a pre-release of CAPI Bootstrap Provider Talos*
5+
6+
7+
8+
Please try out the release binaries and report any issues at
9+
https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/issues.
10+
11+
### CAPI v1beta1
12+
13+
CABPT now supports CAPI version 1.0.x (v1beta1).
14+
15+
16+
### `talosconfig` Generation
17+
18+
CABPT now generates client-side Talos API credentials (`talosconfig`) in the `<cluster>-talosconfig` Secret.
19+
Generated `talosconfig` will be updated with the endpoints of the control plane `Machine`s.
20+
21+
22+
### Contributors
23+
24+
* Andrey Smirnov
25+
26+
### Changes
27+
<details><summary>4 commits</summary>
28+
<p>
29+
30+
* [`d124c07`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/d124c072c9db8d402b353a73646d2d197bae76a4) docs: update README with usage and compatibility matrix
31+
* [`20792f3`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/20792f345b7ff3c8ffa9d65c9ca8dcab1932f49e) feat: generate talosconfig as a secret with proper endpoints
32+
* [`abd206f`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/abd206fd8a98f5478f8ffd0f8686e32be3b7defe) feat: update to CAPI v1.0.x contract (v1beta1)
33+
* [`b7faf9e`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/b7faf9e730b7c9f50ffa94be194ddcf908708a2c) feat: update Talos machinery to 0.13.0
34+
</p>
35+
</details>
36+
37+
### Changes from talos-systems/crypto
38+
<details><summary>2 commits</summary>
39+
<p>
40+
41+
* [`9a63cba`](https://github.com/talos-systems/crypto/commit/9a63cba8dabd278f3080fa8c160613efc48c43f8) fix: add back support for generating ECDSA keys with P-256 and SHA512
42+
* [`893bc66`](https://github.com/talos-systems/crypto/commit/893bc66e4716a4cb7d1d5e66b5660ffc01f22823) fix: use SHA256 for ECDSA-P256
43+
</p>
44+
</details>
45+
46+
### Dependency Changes
47+
48+
* **github.com/talos-systems/crypto** v0.3.2 -> v0.3.4
49+
* **golang.org/x/sys** bfb29a6856f2 -> 39ccf1dd6fa6
50+
* **inet.af/netaddr** 85fa6c94624e **_new_**
51+
* **k8s.io/api** v0.21.4 -> v0.22.2
52+
* **k8s.io/apiextensions-apiserver** v0.21.4 -> v0.22.2
53+
* **k8s.io/apimachinery** v0.21.4 -> v0.22.2
54+
* **k8s.io/client-go** v0.21.4 -> v0.22.2
55+
* **sigs.k8s.io/cluster-api** v0.4.3 -> v1.0.0
56+
* **sigs.k8s.io/controller-runtime** v0.9.7 -> v0.10.2
57+
58+
Previous release can be found at [v0.4.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.0)
59+
160
## [CAPI Bootstrap Provider Talos 0.4.0-alpha.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.0-alpha.0) (2021-10-01)
261

362
Welcome to the v0.4.0-alpha.0 release of CAPI Bootstrap Provider Talos!

hack/release.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,11 @@ preface = """\
1919
title = "CAPI v1beta1"
2020
description = """\
2121
CABPT now supports CAPI version 1.0.x (v1beta1).
22+
"""
23+
24+
[notes.talosconfig]
25+
title = "`talosconfig` Generation"
26+
description = """\
27+
CABPT now generates client-side Talos API credentials (`talosconfig`) in the `<cluster>-talosconfig` Secret.
28+
Generated `talosconfig` will be updated with the endpoints of the control plane `Machine`s.
2229
"""

0 commit comments

Comments
 (0)