Skip to content

Commit 9a30ab6

Browse files
committed
feat: bump go, kernel and runc
See: siderolabs/pkgs#1352 Signed-off-by: Noel Georgi <[email protected]>
1 parent 0fbb0b0 commit 9a30ab6

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ DEBUG_TOOLS_SOURCE := scratch
2525
EMBED_TARGET ?= embed
2626

2727
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
28-
TOOLS ?= v1.11.0-2-g8556c73
28+
TOOLS ?= v1.11.0-4-g05ee846
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.11.0-21-gf95c679
30+
PKGS ?= v1.11.0-26-gc316374
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ preface = """
1818
[notes.updates]
1919
title = "Component Updates"
2020
description = """\
21-
runc: 1.3.1
21+
runc: 1.3.2
2222
Kubernetes: 1.34.1
23-
Linux: 6.12.48
24-
linux-firmware: 20250917
23+
Linux: 6.12.52
24+
linux-firmware: 20251011
2525
CoreDNS: 1.12.4
2626
etcd: 3.6.5
2727
Flannel: 0.27.4
2828
29-
Talos is built with Go 1.24.6.
29+
Talos is built with Go 1.24.9.
3030
"""
3131

3232
[make_deps]

pkg/machinery/constants/constants.go

Lines changed: 3 additions & 3 deletions
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.48-talos"
17+
DefaultKernelVersion = "6.12.52-talos"
1818

1919
// KernelParamConfig is the kernel parameter name for specifying the URL.
2020
// to the config.
@@ -554,7 +554,7 @@ const (
554554
DefaultContainerdVersion = "2.1.4"
555555

556556
// RuncVersion is the runc version.
557-
RuncVersion = "1.3.1"
557+
RuncVersion = "1.3.2"
558558

559559
// SystemContainerdNamespace is the Containerd namespace for Talos services.
560560
SystemContainerdNamespace = "system"
@@ -1108,7 +1108,7 @@ const (
11081108
DBusClientSocketLabel = "system_u:object_r:dbus_client_socket_t:s0"
11091109

11101110
// GoVersion is the version of Go compiler this release was built with.
1111-
GoVersion = "go1.24.6"
1111+
GoVersion = "go1.24.9"
11121112

11131113
// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
11141114
KubernetesTalosAPIServiceName = "talos"

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.11.0-21-gf95c679
1+
v1.11.0-26-gc316374

pkg/machinery/gendata/data/tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.11.0-2-g8556c73
1+
v1.11.0-4-g05ee846

0 commit comments

Comments
 (0)