diff --git a/Makefile b/Makefile index 6a02571c6d..c4c3b93b07 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ ARTIFACTS := _out TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-alpha.0-5-gd2746e5 PKGS_PREFIX ?= ghcr.io/siderolabs -PKGS ?= v1.8.0-alpha.0-29-g84bad89 +PKGS ?= v1.8.0-alpha.0-32-g8d6b19a EXTRAS ?= v1.8.0-alpha.0-2-g0efb05f KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest diff --git a/hack/release.toml b/hack/release.toml index c791bb148d..540853548f 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -18,9 +18,9 @@ preface = """\ title = "Component Updates" description = """\ Kubernetes: 1.30.2 -Linux: 6.6.32 -containerd: 2.0.0-rc.2 -runc: 1.2.0-rc.1 +Linux: 6.6.36 +containerd: 2.0.0-rc.3 +runc: 1.2.0-rc.2 etcd: 3.5.14 Flannel: 0.25.3 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 30096d1e9f..706876a8a8 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -14,7 +14,7 @@ import ( const ( // DefaultKernelVersion is the default Linux kernel version. - DefaultKernelVersion = "6.6.33-talos" + DefaultKernelVersion = "6.6.36-talos" // KernelModulesPath is the default path to the kernel modules without the kernel version. KernelModulesPath = "/lib/modules" @@ -477,7 +477,7 @@ const ( TrustdUserID = 51 // DefaultContainerdVersion is the default container runtime version. - DefaultContainerdVersion = "2.0.0-rc.2" + DefaultContainerdVersion = "2.0.0-rc.3" // SystemContainerdNamespace is the Containerd namespace for Talos services. SystemContainerdNamespace = "system" diff --git a/pkg/machinery/gendata/data/pkgs b/pkg/machinery/gendata/data/pkgs index f85c63d80b..7c0ffb616b 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.8.0-alpha.0-29-g84bad89 \ No newline at end of file +v1.8.0-alpha.0-32-g8d6b19a \ No newline at end of file