From ebf1d844e6f341ed60c6c27769a1a12aa2c8af33 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 (cherry picked from commit c3537b2f5491a890f626ba8fc47034d5059808af) --- .conform.yaml | 4 ++-- .kres.yaml | 1 + hack/release.toml | 2 +- pkg/machinery/constants/constants.go | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.conform.yaml b/.conform.yaml index e95ecdf107..696bba42a1 100644 --- a/.conform.yaml +++ b/.conform.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-07-05T14:59:05Z by kres 8c8b007. +# Generated on 2024-12-09T11:04:11Z by kres 8183c20. policies: - type: commit @@ -12,7 +12,7 @@ policies: gitHubOrganization: siderolabs spellcheck: locale: US - maximumOfOneCommit: true + maximumOfOneCommit: false header: length: 89 imperative: true diff --git a/.kres.yaml b/.kres.yaml index d6000eedaf..6a7b77e904 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -19,6 +19,7 @@ spec: --- kind: common.Repository spec: + conformMaximumOfOneCommit: false conformScopes: - apid - machined 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"