From 26c13c8f469da71e2266abee5de81eb40828143e Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 24 Jul 2024 18:15:26 +0400 Subject: [PATCH] release(v1.6.8): prepare release This is the official v1.6.8 release. Signed-off-by: Andrey Smirnov --- CHANGELOG.md | 86 +++++++++++++++++++++++++++ go.mod | 2 +- hack/release.toml | 2 +- pkg/machinery/gendata/data/tag | 2 +- website/content/v1.6/reference/cli.md | 4 +- 5 files changed, 91 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b0d646dd..7021ce6a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,89 @@ +## [Talos 1.6.8](https://github.com/siderolabs/talos/releases/tag/v1.6.8) (2024-07-24) + +Welcome to the v1.6.8 release of Talos! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/talos/issues. + +### Component Updates + +* Linux: 6.1.100 +* Kubernetes: 1.29.7 +* runc: 1.1.13 +* containerd: 1.7.20 + +Talos is built with Go 1.21.12. + + +### Contributors + +* Andrey Smirnov +* Artem Chernyshev +* Dmitriy Matrenichev +* Utku Ozdemir + +### Changes +
10 commits +

+ +* [`ddc690d73`](https://github.com/siderolabs/talos/commit/ddc690d7398503bab1d2200e7a4cb6a3332b2db0) feat: provide an option to enforce SecureBoot for TPM enrollment +* [`390b29d1a`](https://github.com/siderolabs/talos/commit/390b29d1afabac7820c143ee97fc7fed584108da) fix: check for `nil` machine config during installation +* [`3ec9b8d6f`](https://github.com/siderolabs/talos/commit/3ec9b8d6feca30807e897fb8a5fe63dfb8d22f75) fix: do not fail cli action tracker when boot id cannot be read +* [`f686e7102`](https://github.com/siderolabs/talos/commit/f686e7102ed7defc45de7f931f365a9887c418e7) fix: bump priority of OpenStack routes if IPv6 and default gateway +* [`745257f1e`](https://github.com/siderolabs/talos/commit/745257f1e969c9fdc0f9112cfcc342c9bc6cd243) fix: return proper value from Bridge.STP instead of plain nil +* [`968eb5ac8`](https://github.com/siderolabs/talos/commit/968eb5ac8590ff8918d36a7c0e13d2a1417f31f8) fix: assign different priority to IPv6 default gateway on OpenStack +* [`b222d5062`](https://github.com/siderolabs/talos/commit/b222d5062210559f3b2c3a0c6c28e0451d63eaf5) fix: make static pods check output consistent +* [`dd241d705`](https://github.com/siderolabs/talos/commit/dd241d70595c2dc464edbbb0ac357a6655db40b8) fix: don't announce the VIP on acquire failure +* [`67c76e816`](https://github.com/siderolabs/talos/commit/67c76e8163e2c19d8cec3e317c2b83d4444e6a3c) fix: always update firewall rules (kubespan) +* [`65a927559`](https://github.com/siderolabs/talos/commit/65a927559b16e4283eb126425f31d22f5a61a71e) feat: update major components +

+
+ +### Changes from siderolabs/pkgs +
1 commit +

+ +* [`2472b6d`](https://github.com/siderolabs/pkgs/commit/2472b6d09587e9455328ef2dbb7b690589f2eba0) feat: updates for Talos 1.6.8 +

+
+ +### Changes from siderolabs/tools +
1 commit +

+ +* [`8ebe1dc`](https://github.com/siderolabs/tools/commit/8ebe1dc689006e03d7195e9fa55174b170a3b86c) feat: update Go to 1.21.12 +

+
+ +### Dependency Changes + +* **github.com/Azure/azure-sdk-for-go/sdk/azcore** v1.9.0 -> v1.11.1 +* **github.com/Azure/azure-sdk-for-go/sdk/azidentity** v1.4.0 -> v1.6.0 +* **github.com/google/nftables** v0.1.0 -> v0.2.0 +* **github.com/google/uuid** v1.4.0 -> v1.6.0 +* **github.com/siderolabs/pkgs** v1.6.0-27-gdf44f94 -> v1.6.0-28-g2472b6d +* **github.com/siderolabs/tools** v1.6.0-3-gae30965 -> v1.6.0-4-g8ebe1dc +* **github.com/stretchr/testify** v1.8.4 -> v1.9.0 +* **golang.org/x/net** v0.19.0 -> v0.26.0 +* **golang.org/x/sync** v0.5.0 -> v0.7.0 +* **golang.org/x/sys** v0.16.0 -> v0.21.0 +* **golang.org/x/term** v0.15.0 -> v0.21.0 +* **golang.org/x/text** v0.14.0 -> v0.16.0 +* **k8s.io/api** v0.29.3 -> v0.29.7 +* **k8s.io/apimachinery** v0.29.3 -> v0.29.7 +* **k8s.io/apiserver** v0.29.3 -> v0.29.7 +* **k8s.io/client-go** v0.29.3 -> v0.29.7 +* **k8s.io/component-base** v0.29.3 -> v0.29.7 +* **k8s.io/cri-api** v0.29.3 -> v0.29.7 +* **k8s.io/kube-scheduler** v0.29.3 -> v0.29.7 +* **k8s.io/kubectl** v0.29.3 -> v0.29.7 +* **k8s.io/kubelet** v0.29.3 -> v0.29.7 +* **k8s.io/pod-security-admission** v0.29.3 -> v0.29.7 + +Previous release can be found at [v1.6.7](https://github.com/siderolabs/talos/releases/tag/v1.6.7) + ## [Talos 1.6.7](https://github.com/siderolabs/talos/releases/tag/v1.6.7) (2024-03-20) Welcome to the v1.6.7 release of Talos! diff --git a/go.mod b/go.mod index 9fbc3afb95..e9d80cf081 100644 --- a/go.mod +++ b/go.mod @@ -126,7 +126,7 @@ require ( github.com/siderolabs/kms-client v0.1.0 github.com/siderolabs/net v0.4.0 github.com/siderolabs/siderolink v0.3.4 - github.com/siderolabs/talos/pkg/machinery v1.6.7 + github.com/siderolabs/talos/pkg/machinery v1.6.8 github.com/spf13/cobra v1.8.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.9.0 diff --git a/hack/release.toml b/hack/release.toml index 278ddfd054..d2bc9366cb 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,7 +6,7 @@ github_repo = "siderolabs/talos" match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$" # previous release -previous = "v1.6.6" +previous = "v1.6.7" pre_release = false diff --git a/pkg/machinery/gendata/data/tag b/pkg/machinery/gendata/data/tag index 96e57bdce2..1a6afeda67 100644 --- a/pkg/machinery/gendata/data/tag +++ b/pkg/machinery/gendata/data/tag @@ -1 +1 @@ -v1.6.7 \ No newline at end of file +v1.6.8 \ No newline at end of file diff --git a/website/content/v1.6/reference/cli.md b/website/content/v1.6/reference/cli.md index c8c08154ad..f4d057edf1 100644 --- a/website/content/v1.6/reference/cli.md +++ b/website/content/v1.6/reference/cli.md @@ -96,7 +96,7 @@ talosctl cluster create [flags] --bad-rtc launch VM with bad RTC state (QEMU only) --cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24") --cni-bin-path strings search path for CNI binaries (VM only) (default [/home/user/.talos/cni/bin]) - --cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.6.7/talosctl-cni-bundle-${ARCH}.tar.gz") + --cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.6.8/talosctl-cni-bundle-${ARCH}.tar.gz") --cni-cache-dir string CNI cache directory path (VM only) (default "/home/user/.talos/cni/cache") --cni-conf-dir string CNI config directory path (VM only) (default "/home/user/.talos/cni/conf.d") --config-patch stringArray patch generated machineconfigs (applied to all node types), use @file to read a patch from file @@ -2849,7 +2849,7 @@ talosctl upgrade [flags] --debug debug operation from kernel logs. --wait is set to true when this flag is set -f, --force force the upgrade (skip checks on etcd health and members, might lead to data loss) -h, --help help for upgrade - -i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.6.7") + -i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.6.8") --insecure upgrade using the insecure (encrypted with no auth) maintenance service -p, --preserve preserve data -m, --reboot-mode string select the reboot mode during upgrade. Mode "powercycle" bypasses kexec. Valid values are: ["default" "powercycle"]. (default "default")