From d78e490716c1d11fc7e58348a0e7235ca32c2be7 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Wed, 11 Jan 2023 22:33:14 +0000 Subject: [PATCH] Bump containerd to v1.6.15-k3s1 Signed-off-by: Brad Davidson --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index 862d4140d8..ead9836e6f 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -24,7 +24,7 @@ fi # We're building k3s against containerd 1.5 in go.mod because 1.6 has dependency # conflicts with Kubernetes, but we still need to bundle containerd 1.6. -VERSION_CONTAINERD="v1.6.14-k3s1" +VERSION_CONTAINERD="v1.6.15-k3s1" VERSION_CRICTL=$(grep github.com/kubernetes-sigs/cri-tools go.mod | head -n1 | awk '{print $4}') if [ -z "$VERSION_CRICTL" ]; then