Skip to content

Commit a67f3b5

Browse files
committed
release(v0.5.5): prepare release
This is the official v0.5.5 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent c3a4cf6 commit a67f3b5

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.5](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.5) (2024-01-23)
2+
3+
Welcome to the v0.5.5 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+
* [`c3a4cf6`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/c3a4cf6ae50864f9a0f00668b234adf55e02be2b) fix: set a default controller runtime log
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.4](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.4)
28+
129
## [CAPI Control Plane Provider Talos 0.5.4](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.4) (2023-12-15)
230

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

1111
pre_release = true
1212

0 commit comments

Comments
 (0)