Skip to content

Commit 557faad

Browse files
committed
feat: update Linux to 6.12.13
Latest current LTS via pkgs. Signed-off-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com>
1 parent 5dbf9e3 commit 557faad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

+1-1
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-35-g85f8901
26+
PKGS ?= v1.10.0-alpha.0-36-g117a1d6
2727
EXTRAS ?= v1.10.0-alpha.0-3-g4102a78
2828

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

hack/release.toml

+1-1
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.11
21+
* Linux: 6.12.13
2222
* CNI plugins: 1.6.2
2323
* runc: 1.2.4
2424
* containerd: 2.0.2

pkg/machinery/constants/constants.go

+1-1
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.11-talos"
17+
DefaultKernelVersion = "6.12.13-talos"
1818

1919
// KernelParamConfig is the kernel parameter name for specifying the URL.
2020
// to the config.

pkg/machinery/gendata/data/pkgs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.10.0-alpha.0-35-g85f8901
1+
v1.10.0-alpha.0-36-g117a1d6

0 commit comments

Comments
 (0)