From 88c13b6823c13389e34fc011c08dc46a413ba82d Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Wed, 26 Oct 2022 18:08:09 +0800 Subject: [PATCH] versions: bump containerd version v1.5.2 cannot be built from source by newer golang. Let's bump containerd version to 1.6.8. The GO runtime dependency has been moved to v1.6.6 for some time already. Signed-off-by: Peng Tao (cherry picked from commit b3a4a162949a8da26ba34833f59a7dcb56f384e8) --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index ab752cf41d..7a4ff639f9 100644 --- a/versions.yaml +++ b/versions.yaml @@ -200,7 +200,7 @@ externals: # containerd from v1.5.0 used the path unix socket # instead of abstract socket, thus kata wouldn's support the containerd's # version older than them. - version: "v1.5.2" + version: "v1.6.8" critools: description: "CLI tool for Container Runtime Interface (CRI)"