Skip to content

Commit

Permalink
release(v1.6.3): prepare release
Browse files Browse the repository at this point in the history
This is the official v1.6.3 release.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 24, 2024
1 parent 815fef8 commit d53e07c
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 4 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
<details><summary>3 commits</summary>
<p>

* [`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
</p>
</details>

### Changes from siderolabs/pkgs
<details><summary>3 commits</summary>
<p>

* [`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
</p>
</details>

### 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!
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.2
v1.6.3
4 changes: 2 additions & 2 deletions website/content/v1.6/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit d53e07c

Please sign in to comment.