Skip to content

Commit 275459d

Browse files
committed
release(v0.5.1): prepare release
This is the official v0.5.1 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 59c39a8 commit 275459d

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## [CAPI Control Plane Provider Talos 0.5.1](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.1) (2023-05-11)
2+
3+
Welcome to the v0.5.1 release of CAPI Control Plane Provider Talos!
4+
*This is a pre-release of CAPI Control Plane 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-control-plane-provider-talos/issues.
10+
11+
### Trigger Rolling Updates on Talos Config Changes
12+
13+
The controller now reacts to `TalosConfig` spec changes
14+
and can do rolling updates of the control plane machines.
15+
16+
17+
### Contributors
18+
19+
* Artem Chernyshev
20+
21+
### Changes
22+
<details><summary>2 commits</summary>
23+
<p>
24+
25+
* [`59c39a8`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/59c39a8e1d0f3062b2b5e9bb47a178b9dfe27bed) fix: introduce 5 second timeout for each Talos client call
26+
* [`d2f21be`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d2f21beb4c3f20e6ad1a406a04a694005e36922c) fix: log actual error message in the reconcile error
27+
</p>
28+
</details>
29+
30+
### Dependency Changes
31+
32+
This release has no dependency changes
33+
34+
Previous release can be found at [v0.5.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0)
35+
136
## [CAPI Control Plane Provider Talos 0.5.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0) (2023-05-04)
237

338
Welcome to the v0.5.0 release of CAPI Control Plane 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 = "talos-systems/cluster-api-control-plane-provider-talos"
66
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
77

88
# previous release
9-
previous = "v0.4.0"
9+
previous = "v0.5.0"
1010

1111
pre_release = true
1212

0 commit comments

Comments
 (0)