Skip to content

Commit 3945c6c

Browse files
committed
feat: update containerd to 2.1.5
See https://github.com/containerd/containerd/releases/tag/v2.1.5 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 8aec376 commit 3945c6c

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
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.11.0-4-g05ee846
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.11.0-28-g81fd82c
30+
PKGS ?= v1.11.0-29-gaee690b
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77
ignore_deps = ["github.com/coredns/coredns"]
88

99
# previous release
10-
previous = "v1.11.3"
10+
previous = "v1.11.4"
1111

1212
pre_release = false
1313

@@ -18,9 +18,7 @@ preface = """
1818
[notes.updates]
1919
title = "Component Updates"
2020
description = """\
21-
runc: 1.3.3
22-
Linux: 6.12.57
23-
linux-firmware: 20251021
21+
containerd: 2.1.5
2422
2523
Talos is built with Go 1.24.9.
2624
"""

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ const (
551551
TrustdUserID = 51
552552

553553
// DefaultContainerdVersion is the default container runtime version.
554-
DefaultContainerdVersion = "2.1.4"
554+
DefaultContainerdVersion = "2.1.5"
555555

556556
// RuncVersion is the runc version.
557557
RuncVersion = "1.3.3"

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-28-g81fd82c
1+
v1.11.0-29-gaee690b

0 commit comments

Comments
 (0)