Skip to content

Commit 1b97a62

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

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
## [CAPI Control Plane Provider Talos 0.5.6](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.6) (2024-04-19)
2+
3+
Welcome to the v0.5.6 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>2 commits</summary>
16+
<p>
17+
18+
* [`5d46924`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/5d46924c333f205d63dc897c66ad14f492b63608) feat: update Talos to final 1.7.0
19+
* [`282f029`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/282f029013e7fa73a2249022e5b97d43c32cca76) feat: update Talos to 1.7.0-beta.1
20+
</p>
21+
</details>
22+
23+
### Dependency Changes
24+
25+
* **github.com/go-logr/logr** v1.3.0 -> v1.4.1
26+
* **github.com/google/uuid** v1.4.0 -> v1.6.0
27+
* **github.com/onsi/gomega** v1.30.0 -> v1.32.0
28+
* **github.com/siderolabs/capi-utils** 996c8c23eba6 -> 8470421c5823
29+
* **github.com/siderolabs/cluster-api-bootstrap-provider-talos** v0.6.3 -> v0.6.5
30+
* **github.com/siderolabs/crypto** v0.4.1 -> v0.4.4
31+
* **github.com/siderolabs/gen** v0.4.7 -> v0.4.8
32+
* **github.com/siderolabs/talos/pkg/machinery** v1.6.0 -> v1.7.0
33+
* **github.com/stretchr/testify** v1.8.4 -> v1.9.0
34+
* **golang.org/x/sync** v0.5.0 -> v0.7.0
35+
* **google.golang.org/grpc** v1.59.0 -> v1.62.1
36+
* **google.golang.org/protobuf** v1.31.0 -> v1.33.0
37+
* **k8s.io/api** v0.28.4 -> v0.29.3
38+
* **k8s.io/apiextensions-apiserver** v0.28.4 -> v0.29.3
39+
* **k8s.io/apimachinery** v0.28.4 -> v0.29.3
40+
* **k8s.io/apiserver** v0.28.4 -> v0.29.3
41+
* **k8s.io/client-go** v0.28.4 -> v0.29.3
42+
* **k8s.io/component-base** v0.28.4 -> v0.29.3
43+
* **k8s.io/klog/v2** v2.100.1 -> v2.110.1
44+
* **k8s.io/utils** d93618cff8a2 -> b307cd553661
45+
* **sigs.k8s.io/cluster-api** v1.6.0 -> v1.7.0
46+
* **sigs.k8s.io/controller-runtime** v0.16.3 -> v0.17.3
47+
48+
Previous release can be found at [v0.5.5](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.5)
49+
150
## [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)
251

352
Welcome to the v0.5.5 release of CAPI Control Plane Provider Talos!

hack/release.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ 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.4"
9+
previous = "v0.5.5"
1010

11-
pre_release = true
11+
pre_release = false
1212

1313
preface = """\
1414
"""

0 commit comments

Comments
 (0)