From c3537b2f5491a890f626ba8fc47034d5059808af Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 6 Dec 2024 22:11:44 +0400 Subject: [PATCH] feat: update Linux to 6.12.3 Latest 6.12.x release. Signed-off-by: Andrey Smirnov --- Makefile | 2 +- hack/release.toml | 2 +- pkg/machinery/constants/constants.go | 2 +- pkg/machinery/gendata/data/pkgs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d441b1fcc5..5c7286d88a 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ TOOLS ?= ghcr.io/siderolabs/tools:v1.10.0-alpha.0 DEBUG_TOOLS_SOURCE := scratch PKGS_PREFIX ?= ghcr.io/siderolabs -PKGS ?= v1.10.0-alpha.0-4-g9cf35be +PKGS ?= v1.10.0-alpha.0-5-g52ba9a5 EXTRAS ?= v1.9.0 KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest diff --git a/hack/release.toml b/hack/release.toml index c31dfcf44a..dd1372045c 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -18,7 +18,7 @@ preface = """ [notes.updates] title = "Component Updates" description = """\ -* Linux: 6.12.1 +* Linux: 6.12.3 * containerd: 2.0.0 * Flannel: 0.26.1 * Kubernetes: 1.32.0-rc.1 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 69c4dc8901..9cef83902c 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.12.1-talos" + DefaultKernelVersion = "6.12.3-talos" // KernelModulesPath is the default path to the kernel modules without the kernel version. KernelModulesPath = "/lib/modules" diff --git a/pkg/machinery/gendata/data/pkgs b/pkg/machinery/gendata/data/pkgs index c3288f988d..ee57afbbeb 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.10.0-alpha.0-4-g9cf35be \ No newline at end of file +v1.10.0-alpha.0-5-g52ba9a5 \ No newline at end of file