Skip to content

Commit 57f188e

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 7f8e2be commit 57f188e

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [CAPI Control Plane Provider Talos 0.5.3](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.3) (2023-08-25)
2+
3+
Welcome to the v0.5.3 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+
### Contributors
12+
13+
* Andrey Smirnov
14+
15+
### Changes
16+
<details><summary>1 commit</summary>
17+
<p>
18+
19+
* [`7f8e2be`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/7f8e2be69ef4a0274cf948962e59270e0db7e33e) fix: attempt etcd leave before deleting a Machine
20+
</p>
21+
</details>
22+
23+
### Dependency Changes
24+
25+
This release has no dependency changes
26+
27+
Previous release can be found at [v0.5.2](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.2)
28+
129
## [CAPI Control Plane Provider Talos 0.5.2](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.2) (2023-08-17)
230

331
Welcome to the v0.5.2 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.5.1"
9+
previous = "v0.5.2"
1010

1111
pre_release = true
1212

0 commit comments

Comments
 (0)