Skip to content

Commit c3537b2

Browse files
committed
feat: update Linux to 6.12.3
Latest 6.12.x release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent cb4d9d6 commit c3537b2

4 files changed

Lines changed: 4 additions & 4 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-4-g9cf35be
25+
PKGS ?= v1.10.0-alpha.0-5-g52ba9a5
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.1
21+
* Linux: 6.12.3
2222
* containerd: 2.0.0
2323
* Flannel: 0.26.1
2424
* Kubernetes: 1.32.0-rc.1

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.1-talos"
17+
DefaultKernelVersion = "6.12.3-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-4-g9cf35be
1+
v1.10.0-alpha.0-5-g52ba9a5

0 commit comments

Comments
 (0)