Skip to content

Commit ef969cc

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

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
## [CAPI Bootstrap Provider Talos 0.5.3](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.3) (2022-03-29)
2+
3+
Welcome to the v0.5.3 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.0
11+
12+
CABPT now supports machine configuration generation for Talos 1.0.
13+
14+
15+
### Contributors
16+
17+
* Andrey Smirnov
18+
* Spencer Smith
19+
* Noel Georgi
20+
21+
### Changes
22+
<details><summary>5 commits</summary>
23+
<p>
24+
25+
* [`ff4501d`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/ff4501db32b635a2d4134f3fd786b4336f56402a) feat: update to Talos 1.0
26+
* [`47c85bd`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/47c85bd7ab4f431544f26fa678980e78833c7163) chore: update after org rename
27+
* [`7851b23`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/7851b23aeb1f1a20868e683a6872707f57fd1765) docs: add note for clusterctl rename bug
28+
* [`9fda598`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/9fda598da9c28ae432b1d37900f660b42f894604) chore: update GPG org
29+
* [`7dcf091`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/7dcf09177f8e0a7c269b426cad59f82505fc6e0f) chore: bump cert-manager to v1
30+
</p>
31+
</details>
32+
33+
### Dependency Changes
34+
35+
* **github.com/go-logr/logr** v0.4.0 -> v1.2.0
36+
* **github.com/talos-systems/crypto** v0.3.4 -> v0.3.5
37+
* **golang.org/x/sys** fe61309f8881 -> 3681064d5158
38+
* **k8s.io/api** v0.22.2 -> v0.23.0
39+
* **k8s.io/apiextensions-apiserver** v0.22.2 -> v0.23.0
40+
* **k8s.io/apimachinery** v0.22.2 -> v0.23.0
41+
* **k8s.io/client-go** v0.22.2 -> v0.23.0
42+
* **sigs.k8s.io/cluster-api** v1.0.4 -> v1.1.3
43+
* **sigs.k8s.io/controller-runtime** v0.10.3 -> v0.11.1
44+
45+
Previous release can be found at [v0.5.2](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.2)
46+
147
## [CAPI Bootstrap Provider Talos 0.5.2](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.2) (2022-02-04)
248

349
Welcome to the v0.5.2 release of CAPI Bootstrap Provider Talos!

hack/release.toml

Lines changed: 1 addition & 1 deletion
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.2"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)