feat: update Linux to 6.12.8

Also update runc to 1.2.4.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2025-01-10 20:18:43 +04:00
parent e6a4583ba8
commit 1be5f8ff25
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
4 changed files with 5 additions and 4 deletions

View File

@ -23,7 +23,7 @@ DEBUG_TOOLS_SOURCE := scratch
EMBED_TARGET ?= embed
PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.10.0-alpha.0-18-ge7eddcf
PKGS ?= v1.10.0-alpha.0-23-gc9d718d
EXTRAS ?= v1.9.0
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest

View File

@ -18,8 +18,9 @@ preface = """
[notes.updates]
title = "Component Updates"
description = """\
* Linux: 6.12.6
* Linux: 6.12.8
* CNI plugins: 1.6.1
* runc: 1.2.4
Talos is built with Go 1.23.4.
"""

View File

@ -14,7 +14,7 @@ import (
const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.12.6-talos"
DefaultKernelVersion = "6.12.8-talos"
// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"

View File

@ -1 +1 @@
v1.10.0-alpha.0-18-ge7eddcf
v1.10.0-alpha.0-23-gc9d718d