From 414a9e24a750fb3705fc9ad9426ed08e23538707 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 4 May 2022 10:58:08 +0200 Subject: [PATCH] update containerd binary to v1.6.4 Notable Updates - Update go-cni to fix teardown regression - Fix broken SELinux relabeling for Kubernetes volume mounts full diff: https://github.com/containerd/containerd/compare/v1.6.3...v1.6.4 Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 6e376e32d85ab3faad4095c561b8ab8030fbce15) Signed-off-by: Sebastiaan van Stijn --- hack/dockerfile/install/containerd.installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/dockerfile/install/containerd.installer b/hack/dockerfile/install/containerd.installer index afad76975e..93e7bfdfa4 100755 --- a/hack/dockerfile/install/containerd.installer +++ b/hack/dockerfile/install/containerd.installer @@ -15,7 +15,7 @@ set -e # the binary version you may also need to update the vendor version to pick up # bug fixes or new APIs, however, usually the Go packages are built from a # commit from the master branch. -: "${CONTAINERD_VERSION:=v1.6.3}" +: "${CONTAINERD_VERSION:=v1.6.4}" install_containerd() ( echo "Install containerd version $CONTAINERD_VERSION"