Skip to content

Commit 0cecca0

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

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## [CAPI Control Plane Provider Talos 0.4.11](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.11) (2022-12-15)
2+
3+
Welcome to the v0.4.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+
### Contributors
11+
12+
* Andrey Smirnov
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`ecdeb59`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/ecdeb59047a5bc9afb0d09a08a122e5f2cd7223c) feat: update for Talos 1.3.0
19+
</p>
20+
</details>
21+
22+
### Dependency Changes
23+
24+
* **github.com/go-logr/logr** v1.2.0 -> v1.2.3
25+
* **github.com/onsi/gomega** v1.18.1 -> v1.24.1
26+
* **github.com/siderolabs/capi-utils** 9bb8c313ba2e -> 835519e95d9c
27+
* **github.com/siderolabs/cluster-api-bootstrap-provider-talos** v0.5.6 **_new_**
28+
* **github.com/siderolabs/go-retry** v0.3.2 **_new_**
29+
* **github.com/siderolabs/talos/pkg/machinery** v1.3.0 **_new_**
30+
* **github.com/stretchr/testify** v1.8.0 -> v1.8.1
31+
* **google.golang.org/grpc** v1.48.0 -> v1.51.0
32+
* **k8s.io/api** v0.24.2 -> v0.25.0
33+
* **k8s.io/apimachinery** v0.24.2 -> v0.25.0
34+
* **k8s.io/apiserver** v0.24.2 -> v0.25.0
35+
* **k8s.io/client-go** v0.24.2 -> v0.25.0
36+
* **k8s.io/utils** 3a6ce19ff2f9 -> e9cbc92d1a73
37+
* **sigs.k8s.io/cluster-api** v1.2.1 -> v1.3.1
38+
* **sigs.k8s.io/controller-runtime** v0.12.3 -> v0.13.1
39+
40+
Previous release can be found at [v0.4.10](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.10)
41+
142
## [CAPI Control Plane Provider Talos 0.4.10](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.10) (2022-10-20)
243

344
Welcome to the v0.4.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.4.9"
9+
previous = "v0.4.10"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)