From 92d60ffdd243f97e3739eaad75b2368bb1cf3412 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 12 Jan 2023 13:44:48 +0400 Subject: [PATCH] release(v1.3.2): prepare release This is the official v1.3.2 release. Signed-off-by: Andrey Smirnov --- CHANGELOG.md | 47 +++++++++++++++++++++++++++ go.mod | 2 +- pkg/machinery/gendata/data/tag | 2 +- website/content/v1.3/reference/cli.md | 2 +- 4 files changed, 50 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bce7533be6..3e9094e329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,50 @@ +## [Talos 1.3.2](https://github.com/siderolabs/talos/releases/tag/v1.3.2) (2023-01-12) + +Welcome to the v1.3.2 release of Talos! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/talos/issues. + +### Component Updates + +* Linux: 5.15.86 +* containerd: v1.6.15 + + +### Contributors + +* Andrey Smirnov + +### Changes +
5 commits +

+ +* [`3249ad7ff`](https://github.com/siderolabs/talos/commit/3249ad7ffb3b9056817c035b855a229a1e91cfa9) feat: use 'localhost' endpoint for controlplane nodes +* [`c9e6c61fa`](https://github.com/siderolabs/talos/commit/c9e6c61fa65a18021a5c4691db4a7f73ec6df070) feat: add ISO wipe GRUB boot option +* [`c6fb80aa8`](https://github.com/siderolabs/talos/commit/c6fb80aa806e4a30e816b059f4ef6c4b341766b4) fix: report fatal sequence errors as reboots +* [`a2f790116`](https://github.com/siderolabs/talos/commit/a2f7901166398fcfbfa69b971a7a9205b6835fec) feat: include Kubernetes controlplane endpoint as one of the endpoints +* [`9fc9372e5`](https://github.com/siderolabs/talos/commit/9fc9372e5baa0b3143d74fa250503e71b9ccfb6a) feat: linux 5.15.86, containerd 1.6.15 +

+
+ +### Changes from siderolabs/pkgs +
2 commits +

+ +* [`9543590`](https://github.com/siderolabs/pkgs/commit/9543590bc110d14b09de62cee35b3008a39e603b) chore: disable provenance in buildx +* [`782bbdd`](https://github.com/siderolabs/pkgs/commit/782bbdd2c07020e2ede570ffc726e0452b754540) feat: linux 5.15.86, containerd 1.6.15 +

+
+ +### Dependency Changes + +* **github.com/containerd/containerd** v1.6.14 -> v1.6.15 +* **github.com/siderolabs/pkgs** v1.3.0-7-g9931288 -> v1.3.0-9-g9543590 + +Previous release can be found at [v1.3.1](https://github.com/siderolabs/talos/releases/tag/v1.3.1) + ## [Talos 1.3.1](https://github.com/siderolabs/talos/releases/tag/v1.3.1) (2022-12-28) Welcome to the v1.3.1 release of Talos! diff --git a/go.mod b/go.mod index b086190030..e12e00c85d 100644 --- a/go.mod +++ b/go.mod @@ -107,7 +107,7 @@ require ( github.com/siderolabs/grpc-proxy v0.4.0 github.com/siderolabs/net v0.4.0 github.com/siderolabs/siderolink v0.3.1 - github.com/siderolabs/talos/pkg/machinery v1.3.1 + github.com/siderolabs/talos/pkg/machinery v1.3.2 github.com/spf13/cobra v1.6.1 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.1 diff --git a/pkg/machinery/gendata/data/tag b/pkg/machinery/gendata/data/tag index 23c38c2411..bb8edae97f 100644 --- a/pkg/machinery/gendata/data/tag +++ b/pkg/machinery/gendata/data/tag @@ -1 +1 @@ -v1.3.1 \ No newline at end of file +v1.3.2 \ No newline at end of file diff --git a/website/content/v1.3/reference/cli.md b/website/content/v1.3/reference/cli.md index c3a8a9836c..b30a0844d7 100644 --- a/website/content/v1.3/reference/cli.md +++ b/website/content/v1.3/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.3.1/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.3.2/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