feat: update Linux to 6.12.13

Latest current LTS via pkgs.

Signed-off-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com>
This commit is contained in:
Dmitry Sharshakov 2025-02-10 20:05:51 +01:00
parent 5dbf9e3502
commit 557faad759
No known key found for this signature in database
GPG Key ID: 9866BBFAF691F3AF
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ DEBUG_TOOLS_SOURCE := scratch
EMBED_TARGET ?= embed EMBED_TARGET ?= embed
PKGS_PREFIX ?= ghcr.io/siderolabs PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.10.0-alpha.0-35-g85f8901 PKGS ?= v1.10.0-alpha.0-36-g117a1d6
EXTRAS ?= v1.10.0-alpha.0-3-g4102a78 EXTRAS ?= v1.10.0-alpha.0-3-g4102a78
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest

View File

@ -18,7 +18,7 @@ preface = """
[notes.updates] [notes.updates]
title = "Component Updates" title = "Component Updates"
description = """\ description = """\
* Linux: 6.12.11 * Linux: 6.12.13
* CNI plugins: 1.6.2 * CNI plugins: 1.6.2
* runc: 1.2.4 * runc: 1.2.4
* containerd: 2.0.2 * containerd: 2.0.2

View File

@ -14,7 +14,7 @@ import (
const ( const (
// DefaultKernelVersion is the default Linux kernel version. // DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.12.11-talos" DefaultKernelVersion = "6.12.13-talos"
// KernelParamConfig is the kernel parameter name for specifying the URL. // KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config. // to the config.

View File

@ -1 +1 @@
v1.10.0-alpha.0-35-g85f8901 v1.10.0-alpha.0-36-g117a1d6