Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.6 #2644

Merged
renovate-bot merged 1 commits from renovate/ghcr.io-siderolabs-talosctl-1.x into main 2025-12-17 16:03:24 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/siderolabs/talosctl patch v1.11.5 -> v1.11.6

Release Notes

siderolabs/talos (ghcr.io/siderolabs/talosctl)

v1.11.6

Compare Source

Talos 1.11.6 (2025-12-16)

Welcome to the v1.11.6 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

UEFI Boot

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.
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.
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.

Component Updates

Linux: 6.12.62
runc: 1.3.4

Talos is built with Go 1.24.11.

Contributors
  • Andrey Smirnov
  • Noel Georgi
  • Dmitrii Sharshakov
Changes
15 commits

Changes from siderolabs/pkgs
7 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/containernetworking/plugins v1.7.1 -> v1.9.0
  • github.com/safchain/ethtool v0.6.1 -> v0.6.2
  • github.com/siderolabs/pkgs v1.11.0-29-gaee690b -> v1.11.0-36-g49ee0fe
  • github.com/siderolabs/talos/pkg/machinery v1.11.5 -> v1.11.6
  • github.com/siderolabs/tools v1.11.0-4-g05ee846 -> v1.11.0-5-g7f05320
  • github.com/stretchr/testify v1.10.0 -> v1.11.1
  • golang.org/x/net v0.43.0 -> v0.47.0
  • golang.org/x/sync v0.16.0 -> v0.19.0
  • golang.org/x/sys v0.35.0 -> v0.39.0
  • golang.org/x/term v0.34.0 -> v0.38.0
  • golang.org/x/text v0.28.0 -> v0.32.0

Previous release can be found at v1.11.5

Images
ghcr.io/siderolabs/flannel:v0.27.4
registry.k8s.io/coredns/coredns:v1.12.4
gcr.io/etcd-development/etcd:v3.6.5
registry.k8s.io/kube-apiserver:v1.34.1
registry.k8s.io/kube-controller-manager:v1.34.1
registry.k8s.io/kube-scheduler:v1.34.1
registry.k8s.io/kube-proxy:v1.34.1
ghcr.io/siderolabs/kubelet:v1.34.1
ghcr.io/siderolabs/installer:v1.11.6
registry.k8s.io/pause:3.10

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/siderolabs/talosctl](https://github.com/siderolabs/talos) | patch | `v1.11.5` -> `v1.11.6` | --- ### Release Notes <details> <summary>siderolabs/talos (ghcr.io/siderolabs/talosctl)</summary> ### [`v1.11.6`](https://github.com/siderolabs/talos/releases/tag/v1.11.6) [Compare Source](https://github.com/siderolabs/talos/compare/v1.11.5...v1.11.6) ##### [Talos 1.11.6](https://github.com/siderolabs/talos/releases/tag/v1.11.6) (2025-12-16) Welcome to the v1.11.6 release of Talos! Please try out the release binaries and report any issues at <https://github.com/siderolabs/talos/issues>. ##### UEFI Boot 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. 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. 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. ##### Component Updates Linux: 6.12.62 runc: 1.3.4 Talos is built with Go 1.24.11. ##### Contributors - Andrey Smirnov - Noel Georgi - Dmitrii Sharshakov ##### Changes <details><summary>15 commits</summary> <p> - [@&#8203;`6dd1430`](https://github.com/siderolabs/talos/commit/6dd14300e) release(v1.11.6): prepare release - [@&#8203;`f91cefd`](https://github.com/siderolabs/talos/commit/f91cefd32) test: bump memory for OpenEBS test - [@&#8203;`dcbbe2c`](https://github.com/siderolabs/talos/commit/dcbbe2ca0) test: backport test fixes for CRI seccomp profile - [@&#8203;`428b592`](https://github.com/siderolabs/talos/commit/428b5921e) fix: disable kexec on arm64 - [@&#8203;`c36ffc6`](https://github.com/siderolabs/talos/commit/c36ffc626) fix: disable kexec in talosctl cluster create on arm64 - [@&#8203;`0a90bf6`](https://github.com/siderolabs/talos/commit/0a90bf640) fix: selection of boot entry - [@&#8203;`afc08b3`](https://github.com/siderolabs/talos/commit/afc08b34e) fix: update KubeSpan MSS clamping - [@&#8203;`aedddcc`](https://github.com/siderolabs/talos/commit/aedddccef) fix: adapt SELinuxSuite.TestNoPtrace to new strace version - [@&#8203;`0042137`](https://github.com/siderolabs/talos/commit/004213799) fix: clear provisioning data on SideroLink config change - [@&#8203;`e7e3541`](https://github.com/siderolabs/talos/commit/e7e354162) fix: selection of boot entry - [@&#8203;`b5244f9`](https://github.com/siderolabs/talos/commit/b5244f901) fix: remove CoreDNS cpu limit - [@&#8203;`42897de`](https://github.com/siderolabs/talos/commit/42897dee5) fix: uefi bootorder setting - [@&#8203;`bde8be2`](https://github.com/siderolabs/talos/commit/bde8be2c8) fix: uefi boot order setting - [@&#8203;`7e99ced`](https://github.com/siderolabs/talos/commit/7e99ced96) fix: stop attaching to tearing down mount parents - [@&#8203;`ff8b73b`](https://github.com/siderolabs/talos/commit/ff8b73b9f) feat: update tools and pkgs </p> </details> ##### Changes from siderolabs/pkgs <details><summary>7 commits</summary> <p> - [siderolabs/pkgs@`49ee0fe`](https://github.com/siderolabs/pkgs/commit/49ee0fe) feat: update Linux to 6.12.62 - [siderolabs/pkgs@`6b4375a`](https://github.com/siderolabs/pkgs/commit/6b4375a) feat: update ZFS to 2.3.5 - [siderolabs/pkgs@`bde7611`](https://github.com/siderolabs/pkgs/commit/bde7611) feat: update runc to v1.3.4 - [siderolabs/pkgs@`80c85fe`](https://github.com/siderolabs/pkgs/commit/80c85fe) feat: update Linux firmware to [`2025112`](https://github.com/siderolabs/talos/commit/20251125) - [siderolabs/pkgs@`5faab65`](https://github.com/siderolabs/pkgs/commit/5faab65) feat: update DRBD to 9.2.16 - [siderolabs/pkgs@`8fdd59b`](https://github.com/siderolabs/pkgs/commit/8fdd59b) feat: update CNI to 1.9.0 - [siderolabs/pkgs@`b458aab`](https://github.com/siderolabs/pkgs/commit/b458aab) feat: update Go to 1.24.11 </p> </details> ##### Changes from siderolabs/tools <details><summary>1 commit</summary> <p> - [siderolabs/tools@`7f05320`](https://github.com/siderolabs/tools/commit/7f05320) feat: update Go to 1.24.11 </p> </details> ##### Dependency Changes - **github.com/containernetworking/plugins** v1.7.1 -> v1.9.0 - **github.com/safchain/ethtool** v0.6.1 -> v0.6.2 - **github.com/siderolabs/pkgs** v1.11.0-29-gaee690b -> v1.11.0-36-g49ee0fe - **github.com/siderolabs/talos/pkg/machinery** v1.11.5 -> v1.11.6 - **github.com/siderolabs/tools** v1.11.0-4-g05ee846 -> v1.11.0-5-g7f05320 - **github.com/stretchr/testify** v1.10.0 -> v1.11.1 - **golang.org/x/net** v0.43.0 -> v0.47.0 - **golang.org/x/sync** v0.16.0 -> v0.19.0 - **golang.org/x/sys** v0.35.0 -> v0.39.0 - **golang.org/x/term** v0.34.0 -> v0.38.0 - **golang.org/x/text** v0.28.0 -> v0.32.0 Previous release can be found at [v1.11.5](https://github.com/siderolabs/talos/releases/tag/v1.11.5) ##### Images ``` ghcr.io/siderolabs/flannel:v0.27.4 registry.k8s.io/coredns/coredns:v1.12.4 gcr.io/etcd-development/etcd:v3.6.5 registry.k8s.io/kube-apiserver:v1.34.1 registry.k8s.io/kube-controller-manager:v1.34.1 registry.k8s.io/kube-scheduler:v1.34.1 registry.k8s.io/kube-proxy:v1.34.1 ghcr.io/siderolabs/kubelet:v1.34.1 ghcr.io/siderolabs/installer:v1.11.6 registry.k8s.io/pause:3.10 ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
renovate-bot added the automergeimage labels 2025-12-17 16:03:18 +00:00
renovate-bot added 1 commit 2025-12-17 16:03:19 +00:00
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.6
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 15s
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
render-manifests-automerge / render-manifests-automerge (pull_request) Successful in 37s
ad64546fab
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-12-17 16:03:22 +00:00
renovate-bot merged commit fb5458d836 into main 2025-12-17 16:03:24 +00:00
renovate-bot deleted branch renovate/ghcr.io-siderolabs-talosctl-1.x 2025-12-17 16:03:33 +00:00
Sign in to join this conversation.