mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-09 03:21:37 +01:00
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:
parent
e6a4583ba8
commit
1be5f8ff25
2
Makefile
2
Makefile
@ -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-18-ge7eddcf
|
PKGS ?= v1.10.0-alpha.0-23-gc9d718d
|
||||||
EXTRAS ?= v1.9.0
|
EXTRAS ?= v1.9.0
|
||||||
|
|
||||||
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
|
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
|
||||||
|
|||||||
@ -18,8 +18,9 @@ preface = """
|
|||||||
[notes.updates]
|
[notes.updates]
|
||||||
title = "Component Updates"
|
title = "Component Updates"
|
||||||
description = """\
|
description = """\
|
||||||
* Linux: 6.12.6
|
* Linux: 6.12.8
|
||||||
* CNI plugins: 1.6.1
|
* CNI plugins: 1.6.1
|
||||||
|
* runc: 1.2.4
|
||||||
|
|
||||||
Talos is built with Go 1.23.4.
|
Talos is built with Go 1.23.4.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@ -14,7 +14,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// DefaultKernelVersion is the default Linux kernel version.
|
// 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 is the default path to the kernel modules without the kernel version.
|
||||||
KernelModulesPath = "/lib/modules"
|
KernelModulesPath = "/lib/modules"
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
v1.10.0-alpha.0-18-ge7eddcf
|
v1.10.0-alpha.0-23-gc9d718d
|
||||||
Loading…
x
Reference in New Issue
Block a user