Skip to content

Commit

Permalink
release(v0.5.0-alpha.2): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.5.0-alpha.2 release.

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Apr 28, 2023
1 parent 1401505 commit 8c0eba4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## [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)

Welcome to the v0.5.0-alpha.2 release of CAPI Control Plane Provider Talos!
*This is a pre-release of CAPI Control Plane Provider Talos*



Please try out the release binaries and report any issues at
https://github.com/talos-systems/cluster-api-control-plane-provider-talos/issues.

### Trigger Rolling Updates on Talos Config Changes

The controller now reacts to `TalosConfig` spec changes
and can do rolling updates of the control plane machines.


### Contributors

* Artem Chernyshev
* Ströger Florian

### Changes
<details><summary>2 commits</summary>
<p>

* [`1401505`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/1401505f2533e0d0bcdeca2c8f671f7c7b984bdf) feat: trigger rollout on controlPlaneConfig changes
* [`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
</p>
</details>

### Dependency Changes

* **golang.org/x/sync** v0.1.0 **_new_**

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)




## [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)

Expand Down
11 changes: 10 additions & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ github_repo = "talos-systems/cluster-api-control-plane-provider-talos"
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"

# previous release
previous = "v0.4.0"
previous = "v0.5.0-alpha.1"

pre_release = true

preface = """\
"""

[notes]

[notes.rolling-update]
title = "Trigger Rolling Updates on Talos Config Changes"
description = """\
The controller now reacts to `TalosConfig` spec changes
and can do rolling updates of the control plane machines.
"""

0 comments on commit 8c0eba4

Please sign in to comment.