Skip to content

Commit 1fb8efe

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

File tree

2 files changed

+56
-3
lines changed

2 files changed

+56
-3
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
## [CAPI Bootstrap Provider Talos 0.5.5](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.5) (2022-09-01)
2+
3+
Welcome to the v0.5.5 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/siderolabs/cluster-api-bootstrap-provider-talos/issues.
9+
10+
### Talos 1.2
11+
12+
CABPT now supports machine configuration generation for Talos 1.2.
13+
14+
15+
### Contributors
16+
17+
* Andrey Smirnov
18+
* Dmitriy Matrenichev
19+
20+
### Changes
21+
<details><summary>2 commits</summary>
22+
<p>
23+
24+
* [`af2d2fa`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/af2d2fa724690ad0c697f80025dde55b0fb5d328) feat: update to Talos 1.2.0
25+
* [`e79b3c0`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/e79b3c037c5f2c867bab71c990ba2b28dbb26138) feat: update Talos to 1.2.0-beta.2
26+
</p>
27+
</details>
28+
29+
### Changes from siderolabs/go-pointer
30+
<details><summary>2 commits</summary>
31+
<p>
32+
33+
* [`71ccdf0`](https://github.com/siderolabs/go-pointer/commit/71ccdf0d65330596f4def36da37625e4f362f2a9) chore: implement main functionality
34+
* [`c1c3b23`](https://github.com/siderolabs/go-pointer/commit/c1c3b235d30cb0de97ed0645809f2b21af3b021e) Initial commit
35+
</p>
36+
</details>
37+
38+
### Dependency Changes
39+
40+
* **github.com/google/go-cmp** v0.5.7 -> v0.5.8
41+
* **github.com/siderolabs/go-pointer** v1.0.0 **_new_**
42+
* **github.com/stretchr/testify** v1.7.1 -> v1.8.0
43+
* **github.com/talos-systems/crypto** v0.3.5 -> v0.3.6
44+
* **golang.org/x/sys** a24fb2fb8a0f -> d48e67d00261
45+
* **k8s.io/api** v0.23.5 -> v0.24.2
46+
* **k8s.io/apiextensions-apiserver** v0.23.5 -> v0.24.2
47+
* **k8s.io/apimachinery** v0.23.5 -> v0.24.2
48+
* **k8s.io/client-go** v0.23.5 -> v0.24.2
49+
* **sigs.k8s.io/cluster-api** v1.1.4 -> v1.2.1
50+
* **sigs.k8s.io/controller-runtime** v0.11.2 -> v0.12.3
51+
52+
Previous release can be found at [v0.5.4](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.4)
53+
154
## [CAPI Bootstrap Provider Talos 0.5.4](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.4) (2022-06-22)
255

356
Welcome to the v0.5.4 release of CAPI Bootstrap Provider Talos!

hack/release.toml

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

88
# previous release
9-
previous = "v0.5.3"
9+
previous = "v0.5.4"
1010

1111
pre_release = false
1212

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

1818
[notes.talos]
19-
title = "Talos 1.1"
19+
title = "Talos 1.2"
2020
description = """\
21-
CABPT now supports machine configuration generation for Talos 1.1.
21+
CABPT now supports machine configuration generation for Talos 1.2.
2222
"""
2323

0 commit comments

Comments
 (0)