v1.10.0-alpha.1 #10265
smira
announced in
Announcements
v1.10.0-alpha.1
#10265
Replies: 0 comments
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.10.0-alpha.1 (2025-01-31)
Welcome to the v1.10.0-alpha.1 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.
auditd
Kernel parameter
talos.auditd.disabled=1can be used to disable Talos built-inauditdservice.cgroups v1
Talos Linux no longer supports
cgroupsv1when running in non-container mode.The kernel argument
talos.unified_cgroup_hierarchyis now ignored.Driver Rebind
Talos 1.10 now supports a new machine config document named
PCIDriverRebindConfigthat allows rebinding the driver of a PCI device to a different target driver.See the documentation for more information.
iSCSI Initiator
Talos now generates
/etc/iscsi/initiatorname.iscsifile based on the node identity which is tied to the lifecycle of the node.If using
iscsi-toolsextension, starting with Talos 1.10 would have a more deterministic IQN for the initiator node.Make sure to update any iSCSI targets to use the new initiator IQN.
The iqn can be read by
talosctl read /etc/iscsi/initiatorname.iscsiISO
Talos starting with 1.10 will have ISO's that will use GRUB only for legacy BIOS and systemd-boot for modern UEFI systems.
kube-apiserver Authorization Config
When using
.cluster.apiServer.authorizationConfigthe user provided order for the authorizers is honoured andNodeandRBACauthorizers are always added to the end if not explicitly specified.Eg: If user provides only
Webhookauthorizer, the final order will beWebhook,Node,RBAC.To provide a specific order for
NodeorRBACexplicitly, user can provide the authorizer in the order they want.Eg:
Usage of
authorization-modeCLI argument will not support this form of customization.NVMe NQN
Talos now generates
/etc/nvme/hostnqnand/etc/nvme/hostidfiles based on the node identity which is tied to the lifecycle of the node.The NQN can be read by
talosctl read /etc/nvme/hostnqnComponent Updates
Talos is built with Go 1.23.5.
Contributors
Changes
162 commits
preserveflag for Talos 1.8+preserveflag for Talos 1.8+talosctl debug air-gappedconfigfsFailed to initialize SELinux labeling handleudev errorRegistriesConfigControllerChanges since v1.10.0-alpha.0
98 commits
preserveflag for Talos 1.8+preserveflag for Talos 1.8+talosctl debug air-gappedconfigfsChanges from siderolabs/crypto
1 commit
Changes from siderolabs/extras
5 commits
.kres.yamldefaultsChanges from siderolabs/gen
1 commit
Changes from siderolabs/go-talos-support
1 commit
Changes from siderolabs/pkgs
35 commits
.kres.yamldefaultsChanges from siderolabs/tools
8 commits
.kres.yamldefaultsDependency Changes
Previous release can be found at v1.9.0
Images
This discussion was created from the release v1.10.0-alpha.1.
Beta Was this translation helpful? Give feedback.
All reactions