v1.9.0-alpha.2 #9680
smira
announced in
Announcements
v1.9.0-alpha.2
#9680
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.2 (2024-11-08)
Welcome to the v1.9.0-alpha.2 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
.udevd
Talos previously used
udevd
to provideudevd
, now it usessystemd-udevd
instead.Component Updates
Linux: 6.6.59
containerd: 2.0.0
Flannel: 0.26.0
Kubernetes: 1.32.0-beta.0
runc: 1.2.1
Talos is built with Go 1.23.2.
User Namespaces
Talos Linux now supports running Kubernetes pods with user namespaces enabled.
Refer to the documentation for more information.
Contributors
Changes
145 commits
UserNamespacesSupport
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.1
4 commits
Changes from siderolabs/crypto
1 commit
Changes from siderolabs/discovery-api
1 commit
Changes from siderolabs/discovery-client
1 commit
Changes from siderolabs/extras
2 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
3 commits
Changes from siderolabs/grpc-proxy
2 commits
Changes from siderolabs/pkgs
38 commits
/run
as state directoryChanges from siderolabs/proto-codec
3 commits
Changes from siderolabs/siderolink
1 commit
Changes from siderolabs/tools
8 commits
Dependency Changes
Previous release can be found at v1.8.0
Images
This discussion was created from the release v1.9.0-alpha.2.
Beta Was this translation helpful? Give feedback.
All reactions