From 903a6a455df3c4e145f722516c741d4b47bb9ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 19 Jan 2022 09:56:17 +0100 Subject: [PATCH] versions: Bump critools to its 1.23 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit critools v1.23.0 has been released a few days ago. As we're already bumping kubernetes, and CRI-O, let's also update critools. Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index c6bb63d03..d19438f31 100644 --- a/versions.yaml +++ b/versions.yaml @@ -194,7 +194,7 @@ externals: critools: description: "CLI tool for Container Runtime Interface (CRI)" url: "https://github.com/kubernetes-sigs/cri-tools" - version: "1.22.0" + version: "1.23.0" gperf: description: "GNU gperf is a perfect hash function generator"