Skip to content

Commit c5fb62e

Browse files
committed
feat: update Linux to 6.2.11
Update to the latest LTS. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 83d007c commit c5fb62e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: 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-32-g38749d1
26+
PKGS ?= v1.10.0-alpha.0-33-g1e24b31
2727
EXTRAS ?= v1.10.0-alpha.0-2-gf4a110f
2828

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

Diff for: 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.10
21+
* Linux: 6.12.11
2222
* CNI plugins: 1.6.2
2323
* runc: 1.2.4
2424
* containerd: 2.0.2

Diff for: 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.10-talos"
17+
DefaultKernelVersion = "6.12.11-talos"
1818

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

Diff for: pkg/machinery/gendata/data/pkgs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.10.0-alpha.0-32-g38749d1
1+
v1.10.0-alpha.0-33-g1e24b31

0 commit comments

Comments
 (0)