diff --git a/CHANGELOG.md b/CHANGELOG.md index 942b9c22bd..b394c7ed48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,59 @@ +## [Talos 1.6.3](https://github.com/siderolabs/talos/releases/tag/v1.6.3) (2024-01-24) + +Welcome to the v1.6.3 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.74 +Kubernetes: 1.29.1 + +Talos is built with Go 1.21.6. + + +### Contributors + +* Andrey Smirnov + +### Changes +
3 commits +

+ +* [`815fef8c3`](https://github.com/siderolabs/talos/commit/815fef8c3e04e7d52647f3dd1547fbcef3f5d3b5) fix: allow META encoded values to be compressed +* [`56e87f55b`](https://github.com/siderolabs/talos/commit/56e87f55b1b92f37b700b4be256f3d56eccc0dbb) feat: update Kubernetes default to 1.29.1 +* [`63fc46f0a`](https://github.com/siderolabs/talos/commit/63fc46f0a65f402bd852748cda7ec1ac9c69331c) feat: update Linux to 6.1.74 +

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

+ +* [`f51aedb`](https://github.com/siderolabs/pkgs/commit/f51aedb5e120e7484f72424e41cf1b738f572dc5) fix: disable nct6883 on arm64 +* [`7ddbdb4`](https://github.com/siderolabs/pkgs/commit/7ddbdb485d04ccab05b46574761a7178632fd789) fix: enable FUSION_SPI driver +* [`00d2978`](https://github.com/siderolabs/pkgs/commit/00d29784b7cbe59137ee8631c02ba8b4ed85f087) feat: update Linux to 6.1.74 +

+
+ +### Dependency Changes + +* **github.com/siderolabs/pkgs** v1.6.0-12-g0078a66 -> v1.6.0-15-gf51aedb +* **k8s.io/api** v0.29.0 -> v0.29.1 +* **k8s.io/apimachinery** v0.29.0 -> v0.29.1 +* **k8s.io/apiserver** v0.29.0 -> v0.29.1 +* **k8s.io/client-go** v0.29.0 -> v0.29.1 +* **k8s.io/component-base** v0.29.0 -> v0.29.1 +* **k8s.io/cri-api** v0.29.0 -> v0.29.1 +* **k8s.io/kube-scheduler** v0.29.0 -> v0.29.1 +* **k8s.io/kubectl** v0.29.0 -> v0.29.1 +* **k8s.io/kubelet** v0.29.0 -> v0.29.1 + +Previous release can be found at [v1.6.2](https://github.com/siderolabs/talos/releases/tag/v1.6.2) + ## [Talos 1.6.2](https://github.com/siderolabs/talos/releases/tag/v1.6.2) (2024-01-18) Welcome to the v1.6.2 release of Talos! diff --git a/go.mod b/go.mod index 367cebb8aa..77eb60234e 100644 --- a/go.mod +++ b/go.mod @@ -122,7 +122,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.2 + github.com/siderolabs/talos/pkg/machinery v1.6.3 github.com/spf13/cobra v1.8.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.4 diff --git a/pkg/machinery/gendata/data/tag b/pkg/machinery/gendata/data/tag index 98610aa425..9d3ffadc32 100644 --- a/pkg/machinery/gendata/data/tag +++ b/pkg/machinery/gendata/data/tag @@ -1 +1 @@ -v1.6.2 \ No newline at end of file +v1.6.3 \ 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 97910f9f0f..492f589ffd 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.2/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.3/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.2") + -i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.6.3") --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")