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
-
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=1
can be used to disable Talos built-inauditd
service.cgroups v1
Talos Linux no longer supports
cgroupsv1
when running in non-container mode.The kernel argument
talos.unified_cgroup_hierarchy
is now ignored.Driver Rebind
Talos 1.10 now supports a new machine config document named
PCIDriverRebindConfig
that 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.iscsi
file based on the node identity which is tied to the lifecycle of the node.If using
iscsi-tools
extension, 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.iscsi
ISO
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.authorizationConfig
the user provided order for the authorizers is honoured andNode
andRBAC
authorizers are always added to the end if not explicitly specified.Eg: If user provides only
Webhook
authorizer, the final order will beWebhook
,Node
,RBAC
.To provide a specific order for
Node
orRBAC
explicitly, user can provide the authorizer in the order they want.Eg:
Usage of
authorization-mode
CLI argument will not support this form of customization.NVMe NQN
Talos now generates
/etc/nvme/hostnqn
and/etc/nvme/hostid
files based on the node identity which is tied to the lifecycle of the node.The NQN can be read by
talosctl read /etc/nvme/hostnqn
Component Updates
Talos is built with Go 1.23.5.
Contributors
Changes
162 commits
preserve
flag for Talos 1.8+preserve
flag for Talos 1.8+talosctl debug air-gapped
configfs
Failed to initialize SELinux labeling handle
udev errorRegistriesConfigController
Changes since v1.10.0-alpha.0
98 commits
preserve
flag for Talos 1.8+preserve
flag for Talos 1.8+talosctl debug air-gapped
configfs
Changes from siderolabs/crypto
1 commit
Changes from siderolabs/extras
5 commits
.kres.yaml
defaultsChanges from siderolabs/gen
1 commit
Changes from siderolabs/go-talos-support
1 commit
Changes from siderolabs/pkgs
35 commits
.kres.yaml
defaultsChanges from siderolabs/tools
8 commits
.kres.yaml
defaultsDependency 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