From 1b97a62a8b8f48d7b18b24f3fca50445e4b24b7a Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 19 Apr 2024 19:36:23 +0400 Subject: [PATCH] release(v0.5.6): prepare release This is the official v0.5.6 release. Signed-off-by: Andrey Smirnov --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++ hack/release.toml | 4 ++-- 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8735e..9aa76f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,52 @@ +## [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) + +Welcome to the v0.5.6 release of CAPI Control Plane Provider Talos! + + + +Please try out the release binaries and report any issues at +https://github.com/talos-systems/cluster-api-control-plane-provider-talos/issues. + +### Contributors + +* Andrey Smirnov + +### Changes +
2 commits +

+ +* [`5d46924`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/5d46924c333f205d63dc897c66ad14f492b63608) feat: update Talos to final 1.7.0 +* [`282f029`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/282f029013e7fa73a2249022e5b97d43c32cca76) feat: update Talos to 1.7.0-beta.1 +

+
+ +### Dependency Changes + +* **github.com/go-logr/logr** v1.3.0 -> v1.4.1 +* **github.com/google/uuid** v1.4.0 -> v1.6.0 +* **github.com/onsi/gomega** v1.30.0 -> v1.32.0 +* **github.com/siderolabs/capi-utils** 996c8c23eba6 -> 8470421c5823 +* **github.com/siderolabs/cluster-api-bootstrap-provider-talos** v0.6.3 -> v0.6.5 +* **github.com/siderolabs/crypto** v0.4.1 -> v0.4.4 +* **github.com/siderolabs/gen** v0.4.7 -> v0.4.8 +* **github.com/siderolabs/talos/pkg/machinery** v1.6.0 -> v1.7.0 +* **github.com/stretchr/testify** v1.8.4 -> v1.9.0 +* **golang.org/x/sync** v0.5.0 -> v0.7.0 +* **google.golang.org/grpc** v1.59.0 -> v1.62.1 +* **google.golang.org/protobuf** v1.31.0 -> v1.33.0 +* **k8s.io/api** v0.28.4 -> v0.29.3 +* **k8s.io/apiextensions-apiserver** v0.28.4 -> v0.29.3 +* **k8s.io/apimachinery** v0.28.4 -> v0.29.3 +* **k8s.io/apiserver** v0.28.4 -> v0.29.3 +* **k8s.io/client-go** v0.28.4 -> v0.29.3 +* **k8s.io/component-base** v0.28.4 -> v0.29.3 +* **k8s.io/klog/v2** v2.100.1 -> v2.110.1 +* **k8s.io/utils** d93618cff8a2 -> b307cd553661 +* **sigs.k8s.io/cluster-api** v1.6.0 -> v1.7.0 +* **sigs.k8s.io/controller-runtime** v0.16.3 -> v0.17.3 + +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) + ## [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) Welcome to the v0.5.5 release of CAPI Control Plane Provider Talos! diff --git a/hack/release.toml b/hack/release.toml index 821d862..1ed4705 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,9 +6,9 @@ github_repo = "talos-systems/cluster-api-control-plane-provider-talos" match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$" # previous release -previous = "v0.5.4" +previous = "v0.5.5" -pre_release = true +pre_release = false preface = """\ """