From a49bb9ee45346268b26d3b9cff4dd017bfb9c829 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 16 Dec 2024 18:11:37 +0400 Subject: [PATCH] feat: update Linux to 6.12.5 Latest 6.12.x for Talos 1.9.0. Signed-off-by: Andrey Smirnov --- Makefile | 2 +- hack/release.toml | 2 +- pkg/machinery/constants/constants.go | 2 +- pkg/machinery/gendata/data/pkgs | 2 +- website/content/v1.9/introduction/what-is-new/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 71a9ad634a..585b2f4cbd 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-10-gd54ca83 +PKGS ?= v1.10.0-alpha.0-11-gc40a9e9 EXTRAS ?= v1.9.0 KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest diff --git a/hack/release.toml b/hack/release.toml index d901494376..2af0492c1d 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -18,7 +18,7 @@ preface = """ [notes.updates] title = "Component Updates" description = """\ -* Linux: 6.12.4 +* Linux: 6.12.5 * containerd: 2.0.1 * Flannel: 0.26.1 * Kubernetes: 1.32.0 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 48b133399d..45b1b39ddc 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.4-talos" + DefaultKernelVersion = "6.12.5-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 18cce7dac8..8bda5996d7 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.10.0-alpha.0-10-gd54ca83 \ No newline at end of file +v1.10.0-alpha.0-11-gc40a9e9 \ No newline at end of file diff --git a/website/content/v1.9/introduction/what-is-new/index.md b/website/content/v1.9/introduction/what-is-new/index.md index 710641205f..6da40305ac 100644 --- a/website/content/v1.9/introduction/what-is-new/index.md +++ b/website/content/v1.9/introduction/what-is-new/index.md @@ -162,7 +162,7 @@ Support for `cgroupsv1` is deprecated, and will be removed in Talos 1.10 (for no ## Component Updates -* Linux: 6.12.4 +* Linux: 6.12.5 * containerd: 2.0.1 * Flannel: 0.26.1 * Kubernetes: 1.32.0