From 2f370f6f5d246fcf5be242dfb8a288110b0d5117 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Thu, 26 Apr 2018 19:17:45 -0700 Subject: [PATCH] Update cri-tools to fix `crictl logs` output. Signed-off-by: Lantao Liu --- hack/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/utils.sh b/hack/utils.sh index c30858fdc..5670bd8f9 100755 --- a/hack/utils.sh +++ b/hack/utils.sh @@ -17,7 +17,7 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/.. # Not from vendor.conf. -CRITOOL_VERSION=f37a5a1edb69ee742c6e42c57413fe6b63788085 +CRITOOL_VERSION=34ce008eb986641743a1230b4800a74f6829ecbb CRITOOL_PKG=github.com/kubernetes-incubator/cri-tools CRITOOL_REPO=github.com/kubernetes-incubator/cri-tools