Skip to content

Commit 48d2429

Browse files
committed
feat: update containerd to 2.2.1
Use the latest release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 536541a commit 48d2429

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.13.0-alpha.0-4-gb67c1a1
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.13.0-alpha.0-16-gb209af5
30+
PKGS ?= v1.13.0-alpha.0-19-ge8e61ce
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ preface = """
1919
title = "Component Updates"
2020
description = """\
2121
Linux: 6.18.1
22-
containerd: 2.2.0
22+
containerd: 2.2.1
2323
etcd: 3.6.7
2424
CoreDNS: 1.13.2
2525
Kubernetes: 1.35.0

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ const (
561561
TrustdUserID = 51
562562

563563
// DefaultContainerdVersion is the default container runtime version.
564-
DefaultContainerdVersion = "2.2.0"
564+
DefaultContainerdVersion = "2.2.1"
565565

566566
// RuncVersion is the runc version.
567567
RuncVersion = "1.4.0"

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.13.0-alpha.0-16-gb209af5
1+
v1.13.0-alpha.0-19-ge8e61ce

0 commit comments

Comments
 (0)