From f51331a8200f463c3db71ac8baa1b48490822174 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 20 Dec 2024 14:08:14 +0400 Subject: [PATCH] release(v0.6.7): prepare release This is the official v0.6.7 release. Signed-off-by: Andrey Smirnov --- CHANGELOG.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++ hack/release.toml | 2 +- 2 files changed, 58 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 667aaa56..8c72de9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,60 @@ +## [Sidero 0.6.7](https://github.com/talos-systems/sidero/releases/tag/v0.6.7) (2024-12-20) + +Welcome to the v0.6.7 release of Sidero! + + + +Please try out the release binaries and report any issues at +https://github.com/talos-systems/sidero/issues. + +### Cluster API + +Sidero Metal is now built and tested with Cluster API 1.9.0. + + +### Talos Linux + +Sidero Metal now supports Talos Linux v1.9.x. + + +### Contributors + +* Andrey Smirnov + +### Changes +
2 commits +

+ +* [`de84f7e`](https://github.com/talos-systems/sidero/commit/de84f7e54254da74c3f5b3f659af97032e317617) feat: update to Talos 1.9.0 +* [`b8daa0c`](https://github.com/talos-systems/sidero/commit/b8daa0cd2ce3f6f3c1194d5b3492257ae9651bb8) feat: update dependencies for Talos 1.9.0-beta.0 +

+
+ +### Dependency Changes + +* **github.com/insomniacslk/dhcp** a3a4c1f04475 -> a481575ed0ef +* **github.com/siderolabs/gen** v0.5.0 -> v0.7.0 +* **github.com/siderolabs/go-cmd** v0.1.1 -> v0.1.3 +* **github.com/siderolabs/go-debug** v0.3.0 -> v0.4.0 +* **github.com/siderolabs/go-smbios** v0.3.2 -> v0.3.3 +* **github.com/siderolabs/grpc-proxy** v0.4.1 -> v0.5.1 +* **github.com/siderolabs/siderolink** v0.3.9 -> v0.3.11 +* **github.com/siderolabs/talos/pkg/machinery** v1.8.0 -> v1.9.0 +* **github.com/stretchr/testify** v1.9.0 -> v1.10.0 +* **golang.org/x/net** v0.29.0 -> v0.32.0 +* **golang.org/x/sync** v0.8.0 -> v0.10.0 +* **golang.org/x/sys** v0.25.0 -> v0.28.0 +* **google.golang.org/grpc** v1.66.0 -> v1.68.1 +* **google.golang.org/protobuf** v1.34.2 -> v1.35.2 +* **k8s.io/api** v0.31.0 -> v0.31.3 +* **k8s.io/apiextensions-apiserver** v0.31.0 -> v0.31.3 +* **k8s.io/client-go** v0.31.0 -> v0.31.3 +* **k8s.io/component-base** v0.31.0 -> v0.31.3 +* **sigs.k8s.io/cluster-api** v1.8.3 -> v1.9.1 +* **sigs.k8s.io/controller-runtime** v0.19.0 -> v0.19.3 + +Previous release can be found at [v0.6.6](https://github.com/talos-systems/sidero/releases/tag/v0.6.6) + ## [Sidero 0.6.6](https://github.com/talos-systems/sidero/releases/tag/v0.6.6) (2024-09-24) Welcome to the v0.6.6 release of Sidero! diff --git a/hack/release.toml b/hack/release.toml index edef0460..cd99f82f 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,7 +6,7 @@ github_repo = "talos-systems/sidero" match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$" # previous release -previous = "v0.6.5" +previous = "v0.6.6" pre_release = false