Skip to content

Commit f38b240

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

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
## [CAPI Control Plane Provider Talos 0.5.11](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.11) (2025-09-01)
2+
3+
Welcome to the v0.5.11 release of CAPI Control Plane Provider Talos!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/talos-systems/cluster-api-control-plane-provider-talos/issues.
9+
10+
### Talos Linux
11+
12+
CACPPT updated for Talos 1.11.
13+
14+
15+
### Contributors
16+
17+
* Andrey Smirnov
18+
* Andrew Longwill
19+
20+
### Changes
21+
<details><summary>4 commits</summary>
22+
<p>
23+
24+
* [`c1ff5f3`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/c1ff5f3c8064cf708cf4acf11088b1ff027f030b) feat: update Talos to v1.11.0 final
25+
* [`702501b`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/702501b5c3f33f6246535054d8d4de25104f88a3) feat: update Talos to v1.11.0-beta.2
26+
* [`e1ad387`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/e1ad38762ba25d88f0f32f72a627c0d8f2559e09) chore: rotate aws iam credentials
27+
* [`d3cec6d`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d3cec6d77ad58f190adb445c44f4f43d22aa3751) chore: update sops GPG keys
28+
</p>
29+
</details>
30+
31+
### Dependency Changes
32+
33+
* **github.com/go-logr/logr** v1.4.2 -> v1.4.3
34+
* **github.com/siderolabs/capi-utils** 935cc561d36b -> 8d7036d74b13
35+
* **github.com/siderolabs/cluster-api-bootstrap-provider-talos** v0.6.8 -> v0.6.10
36+
* **github.com/siderolabs/crypto** v0.5.1 -> v0.6.3
37+
* **github.com/siderolabs/gen** v0.8.0 -> v0.8.5
38+
* **github.com/siderolabs/talos/pkg/machinery** v1.10.0 -> v1.11.0
39+
* **github.com/spf13/pflag** v1.0.6 -> v1.0.7
40+
* **golang.org/x/sync** v0.13.0 -> v0.15.0
41+
* **google.golang.org/grpc** v1.71.1 -> v1.74.2
42+
* **sigs.k8s.io/cluster-api** v1.10.1 -> v1.10.4
43+
44+
Previous release can be found at [v0.5.10](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.10)
45+
146
## [CAPI Control Plane Provider Talos 0.5.10](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.10) (2025-05-02)
247

348
Welcome to the v0.5.10 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.9"
9+
previous = "v0.5.10"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)