File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ DEBUG_TOOLS_SOURCE := scratch
23
23
EMBED_TARGET ?= embed
24
24
25
25
PKGS_PREFIX ?= ghcr.io/siderolabs
26
- PKGS ?= v1.10.0-alpha.0-18-ge7eddcf
26
+ PKGS ?= v1.10.0-alpha.0-23-gc9d718d
27
27
EXTRAS ?= v1.9.0
28
28
29
29
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ preface = """
18
18
[notes .updates ]
19
19
title = " Component Updates"
20
20
description = """ \
21
- * Linux: 6.12.6
21
+ * Linux: 6.12.8
22
22
* CNI plugins: 1.6.1
23
+ * runc: 1.2.4
23
24
24
25
Talos is built with Go 1.23.4.
25
26
"""
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
const (
16
16
// DefaultKernelVersion is the default Linux kernel version.
17
- DefaultKernelVersion = "6.12.6 -talos"
17
+ DefaultKernelVersion = "6.12.8 -talos"
18
18
19
19
// KernelModulesPath is the default path to the kernel modules without the kernel version.
20
20
KernelModulesPath = "/lib/modules"
Original file line number Diff line number Diff line change 1
- v1.10.0-alpha.0-18-ge7eddcf
1
+ v1.10.0-alpha.0-23-gc9d718d
You can’t perform that action at this time.
0 commit comments