From faa1490033df0a843010fa7154096d84f415afce Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 13 Jan 2025 18:43:10 +0400 Subject: [PATCH] feat: update Linux to 6.12.9 Update to the latest 6.12.x. 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 b5004f4a98..33b86d8b42 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ DEBUG_TOOLS_SOURCE := scratch EMBED_TARGET ?= embed PKGS_PREFIX ?= ghcr.io/siderolabs -PKGS ?= v1.10.0-alpha.0-23-gc9d718d +PKGS ?= v1.10.0-alpha.0-24-g17a80ee EXTRAS ?= v1.9.0 KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest diff --git a/hack/release.toml b/hack/release.toml index fe45dc2667..c484800bcd 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -18,7 +18,7 @@ preface = """ [notes.updates] title = "Component Updates" description = """\ -* Linux: 6.12.8 +* Linux: 6.12.9 * CNI plugins: 1.6.1 * runc: 1.2.4 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 6b48a951c6..418b9736dd 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.8-talos" + DefaultKernelVersion = "6.12.9-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 2b1cd7db68..5b0d54b087 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.10.0-alpha.0-23-gc9d718d \ No newline at end of file +v1.10.0-alpha.0-24-g17a80ee \ No newline at end of file