Skip to content

Commit 8c0eba4

Browse files
committed
release(v0.5.0-alpha.2): prepare release
This is the official v0.5.0-alpha.2 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 1401505 commit 8c0eba4

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## [CAPI Control Plane Provider Talos 0.5.0-alpha.2](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0-alpha.2) (2023-04-28)
2+
3+
Welcome to the v0.5.0-alpha.2 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+
* Ströger Florian
21+
22+
### Changes
23+
<details><summary>2 commits</summary>
24+
<p>
25+
26+
* [`1401505`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/1401505f2533e0d0bcdeca2c8f671f7c7b984bdf) feat: trigger rollout on controlPlaneConfig changes
27+
* [`6be6eec`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/6be6eec73e04a82f11f1cdbc945d708c05b415b3) fix: rewrite scale down code to be resilient to API calls failures
28+
</p>
29+
</details>
30+
31+
### Dependency Changes
32+
33+
* **golang.org/x/sync** v0.1.0 **_new_**
34+
35+
Previous release can be found at [v0.5.0-alpha.1](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0-alpha.1)
36+
37+
38+
139

240
## [CAPI Control Plane Provider Talos 0.5.0-alpha.1](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0-alpha.1) (2023-04-19)
341

hack/release.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,18 @@ 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-alpha.1"
1010

1111
pre_release = true
1212

1313
preface = """\
1414
"""
15+
16+
[notes]
17+
18+
[notes.rolling-update]
19+
title = "Trigger Rolling Updates on Talos Config Changes"
20+
description = """\
21+
The controller now reacts to `TalosConfig` spec changes
22+
and can do rolling updates of the control plane machines.
23+
"""

0 commit comments

Comments
 (0)