Skip to content

Commit a49bb9e

Browse files
committed
feat: update Linux to 6.12.5
Latest 6.12.x for Talos 1.9.0. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent b15917e commit a49bb9e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TOOLS ?= ghcr.io/siderolabs/tools:v1.10.0-alpha.0
2222
DEBUG_TOOLS_SOURCE := scratch
2323

2424
PKGS_PREFIX ?= ghcr.io/siderolabs
25-
PKGS ?= v1.10.0-alpha.0-10-gd54ca83
25+
PKGS ?= v1.10.0-alpha.0-11-gc40a9e9
2626
EXTRAS ?= v1.9.0
2727

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

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ preface = """
1818
[notes.updates]
1919
title = "Component Updates"
2020
description = """\
21-
* Linux: 6.12.4
21+
* Linux: 6.12.5
2222
* containerd: 2.0.1
2323
* Flannel: 0.26.1
2424
* Kubernetes: 1.32.0

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.4-talos"
17+
DefaultKernelVersion = "6.12.5-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-10-gd54ca83
1+
v1.10.0-alpha.0-11-gc40a9e9

website/content/v1.9/introduction/what-is-new/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Support for `cgroupsv1` is deprecated, and will be removed in Talos 1.10 (for no
162162

163163
## Component Updates
164164

165-
* Linux: 6.12.4
165+
* Linux: 6.12.5
166166
* containerd: 2.0.1
167167
* Flannel: 0.26.1
168168
* Kubernetes: 1.32.0

0 commit comments

Comments
 (0)