v1.9.0-alpha.3 #9794
smira
announced in
Announcements
v1.9.0-alpha.3
#9794
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Talos 1.9.0-alpha.3 (2024-11-25)
Welcome to the v1.9.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.
AppArmor
Talos Linux starting with v1.9 will ship with SELinux LSM enabled by default.
If you need to use AppArmor LSM add the following to the machine configuration:
Auditd
Talos Linux now starts a auditd service by default.
Logs can be read with
talosctl logs auditd
.talosctl cgroups
The
talosctl cgroups
command has been added to thetalosctl
tool.This command allows you to view the cgroup resource consumption and limits for a machine, e.g.
talosctl cgroups --preset memory
.Device Selectors
Talos now supports matching on permanent hardware (MAC) address of the network interfaces.
This is specifically useful to match bond members, as they change their hardware addresses when they become part of the bond.
Direct Rendering Manager (DRM)
Starting with Talos 1.9, the
i915
andamdgpu
DRM drivers will be dropped from the Talos squashfs.There will be new system extensions named
i915
andamdgpu
that would contain both the drivers and firmware packaged together.Upgrades via Image Factory will automatically include the new extensions if previously
i915-ucode
oramdgpu-firmware
were used.Registry Mirrors
In versions before Talos 1.9, there was a discrepancy between the way Talos itself and CRI plugin resolves registry mirrors:
Talos will never fall back to the default registry if endpoints are configured, while CRI plugin will.
In Talos 1.9 this was fixed, so that by default an upstream registry is used as a fallback in all cases, while new registry mirror
configuration option
.skipFallback
can be used to disable this behavior both for Talos and CRI plugin.talosctl disks
The command
talosctl disks
was removed, please usetalosctl get disks
,talosctl get systemdisk
, andtalosctl get blockdevices
instead.talosctl wipe
The new command
talosctl wipe disk
allows to wipe a disk or a partition which is not used as a volume.udevd
Talos previously used
eudev
to provideudevd
, now it usessystemd-udevd
instead.Component Updates
Talos is built with Go 1.23.3.
User Namespaces
Talos Linux now supports running Kubernetes pods with user namespaces enabled.
Refer to the documentation for more information.
Contributors
Changes
190 commits
Close
reader--talosconfig
parameter to end of Hetzner guideUserNamespacesSupport
feature gate is not settalosctl cluster create
DNSUpstreamController
andDNSUpstream
resourceextra-disks
when using isotalosctl
tcell_minimal
/dev/net/tun
compatibilityactivateLogicalVolumes
sequencer stepChanges since v1.9.0-alpha.2
45 commits
Close
reader--talosconfig
parameter to end of Hetzner guideChanges from siderolabs/crypto
1 commit
Changes from siderolabs/discovery-api
1 commit
Changes from siderolabs/discovery-client
1 commit
Changes from siderolabs/extras
3 commits
Changes from siderolabs/gen
3 commits
Empty
andEmpty2
iteratorsChanges from siderolabs/go-blockdevice
1 commit
Changes from siderolabs/go-circular
1 commit
Changes from siderolabs/go-cmd
3 commits
Changes from siderolabs/go-kubernetes
4 commits
Changes from siderolabs/grpc-proxy
2 commits
Changes from siderolabs/pkgs
46 commits
/run
as state directoryChanges from siderolabs/proto-codec
3 commits
Changes from siderolabs/siderolink
1 commit
Changes from siderolabs/tools
10 commits
Dependency Changes
Previous release can be found at v1.8.0
Images
This discussion was created from the release v1.9.0-alpha.3.
Beta Was this translation helpful? Give feedback.
All reactions