feat: update Linux to 6.12.4

Update to the latest 6.12.x, fixes kexec reboot in QEMU.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2024-12-10 14:10:35 +04:00
parent 707a77bf64
commit d946ccae31
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ TOOLS ?= ghcr.io/siderolabs/tools:v1.10.0-alpha.0
DEBUG_TOOLS_SOURCE := scratch DEBUG_TOOLS_SOURCE := scratch
PKGS_PREFIX ?= ghcr.io/siderolabs PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.10.0-alpha.0-5-g52ba9a5 PKGS ?= v1.10.0-alpha.0-6-g1a55529
EXTRAS ?= v1.9.0 EXTRAS ?= v1.9.0
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest

View File

@ -18,7 +18,7 @@ preface = """
[notes.updates] [notes.updates]
title = "Component Updates" title = "Component Updates"
description = """\ description = """\
* Linux: 6.12.3 * Linux: 6.12.4
* containerd: 2.0.0 * containerd: 2.0.0
* Flannel: 0.26.1 * Flannel: 0.26.1
* Kubernetes: 1.32.0-rc.1 * Kubernetes: 1.32.0-rc.1

View File

@ -14,7 +14,7 @@ import (
const ( const (
// DefaultKernelVersion is the default Linux kernel version. // DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.12.3-talos" DefaultKernelVersion = "6.12.4-talos"
// KernelModulesPath is the default path to the kernel modules without the kernel version. // KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules" KernelModulesPath = "/lib/modules"

View File

@ -1 +1 @@
v1.10.0-alpha.0-5-g52ba9a5 v1.10.0-alpha.0-6-g1a55529