Skip to content

Commit 6dd1430

Browse files
committed
release(v1.11.6): prepare release
This is the official v1.11.6 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent f91cefd commit 6dd1430

File tree

5 files changed

+94
-6
lines changed

5 files changed

+94
-6
lines changed

CHANGELOG.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,91 @@
1+
## [Talos 1.11.6](https://github.com/siderolabs/talos/releases/tag/v1.11.6) (2025-12-16)
2+
3+
Welcome to the v1.11.6 release of Talos!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/talos/issues.
9+
10+
### UEFI Boot
11+
12+
When using UEFI boot with systemd-boot as bootloader (on new installs of Talos from 1.10+ onwards), Talos will now not touch the UEFI boot order.
13+
Talos 1.11 made a fix to create UEFI boot entry and set the boot order as first entry, but this behavior caused issues on some systems.
14+
To avoid further issues, Talos will now only create the UEFI boot entry if it does not exist, but will not modify the boot order.
15+
16+
17+
### Component Updates
18+
19+
Linux: 6.12.62
20+
runc: 1.3.4
21+
22+
Talos is built with Go 1.24.11.
23+
24+
25+
### Contributors
26+
27+
* Andrey Smirnov
28+
* Noel Georgi
29+
* Dmitrii Sharshakov
30+
31+
### Changes
32+
<details><summary>14 commits</summary>
33+
<p>
34+
35+
* [`f91cefd32`](https://github.com/siderolabs/talos/commit/f91cefd323aebee3072e05da4ae8fb298928ec2c) test: bump memory for OpenEBS test
36+
* [`dcbbe2ca0`](https://github.com/siderolabs/talos/commit/dcbbe2ca0b25230326acacc69e2841f35f18832f) test: backport test fixes for CRI seccomp profile
37+
* [`428b5921e`](https://github.com/siderolabs/talos/commit/428b5921e4bf4b69d170bb9dc9f62cc6b75c8f1a) fix: disable kexec on arm64
38+
* [`c36ffc626`](https://github.com/siderolabs/talos/commit/c36ffc626aab34256a79e8be2910cac118012df6) fix: disable kexec in talosctl cluster create on arm64
39+
* [`0a90bf640`](https://github.com/siderolabs/talos/commit/0a90bf640eb53687a98061db1bca757597f6003e) fix: selection of boot entry
40+
* [`afc08b34e`](https://github.com/siderolabs/talos/commit/afc08b34e6fac0b614abc478799ee9740db0fffb) fix: update KubeSpan MSS clamping
41+
* [`aedddccef`](https://github.com/siderolabs/talos/commit/aedddccefce1d07351c94d0883845ff028fa91b4) fix: adapt SELinuxSuite.TestNoPtrace to new strace version
42+
* [`004213799`](https://github.com/siderolabs/talos/commit/0042137997908c6d66b8ad369ceb5c0ee13d8c70) fix: clear provisioning data on SideroLink config change
43+
* [`e7e354162`](https://github.com/siderolabs/talos/commit/e7e354162c572b89835bbfc6690791e75b8ffcab) fix: selection of boot entry
44+
* [`b5244f901`](https://github.com/siderolabs/talos/commit/b5244f9014273ff6522e91540ebaddb90a73410e) fix: remove CoreDNS cpu limit
45+
* [`42897dee5`](https://github.com/siderolabs/talos/commit/42897dee5bcff592d857e62041c53d5c9e19724a) fix: uefi bootorder setting
46+
* [`bde8be2c8`](https://github.com/siderolabs/talos/commit/bde8be2c822958766765772185ab534f1f79dd43) fix: uefi boot order setting
47+
* [`7e99ced96`](https://github.com/siderolabs/talos/commit/7e99ced964c94d6955a973ea976bfee350428de0) fix: stop attaching to tearing down mount parents
48+
* [`ff8b73b9f`](https://github.com/siderolabs/talos/commit/ff8b73b9fc723ab9de1c428322d9e369fd4dd4a0) feat: update tools and pkgs
49+
</p>
50+
</details>
51+
52+
### Changes from siderolabs/pkgs
53+
<details><summary>7 commits</summary>
54+
<p>
55+
56+
* [`49ee0fe`](https://github.com/siderolabs/pkgs/commit/49ee0fe369de56c4d996fcb9fdf62e3dae74cdcd) feat: update Linux to 6.12.62
57+
* [`6b4375a`](https://github.com/siderolabs/pkgs/commit/6b4375a1d49630d2aae652aacab19bede2bd24e6) feat: update ZFS to 2.3.5
58+
* [`bde7611`](https://github.com/siderolabs/pkgs/commit/bde761182901cb224f112de8d677d39e279e9015) feat: update runc to v1.3.4
59+
* [`80c85fe`](https://github.com/siderolabs/pkgs/commit/80c85feb3b54f3ed63937f2667bd21c9cacb1429) feat: update Linux firmware to 20251125
60+
* [`5faab65`](https://github.com/siderolabs/pkgs/commit/5faab65bbdb74ff7b4786ded3e7cce193bdb17a0) feat: update DRBD to 9.2.16
61+
* [`8fdd59b`](https://github.com/siderolabs/pkgs/commit/8fdd59bf1a5badb91b07694cc0f6002c1575d5ac) feat: update CNI to 1.9.0
62+
* [`b458aab`](https://github.com/siderolabs/pkgs/commit/b458aab6448b246a0c67375e9d8c8e6eefa1b52b) feat: update Go to 1.24.11
63+
</p>
64+
</details>
65+
66+
### Changes from siderolabs/tools
67+
<details><summary>1 commit</summary>
68+
<p>
69+
70+
* [`7f05320`](https://github.com/siderolabs/tools/commit/7f053202d77fc0e5dd83e1dc12182d8addc84b17) feat: update Go to 1.24.11
71+
</p>
72+
</details>
73+
74+
### Dependency Changes
75+
76+
* **github.com/containernetworking/plugins** v1.7.1 -> v1.9.0
77+
* **github.com/safchain/ethtool** v0.6.1 -> v0.6.2
78+
* **github.com/siderolabs/pkgs** v1.11.0-29-gaee690b -> v1.11.0-36-g49ee0fe
79+
* **github.com/siderolabs/tools** v1.11.0-4-g05ee846 -> v1.11.0-5-g7f05320
80+
* **github.com/stretchr/testify** v1.10.0 -> v1.11.1
81+
* **golang.org/x/net** v0.43.0 -> v0.47.0
82+
* **golang.org/x/sync** v0.16.0 -> v0.19.0
83+
* **golang.org/x/sys** v0.35.0 -> v0.39.0
84+
* **golang.org/x/term** v0.34.0 -> v0.38.0
85+
* **golang.org/x/text** v0.28.0 -> v0.32.0
86+
87+
Previous release can be found at [v1.11.5](https://github.com/siderolabs/talos/releases/tag/v1.11.5)
88+
189
## [Talos 1.11.5](https://github.com/siderolabs/talos/releases/tag/v1.11.5) (2025-11-06)
290

391
Welcome to the v1.11.5 release of Talos!

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ require (
170170
github.com/siderolabs/net v0.4.0
171171
github.com/siderolabs/proto-codec v0.1.2
172172
github.com/siderolabs/siderolink v0.3.15
173-
github.com/siderolabs/talos/pkg/machinery v1.11.5
173+
github.com/siderolabs/talos/pkg/machinery v1.11.6
174174
github.com/sirupsen/logrus v1.9.3
175175
github.com/spf13/cobra v1.9.1
176176
github.com/spf13/pflag v1.0.7

pkg/machinery/gendata/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.11.5
1+
v1.11.6

pkg/machinery/version/os-release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NAME="Talos"
22
ID=talos
3-
VERSION_ID=v1.11.5
4-
PRETTY_NAME="Talos (v1.11.5)"
3+
VERSION_ID=v1.11.6
4+
PRETTY_NAME="Talos (v1.11.6)"
55
HOME_URL="https://www.talos.dev/"
66
BUG_REPORT_URL="https://github.com/siderolabs/talos/issues"
77
VENDOR_NAME="Sidero Labs"

website/content/v1.11/reference/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ talosctl cluster create [flags]
167167
--arch string (qemu) cluster architecture (default "amd64")
168168
--bad-rtc (qemu) launch VM with bad RTC state
169169
--cni-bin-path strings (qemu) search path for CNI binaries (default [/home/user/.talos/cni/bin])
170-
--cni-bundle-url string (qemu) URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.11.5/talosctl-cni-bundle-${ARCH}.tar.gz")
170+
--cni-bundle-url string (qemu) URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.11.6/talosctl-cni-bundle-${ARCH}.tar.gz")
171171
--cni-cache-dir string (qemu) CNI cache directory path (default "/home/user/.talos/cni/cache")
172172
--cni-conf-dir string (qemu) CNI config directory path (default "/home/user/.talos/cni/conf.d")
173173
--config-injection-method string (qemu) a method to inject machine config: default is HTTP server, 'metal-iso' to mount an ISO
@@ -2831,7 +2831,7 @@ talosctl upgrade [flags]
28312831
-e, --endpoints strings override default endpoints in Talos configuration
28322832
-f, --force force the upgrade (skip checks on etcd health and members, might lead to data loss)
28332833
-h, --help help for upgrade
2834-
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.11.5")
2834+
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.11.6")
28352835
--insecure upgrade using the insecure (encrypted with no auth) maintenance service
28362836
-n, --nodes strings target the specified nodes
28372837
-m, --reboot-mode string select the reboot mode during upgrade. Mode "powercycle" bypasses kexec. Valid values are: ["default" "powercycle"]. (default "default")

0 commit comments

Comments
 (0)