Skip to content

Commit 54b93af

Browse files
committed
feat: update Linux 6.17.7, runc 1.3.3
See https://github.com/opencontainers/runc/releases/tag/v1.3.3 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 2af69ff commit 54b93af

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
2727
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
2828
TOOLS ?= v1.12.0-alpha.0-16-ga08cc1f
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.12.0-alpha.0-45-gda97c36
30+
PKGS ?= v1.12.0-alpha.0-48-g70404aa
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ preface = """
1818
[notes.updates]
1919
title = "Component Updates"
2020
description = """\
21-
Linux: 6.17.5
21+
Linux: 6.17.7
2222
Kubernetes: 1.35.0-alpha.2
2323
CNI Plugins: 1.8.0
2424
cryptsetup: 2.8.1
@@ -28,7 +28,8 @@ runc: 1.3.2
2828
CoreDNS: 1.13.0
2929
etcd: 3.6.5
3030
Flannel: 0.27.4
31-
Flannel CNI plugin: v1.8.0-flannel1
31+
Flannel CNI plugin: v1.8.0-flannel2
32+
runc: 1.3.3
3233
3334
Talos is built with Go 1.25.3.
3435
"""

pkg/machinery/constants/constants.go

Lines changed: 2 additions & 2 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.17.5-talos"
17+
DefaultKernelVersion = "6.17.7-talos"
1818

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

566566
// RuncVersion is the runc version.
567-
RuncVersion = "1.3.2"
567+
RuncVersion = "1.3.3"
568568

569569
// SystemContainerdNamespace is the Containerd namespace for Talos services.
570570
SystemContainerdNamespace = "system"

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0-alpha.0-45-gda97c36
1+
v1.12.0-alpha.0-48-g70404aa
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)