feat(deps): update dependency aqua:siderolabs/talos ( 1.11.6 ➔ 1.12.2 ) #240
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.11.6→1.12.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
siderolabs/talos (aqua:siderolabs/talos)
v1.12.2Compare Source
Talos 1.12.2 (2026-01-22)
Welcome to the v1.12.2 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
talosctl images talos-bundlecan ignore reaching to the registryThe
talosctl images talos-bundlecommand now accepts optional--ovelaysand--extensionsflags.If those are set to
false, the command will not attempt to reach out to the container registry to fetch the latest versions and digests of the overlays and extensions.Component Updates
Linux: 6.18.5
Talos is built with Go 1.25.6.
Contributors
Changes
21 commits
54e5b43release(v1.12.2): prepare release30da0bcfix: oracle platform file format7ddb37bfix: make OOM expression a bit less sensitivee438ec2fix: marshal of FailOverMac property717ed72fix: check if the device is not mounted when wipingc95c9fdfix: wipe the first/last 1MiB in addition to wiping by signatures52bed35fix: add talos version to Hetzner Cloud client user agent0e447a4fix: make OOM controller more precise by considering separate cgroup PSI3b974b9fix: sort mirrors and tls configs when generating the machine config8b16fe5feat: add VLAN support to OpenStack platformeb8480cfix: panic in configpatcher when the whole section is missing4d44306fix: wipe disk by signaturescca4cd2feat: add it87 hwmon moduled9480eefix: resolve SideroLink Wireguard endpoint on reconnecte16c2d5fix: handle correctly incomplete RegistryTLSConfigdedd273fix: bond config via platformf527cfffix: allow HostnameConfig to be used with incomplete machine config1091813fix: lock down etcd listen address to IPv4 localhost9f8d938fix: print talosctl images to release notes95433c1fix: update VIP config example919394ffeat: update Go to 1.25.6Changes from siderolabs/pkgs
7 commits
4f8efaffix: enable pinctrl for Raspberry Pi 53a36a01feat: update NVIDIA LTS and production driver versionsd364d04feat: update Linux to 6.18.5a3d6cc4feat: update Linux firmware to202601140fa324feat: enable IT87 hwmon module8b8f314feat: enable IPV6_MROUTE3571127feat: update Go to 1.25.6Changes from siderolabs/tools
1 commit
31959f4feat: update Go to 1.25.6Dependency Changes
Previous release can be found at v1.12.1
Images
v1.12.1Compare Source
Welcome to the v1.11.0-alpha.3 release of Talos!
This is a pre-release of Talos
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Azure
Talos on Azure now defaults to MTU of 1400 bytes for the
eth0interface to avoid packet fragmentation issues.The default MTU can be overriden with machine configuration.
IMA support removed
Talos now drops the IMA (Integrity Measurement Architecture) support. This feature was not used in Talos for any meaningful security purpose
and has historically caused performance issues. See #11133 for more details.
Kubernetes Version Validation
Talos now validates Kubernetes version in the image submitted in the machine configuration.
Previously this check was performed only on upgrade, but now it is consistently applied to upgrade, initial provisioning, and machine configuration updates.
This implies that all image references should contain the tag, even if the image is pinned by digest.
Qemu provisioner on MacOS
On MacOS
talosctl cluster createcommand now supports the Qemu provisioner in addition to the Docker provisioner.Swap Suport
Talos now supports swap on block devices.
This feature can be enable by using SwapVolumeConfig document in the machine configuration.
Component Updates
Linux: 6.12.35
Kubernetes: 1.34.0-alpha.2
runc: 1.3.0
containerd: 2.1.3
Flannel CNI plugin: 1.7.1-flannel1
Flannel: 0.27.0
CoreDNS: 1.12.2
Talos is built with Go 1.24.4.
VMware
Talos VMWare platform now supports
arm64architecture in addition toamd64.Zswap Support
Talos now supports zswap, a compressed cache for swap pages.
This feature can be enabled by using ZswapConfig document in the machine configuration.
Contributors
Changes
170 commits
777335f23chore: improve cloud image uploader resilience14e5eee7drelease(v1.11.0-alpha.2): prepare release1e5a008f5fix: hold user volume mount point across kubelet restartscdad50590docs: user volumes and kubernetes upgrade updatesc880835c8feat: implement zswap support7f0300f10feat: update dependencies, Kubernetes 1.34.0-alpha.261afbe3d2docs: add vc4 documentationb9dbdc8e7fix: etcd recover with multiple advertised addresses19d94c357feat: update Linux to 6.12.35, containerd to 2.1.344a1fc3b7fix: treat context canceled as expected error on image pull4da2dd537feat: enforce Kubernetes version compatibility6c7f8201afix: set default MTU on Azure to 1400091cd6989docs: small yaml typo fix66ecbd48fdocs: update support matrix with omni versionc948d7617docs: minor fixes for creating kernel modulescc14c4a25docs: add docs for creating kernel modules93bcd3b56docs: create SBOM for Go dependencies38c4ce415feat: add user-space InfiniBand modules251dc934ffeat: arm64 support for platform vmware09b3ad577feat: update containerd to 2.1.20767dd07bchore: enable --with-siderolink-agent on Darwin9642198d7fix: userspace wireguard library overrides208f0763echore: fix talosctl build on non-Linux hosts87421af87docs: expand documentation descriptiond32ccfa59feat: implement swap support8f5cf81dbdocs: update kvm documentation8e84c8b0ffix: nil pointer deref in quirk6e74a3676docs: aad ery basic details on how to run on scaleway260d1bc9afix: correctl close encrypted volumes034ef42affix: update siderolink library for wgtunnel panic fix3035744a8fix: correctly predict interface name on darwincfcfad3c4chore: movecheckUnknownKeysfunction togithub.com/siderolabs/gen5ecc53c69docs: add macos section to developing-talos.mdb5b35307fchore: update Go to 1.24.4fde772d8dfeat: update Flannel to 0.27.081ca27949release(v1.11.0-alpha.1): prepare release58a868e68chore: fix renovate config, add release-gate labela59aaee84feat: bump dependencies, Linux 6.12.31e954ee30adocs: typo correction: LongHorn -> Longhornaab053394fix: mashal resource byte slices as strings in YAMLc7d4191e7fix: rework the way CRI config generation is waited for0114183dedocs: updatelastReleaseto 1.10.3938b0760adocs: update issue template2a7b735b2feat: drop IMA support2d5a805b0fix: typo in DiscoverdVolume spec60c12bad9feat: support nocloud include url userdata directive0fd622c82fix(talosctl): correct --help output for dashboard commanda90c936a1feat: support qemu provisioner on darwin5322ca0d3docs: update overlay docsa60b6322dfix(ci): drop nebula from extensions testdbbb59a67docs: add note for defaultdataDirHostPathfor Rooke26054378docs: macos qemu provider5d0224093docs: use the cilium-cli image repo in the job installation manifestff80e4ccadocs: fix CIDR namea5fd15e8bfix(ci): reproducibility test8f8963e50docs: update Nexxen brandc6b86872dfix(ci): iso reproducibility file permissions995a1dec4chore: add a check for unsupported darwin flags9db5d0c97fix: nocloud metadata for hostname3cf325654feat: modularize more arm64 kernel3524745ccfix: allow any PKI in Talos APIf438cdb09chore: use custom dhcpd server on macos qemu11c17fb9afix: metal-iso reproducibility7fcb89ee3chore: add darwin vmnet qemu supportfc1237343chore: clean up/usr/binb551f32cefeat: update containerd to v2.1.167f4154f9docs: update disk-management.md0cb137ad7fix: make disk size check work on old Talos7c057edd5fix: use vmdk-convert istead of qemu-img to create VMDK for OVA filescd618dad0chore: update the go-blockdevice package0b99631a0fix: bump apid memory limit5451f35b1docs: update virtualboxbd4d202a5refactor: bring owned.State from COSI to simplify tests0b96df574feat: update containerd to 2.1.0e1a939144docs: fix formatting in disk encryption7a817df1cdocs: fix typof35b213b2test: fix DHCP unicast failures in QEMU environment7064bbf05docs: fix vmware factory URL78c33bcdbfeat: update default Kubernetes to v1.33.1da6795266fix: disable automatic MAC assignment to bridge interfacesca34adf58chore(ci): drop azure keysea5de19fafix: selinux detection52c76ea3afix: consistently apply dynamic grpc proxy dialeraa9569e5dchore: refactor cluster create cmd flags1161faa05docs: fix typo in Cilium docs164745e44docs: removepreserveflag mention in upgrade notes9a2ecbaaffix: makefile operating system param118aa69d6chore: update cloud-image-uploader dependenciesacdd721cfchore: dump qemu pachine ipam records on darwinbb9094534chore: rotate aws iam credentials0bfa4ae1bchore: update deps for cloud-image-uploader956d7c71bchore: update sops keyse2f819d88test: fix the process runner log collectionfdac4cfb9fix: upgrade go-kubernetes for DRA flag bug09d88e1e8test: fix some flaky testsec1f41a94chore: make qemu config server bind work on darwin980f4d2b9feat: bump dependencies95259337efix: k8s 1.32->1.33 upgrade checkc3c326b40fix: improve volume mounter automaton918b94d9arefactor: rewrite disk size checkab7e693d7chore: make qemu lb address bind work on darwin97ceab001fix: multiple logic issues in platform network config controller46349a9dfdocs: remove azure image gallery instructions0cfcdd3dedocs: fix search on base talos.dev78646b4e0docs: add registryd debug commandc6824c211fix: deny apply config requests without v1alpha1 in "normal" mode7df0408e4fix: interactive installer config gen881c5d62bfix: suppress duplicate platform config updates66d77888efix: replace downloaded asset paths correctly in cluster create cmd6bd6c9b5afix: generate iso greater than 4 gigac140324efix: skip PCR extension if TPM1.2 is found09ef1f8a4fix: ignore http proxy on grpc socket dial22a72dc80chore: split options between three structs22c34a50ffix(ci): provision cron jobsb3b20eff3fix: containerd crashing with sigsegvf7891c301chore: calculate vmnet interface name preemptivelyae87edffbfix: drop libseccomp from rootfsf74a805bbfix: do correct backoff for nocloud reconcile01bb294affix(ci): provision testse4945be3bdocs: add registryd debug commandd8c670ad3release(v1.11.0-alpha.0): prepare releaseace44ea61test: update hydrophone to 0.7.03a1163692chore: cross platform qemu preflight checks7914fb104chore: move the create command to it's own packagec8e619608chore: prepare for release 1.111299aaa45chore(ci): add extensions test for Youki runtimee50ceb221docs: activate Talos 1.10 docs9d12aaeb1test: improve config patch test106a656b6chore: make qemu provider build on darwin8013aa06ctest: replace platform metadata test2b89c2810fix: relax etcd APIs RBAC requirements1e677587cfix: preserve kubelet image suffix62ab8af45fix: disk image generation with image cached60626f01fix: handle encryption type mismatcha9109ebd0feat: allow SideroLink unique token in machine config2ff3a6e40feat(kernel): add bcache kernel module to core talosfa95a2146fix(ci): bios provision testf7c5b86befix: sync PCR extension with volume provisioning lifecyclef90c79474chore: show bound driver in pcidevices info8db34624cfix: handle correctly changing platform network config77c7a075bfeat: update Kubernetes to 1.33.074f0c48c7feat: add version compatibility for Talos 1.11c4fb7dad0fix: force DNS runner shutdown on timeoutc49b4836edocs: hetzner: add note about public iso16ea2b113docs: add what is new for 1.10be3f0c018fix: fix Gvisor tests with containerd patch37db132b3chore(ci): add provision test with biosec60b70e7fix: set media type to OCI for image cache layera471eb31bfeat: update Linux 6.12.24, containerd 2.0.554ad5b872fix: extension services logging to console601f036badocs: correct flannel extra args exampleae94377d1feat: support encryption config for user volumes9616f6e8ddocs: add caveat for kubespan and host portsa1d08a362docs: fixes typo at OpenEBS Mayastor worker patchesa91e8726edocs: add a dark themec76189c58fix: grub EFI mount point4ca985c65fix: grub efi platform installb31260281docs: update storage.md396a29040feat: add new SBCsa902f6580feat: update Flannel to v0.26.72bbefec1adocs: use cache in preview6028a8d2ddocs: update kubeprism.mde51a8ef8cfix: prefer newMountStatusresourced9c7e7946docs: fix searchb32fa029bfeat: update Kubernetes to 1.33.0-rc.1f0ea478cbfeat: support address priority8cd3c8dc7test: fix NVIDIA OSS tests62f2d27cddocs: update virtualbox.md141326ea3docs: fix tabpane styling134aa53ccfeat: update base CoreDNS code in host DNS to 1.12.1Changes since v1.11.0-alpha.2
1 commit
777335f23chore: improve cloud image uploader resilienceChanges from siderolabs/crypto
2 commits
17107aefix: add generic CSR generator and OpenSSL interop53659fcrefactor: split into filesChanges from siderolabs/gen
4 commits
dcb2b74feat: addpanicsafepackageb36ee43feat: makexyaml.CheckUnknownKeyspublic3e319e7feat: implementxyaml.UnmarshalStrict7c0324fchore: future-proof HashTrieMapChanges from siderolabs/go-circular
1 commit
5b39ef8fix: do not log error if chunk zero was never writtenChanges from siderolabs/go-kubernetes
3 commits
657a74bfeat: prepare for Kubernetes 1.349070be4fix: remove DynamicResourceAllocation feature gate8cb588bfix: k8s 1.32->1.33 upgrade checkChanges from siderolabs/pkgs
41 commits
03bb94cfeat: update dependenciesc613abdfix: iptables urlfae59dffix: download and copy hailo8 firmwarefadf1e2feat: update containerd to 2.1.2a0b0da1feat: enable io.latency cgroup controller0aaa07afeat: add hailort package8555e94chore: use ftpmirror for GNU sources9fbe2b4feat: update Go to 1.24.479bfa9efeat: update NVIDIA drivers to 570.148.08c8b8bd8feat: bump dependencies54bf03efeat: update Linux to 6.12.3193b3aaafeat: add patch for CephFS IMA performance regressionebd6627feat: disable IMA support8aad53bfeat: add CONFIG_NFT_CONNLIMIT to kernel7a299fafeat: update Linux to 6.12.308c4603efeat: move more configs to modules on arm647b1183bfeat(kernel): enable IB user-space management and RDMA1b1430efix: drop pcre2 binaries487610cfix: drop broken symlinksf31d518fix: clean up some binaries0f74b9bfeat: update containerd to v2.1.189b4037fix: tenstorrent pkg namea14b544chore: drop qemu-tools vmdk support2563e47feat: add tenstorrent package2a1c42ffix(renovate): flannel configbfa69a8feat: add open-vmdk package9f1ba1ffix: bring back updated containerd gvisor patch1567cb6feat: update Linux 6.12.28, firmware9bc66e6feat: update containerd to 2.1.0c6b54e0feat: enable zswap4cd7084feat: update dependenciesa3fcbf8feat(kernel): enable panthor driver74d1665feat: update ZFS to 2.3.2ddc866bfeat: update Linux to 6.12.27a347857fix: build containerd with Go 1.2374da85cfix: containerd build doesn't need seccomp4effa05fix: downgrade libseccomp to 2.5.59cea00bfeat: update Linux to 6.12.25cb108a5feat(kernel): enable bcache moduled042432fix: backport sandbox fix for Gvisorfa625dcfeat: update Linux 6.12.24, containerd 2.0.5Changes from siderolabs/siderolink
3 commits
5f46f65feat: handle panics in goroutinesd09ff45fix: race in wait valued2a79e0fix: clean up device on failureChanges from siderolabs/tools
4 commits
1dfd14bfeat: update Go to 1.24.4af3fd64feat: update dependenciese35234bfeat: update dependenciesc96a4e6chore: update toolchain to the latest versionDependency Changes
432fa64new69fb7db->a3183a1949945f->a4a78f1b92baf7-> v0.7.0Previous release can be found at v1.10.0
v1.12.0Compare Source
Welcome to the v1.13.0-alpha.0 release of Talos!
This is a pre-release of Talos
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
External Volumes
Talos now supports virtiofs-based external volumes via the new
ExternalVolumeConfig
document.
These virtiofs external volumes are not supported when SELinux is running
in enforcing mode.
Talos Imager Enhancements
Talos imager now supports running rootless.
--privilegedand-v /dev:/devare no longer required.Container Image Decompression
Talos now ships with
igzip(amd64) andpigz(arm64) to speed up container image decompression./proc/PID/mem Access Hardening
A new kernel parameter
proc_mem.force_override=neverhas been introduced by default to enhance system securityby preventing unwanted writes to protected process memory via
/proc/PID/mem.If the kernel parameter is removed, default behavior is restored, allowing access only if the process is traced.
Reproducible Disk Images
Talos disk images are now reproducible. Building the same version of Talos multiple times will yield
identical disk images.
Note: VHD and VMDK (Azure and VMware) images are not currently reproducible due to limitations in the underlying image creation tools.
Users verifying reproducible images should use raw images, verify checksums, and convert them to VHD/VMDK as needed.
Component Updates
Linux: 6.18.2
containerd: 2.2.1
etcd: 3.6.7
CoreDNS: 1.13.2
Kubernetes: 1.35.0
Flannel CNI plugin: v1.9.0-flannel1
LVM2: 2_03_38
runc: 1.4.0
systemd: 259
cryptsetup: 2.8.3
Talos is built with Go 1.25.5.
VM Hot-Add Support
Talos now includes udev rules to support hot-adding of CPUs in virtualized environments.
Contributors
Changes
95 commits
f0d8a6851test: skip the source bundle on exact tagc57701d65fix: remove interactive installer43937c1cdfeat: update Linux and systemd72a194df8feat: add VM CPU hot-add rulesf09ae1e0dfix: probe small images correctly8f2b33799feat: imager support rootless buildsc7525a97efeat: support creating filesystems from foldere2bffb5cechore: refactor imager code so it's more clear0fb50dbd0fix: invalid versions check in talos-bundleb5dd56032test: upgrade versions in upgrade tests3dfa4d6e4fix: make upgrade work with SELinux enforcing=1786c8e2eefeat: ship pigz/igzip in rootfs to speed up image decompression48d242918feat: update containerd to 2.2.1536541afefix: mount volume mount/unmount race39117d457feat: update dependenciesf0f420725fix: bond setting change detection8d6a7a867feat: update Kubernetes to 1.35.0845a0d09cfeat: update etcd 3.6.7, CoreDNS 1.13.2b95912e04feat: enforceproc_mem.force_override=neverby default681f3e84ctest: run virtiofs tests only when virtiofsd is running0592ff0cd](https://redConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.