Skip to content

Commit dbc4c34

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

File tree

2 files changed

+43
-3
lines changed

2 files changed

+43
-3
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## [CAPI Bootstrap Provider Talos 0.5.4](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.4) (2022-06-22)
2+
3+
Welcome to the v0.5.4 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.1
11+
12+
CABPT now supports machine configuration generation for Talos 1.1.
13+
14+
15+
### Contributors
16+
17+
* Andrey Smirnov
18+
19+
### Changes
20+
<details><summary>1 commit</summary>
21+
<p>
22+
23+
* [`537a4ab`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/537a4ab088eb3ede9ddfdfe6ca0c3dbe403cd009) feat: bump Talos to 1.1.0
24+
</p>
25+
</details>
26+
27+
### Dependency Changes
28+
29+
* **github.com/google/go-cmp** v0.5.7 **_new_**
30+
* **github.com/stretchr/testify** v1.7.0 -> v1.7.1
31+
* **golang.org/x/sys** 3681064d5158 -> a24fb2fb8a0f
32+
* **k8s.io/api** v0.23.0 -> v0.23.5
33+
* **k8s.io/apiextensions-apiserver** v0.23.0 -> v0.23.5
34+
* **k8s.io/apimachinery** v0.23.0 -> v0.23.5
35+
* **k8s.io/client-go** v0.23.0 -> v0.23.5
36+
* **sigs.k8s.io/cluster-api** v1.1.3 -> v1.1.4
37+
* **sigs.k8s.io/controller-runtime** v0.11.1 -> v0.11.2
38+
39+
Previous release can be found at [v0.5.3](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.3)
40+
141
## [CAPI Bootstrap Provider Talos 0.5.3](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.3) (2022-03-29)
242

343
Welcome to the v0.5.3 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.2"
9+
previous = "v0.5.3"
1010

1111
pre_release = false
1212

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

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

0 commit comments

Comments
 (0)