Skip to content

Commit

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

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed May 11, 2023
1 parent 59c39a8 commit 275459d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## [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)

Welcome to the v0.5.1 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

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

* [`59c39a8`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/59c39a8e1d0f3062b2b5e9bb47a178b9dfe27bed) fix: introduce 5 second timeout for each Talos client call
* [`d2f21be`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d2f21beb4c3f20e6ad1a406a04a694005e36922c) fix: log actual error message in the reconcile error
</p>
</details>

### Dependency Changes

This release has no dependency changes

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)

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

Welcome to the v0.5.0 release of CAPI Control Plane Provider Talos!
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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"

pre_release = true

Expand Down

0 comments on commit 275459d

Please sign in to comment.