Skip to content

Commit 1be5f8f

Browse files
committed
feat: update Linux to 6.12.8
Also update runc to 1.2.4. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent e6a4583 commit 1be5f8f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DEBUG_TOOLS_SOURCE := scratch
2323
EMBED_TARGET ?= embed
2424

2525
PKGS_PREFIX ?= ghcr.io/siderolabs
26-
PKGS ?= v1.10.0-alpha.0-18-ge7eddcf
26+
PKGS ?= v1.10.0-alpha.0-23-gc9d718d
2727
EXTRAS ?= v1.9.0
2828

2929
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest

hack/release.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ preface = """
1818
[notes.updates]
1919
title = "Component Updates"
2020
description = """\
21-
* Linux: 6.12.6
21+
* Linux: 6.12.8
2222
* CNI plugins: 1.6.1
23+
* runc: 1.2.4
2324
2425
Talos is built with Go 1.23.4.
2526
"""

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
// DefaultKernelVersion is the default Linux kernel version.
17-
DefaultKernelVersion = "6.12.6-talos"
17+
DefaultKernelVersion = "6.12.8-talos"
1818

1919
// KernelModulesPath is the default path to the kernel modules without the kernel version.
2020
KernelModulesPath = "/lib/modules"

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.10.0-alpha.0-18-ge7eddcf
1+
v1.10.0-alpha.0-23-gc9d718d

0 commit comments

Comments
 (0)