From 7dceba060ad49bf640da3ca611c2870891aa09bb Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 6 Mar 2024 20:35:02 +0400 Subject: [PATCH] release(v1.6.6): prepare release This is the official v1.6.6 release. Signed-off-by: Andrey Smirnov --- CHANGELOG.md | 64 +++++++++++++++++++++++++++ go.mod | 2 +- hack/release.toml | 2 +- pkg/machinery/gendata/data/tag | 2 +- website/content/v1.6/reference/cli.md | 4 +- 5 files changed, 69 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e08452ac9..fa44b36d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,67 @@ +## [Talos 1.6.6](https://github.com/siderolabs/talos/releases/tag/v1.6.6) (2024-03-06) + +Welcome to the v1.6.6 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.80 + +Talos is built with Go 1.21.8. + + +### Contributors + +* Andrey Smirnov + +### Changes +
4 commits +

+ +* [`e4f712689`](https://github.com/siderolabs/talos/commit/e4f712689c3c2407caa334a4a6081ef140db3f23) fix: workaround a race in CNI setup (talosctl cluster create) +* [`38b5aed50`](https://github.com/siderolabs/talos/commit/38b5aed50ae6869aee7f1806dbf6da8cebf28639) fix: provide auth when pulling images in the imager +* [`4af77b5fd`](https://github.com/siderolabs/talos/commit/4af77b5fd7d14455aa1c71cf325173cdad24f5a1) fix: handle errors to watch apid/trustd certs +* [`2df2586f9`](https://github.com/siderolabs/talos/commit/2df2586f918ce0a8165643f8b467caab7443c2af) feat: update Linux to 6.1.80, Go to 1.21.8 +

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

+ +* [`9234398`](https://github.com/siderolabs/extras/commit/92343983928b2147ab62bc89e79975e59d197528) chore: update Go to 1.21.8 +

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

+ +* [`2961472`](https://github.com/siderolabs/pkgs/commit/29614729cc2b675ea46c47f91d1950a5638ac9ba) feat: update Linux to 6.1.80, firmware to 20240220 +

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

+ +* [`ae30965`](https://github.com/siderolabs/tools/commit/ae30965738f9b93078dfd219c1c9fdd75db644f7) feat: update Go to 1.21.8 +

+
+ +### Dependency Changes + +* **github.com/alexflint/go-filemutex** v1.2.0 **_new_** +* **github.com/siderolabs/extras** v1.6.0-1-g113887a -> v1.6.0-2-g9234398 +* **github.com/siderolabs/pkgs** v1.6.0-25-g6868f38 -> v1.6.0-26-g2961472 +* **github.com/siderolabs/tools** v1.6.0-2-g5e034ec -> v1.6.0-3-gae30965 + +Previous release can be found at [v1.6.5](https://github.com/siderolabs/talos/releases/tag/v1.6.5) + ## [Talos 1.6.5](https://github.com/siderolabs/talos/releases/tag/v1.6.5) (2024-02-22) Welcome to the v1.6.5 release of Talos! diff --git a/go.mod b/go.mod index 93dfc42e24..05750ad302 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.5 + github.com/siderolabs/talos/pkg/machinery v1.6.6 github.com/spf13/cobra v1.8.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.4 diff --git a/hack/release.toml b/hack/release.toml index 9f60e07f1b..dad3b2794a 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -17,7 +17,7 @@ preface = """\ [notes.updates] title = "Component Updates" description = """\ -Linux: 6.1.80 +* Linux: 6.1.80 Talos is built with Go 1.21.8. """ diff --git a/pkg/machinery/gendata/data/tag b/pkg/machinery/gendata/data/tag index bf991aff46..cea0f99da6 100644 --- a/pkg/machinery/gendata/data/tag +++ b/pkg/machinery/gendata/data/tag @@ -1 +1 @@ -v1.6.5 \ No newline at end of file +v1.6.6 \ 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 5cc91d89c6..f3820619ea 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.5/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.6/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.5") + -i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.6.6") --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")