mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-06 18:11:33 +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
|
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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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