mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-06 10:01:17 +01:00
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:
parent
707a77bf64
commit
d946ccae31
2
Makefile
2
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-5-g52ba9a5
|
||||
PKGS ?= v1.10.0-alpha.0-6-g1a55529
|
||||
EXTRAS ?= v1.9.0
|
||||
|
||||
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
|
||||
|
||||
@ -18,7 +18,7 @@ preface = """
|
||||
[notes.updates]
|
||||
title = "Component Updates"
|
||||
description = """\
|
||||
* Linux: 6.12.3
|
||||
* Linux: 6.12.4
|
||||
* containerd: 2.0.0
|
||||
* Flannel: 0.26.1
|
||||
* Kubernetes: 1.32.0-rc.1
|
||||
|
||||
@ -14,7 +14,7 @@ import (
|
||||
|
||||
const (
|
||||
// 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 = "/lib/modules"
|
||||
|
||||
@ -1 +1 @@
|
||||
v1.10.0-alpha.0-5-g52ba9a5
|
||||
v1.10.0-alpha.0-6-g1a55529
|
||||
Loading…
x
Reference in New Issue
Block a user