Skip to content

Commit 1f0ef42

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

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
## [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)
2+
3+
Welcome to the v0.5.4 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+
* Artem Chernyshev
15+
16+
### Changes
17+
<details><summary>2 commits</summary>
18+
<p>
19+
20+
* [`32bb923`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/32bb92370800ec9ea5c4c87b03b9a87ae49fe322) feat: update to Talos 1.6.0
21+
* [`db597a9`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/db597a94f46dc04bea1d1adde1b7386444d3f7a3) fix: properly handle uppercase hostnames in the etcd audit flow
22+
</p>
23+
</details>
24+
25+
### Dependency Changes
26+
27+
* **github.com/go-logr/logr** v1.2.4 -> v1.3.0
28+
* **github.com/google/uuid** v1.3.0 -> v1.4.0
29+
* **github.com/onsi/gomega** v1.27.8 -> v1.30.0
30+
* **github.com/siderolabs/capi-utils** 28f5eb63b7c0 -> 996c8c23eba6
31+
* **github.com/siderolabs/cluster-api-bootstrap-provider-talos** v0.6.1 -> v0.6.3
32+
* **github.com/siderolabs/gen** v0.4.5 -> v0.4.7
33+
* **github.com/siderolabs/go-retry** v0.3.2 -> v0.3.3
34+
* **github.com/siderolabs/talos/pkg/machinery** v1.5.0 -> v1.6.0
35+
* **github.com/spf13/pflag** v1.0.5 **_new_**
36+
* **golang.org/x/sync** v0.3.0 -> v0.5.0
37+
* **google.golang.org/grpc** v1.57.0 -> v1.59.0
38+
* **k8s.io/api** v0.27.2 -> v0.28.4
39+
* **k8s.io/apiextensions-apiserver** v0.27.2 -> v0.28.4
40+
* **k8s.io/apimachinery** v0.27.2 -> v0.28.4
41+
* **k8s.io/apiserver** v0.27.2 -> v0.28.4
42+
* **k8s.io/client-go** v0.27.2 -> v0.28.4
43+
* **k8s.io/component-base** v0.28.4 **_new_**
44+
* **k8s.io/klog/v2** v2.90.1 -> v2.100.1
45+
* **k8s.io/utils** a36077c30491 -> d93618cff8a2
46+
* **sigs.k8s.io/cluster-api** v1.5.0 -> v1.6.0
47+
* **sigs.k8s.io/controller-runtime** v0.15.1 -> v0.16.3
48+
49+
Previous release can be found at [v0.5.3](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.3)
50+
151
## [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)
252

353
Welcome to the v0.5.3 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.2"
9+
previous = "v0.5.3"
1010

1111
pre_release = true
1212

0 commit comments

Comments
 (0)