From 694b1a9a973ea98ddb4d3fd14cd8324048339733 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 15 Jan 2025 15:40:59 +0400 Subject: [PATCH] feat: update containerd to 2.0.2 See https://github.com/containerd/containerd/releases/tag/v2.0.2 Signed-off-by: Andrey Smirnov (cherry picked from commit ddd695d933d39920da42219ba8b3d39b0681a3ea) --- hack/release.toml | 1 + pkg/machinery/constants/constants.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/release.toml b/hack/release.toml index f57f5c5e81..deb18b851a 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -20,6 +20,7 @@ preface = """ description = """\ * Linux: 6.12.9 * runc: 1.2.4 +* containerd: 2.0.2 Talos is built with Go 1.23.4. """ diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index cf6d3e0ee0..3788ae91ef 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -544,7 +544,7 @@ const ( TrustdUserID = 51 // DefaultContainerdVersion is the default container runtime version. - DefaultContainerdVersion = "2.0.1" + DefaultContainerdVersion = "2.0.2" // SystemContainerdNamespace is the Containerd namespace for Talos services. SystemContainerdNamespace = "system"