v1.11.0-beta.0 #11414
smira
announced in
Announcements
v1.11.0-beta.0
#11414
Replies: 1 comment 1 reply
-
when the kernel will be updated to =) and thank you again for your work ! EDIT: nvm i found finally my anwser ^^ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Talos 1.11.0-beta.0 (2025-07-22)
Welcome to the v1.11.0-beta.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.
Azure
Talos on Azure now defaults to MTU of 1400 bytes for the
eth0
interface to avoid packet fragmentation issues.The default MTU can be overriden with machine configuration.
Boot
Talos increases the boot partition size to 2 GiB to accommodate larger images (with many system extensions included).
Kernel Command Line
Talos now exposes the kernel command line as a KernelCmdline resource (
talosctl get cmdline
).Disk Wipe
Talos now supports
talosctl disk wipe
command in maintenance mode (talosctl disk wipe <disk> --insecure
).ETCD v3.6.x
Talos won't default to ETCD v3.6.x in the next release due to bug in the v3.6.x series that causes data corruption in some cases.
The default version will be kept at v3.5.x for now, but users can still use v3.6.x by explicitly specifying it in the configuration.
See etcd-io/etcd#20340
ETCD downgrade API
Added ETCD downgrade API mimicking the ETCD API and etcdctl interfaces.
This API allows to downgrade ETCD cluster (storage format) to a previous version.
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 create
command now supports the Qemu provisioner in addition to the Docker provisioner.Kernel Modules
Talosctl now returns the loaded modules, not the modules configured to be loaded (
talosctl get modules
).SBOM
Talos now publishes Software Bill of Materials (SBOM) in the SPDX format.
The SBOM is available in the
/usr/share/sbom
directory on the machine and can be retrieved usingtalosctl get sbom
.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.38
Kubernetes: 1.34.0-beta.0
runc: 1.3.0
containerd: 2.1.3
Flannel CNI plugin: 1.7.1-flannel1
Flannel: 0.27.2
CoreDNS: 1.12.2
xfsprogs: 6.15.0
systemd-udevd and systemd-boot: 257.7
lvm2: 2.03.33
cryptsetup: 2.8.0
Talos is built with Go 1.24.5.
VMware
Talos VMWare platform now supports
arm64
architecture in addition toamd64
.Volumes
Talos now supports raw user volumes, allowing to allocate unformatted disk space as partition.
In addition to that, support for existing volumes has been added, allowing to mount existing partitions without formatting them.
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
222 commits
checkUnknownKeys
function togithub.com/siderolabs/gen
lastRelease
to 1.10.3dataDirHostPath
for Rook/usr/bin
preserve
flag mention in upgrade notesMountStatus
resourceChanges since v1.11.0-alpha.3
51 commits
Changes from siderolabs/crypto
5 commits
Changes from siderolabs/discovery-client
1 commit
Changes from siderolabs/gen
5 commits
panicsafe
packagexyaml.CheckUnknownKeys
publicxyaml.UnmarshalStrict
Changes from siderolabs/go-circular
1 commit
Changes from siderolabs/go-kubernetes
4 commits
Changes from siderolabs/pkgs
53 commits
Changes from siderolabs/siderolink
3 commits
Changes from siderolabs/tools
10 commits
Dependency Changes
Previous release can be found at v1.10.0
Images
This discussion was created from the release v1.11.0-beta.0.
Beta Was this translation helpful? Give feedback.
All reactions