From 236c2c765056401f5023288768c1bc6143fd67a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Rop=C3=A9?= Date: Tue, 30 Jan 2024 16:57:35 +0100 Subject: [PATCH] tests: cri-o: Update critools version to 1.29 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will also update the version of crio used in kata-monitor tests. Signed-off-by: Julien Ropé --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index bedb38814f..a78f876be3 100644 --- a/versions.yaml +++ b/versions.yaml @@ -248,7 +248,7 @@ externals: version: "1.23.0" # As we don't want to disrupt what we have on the `tests` repo, let's # create a "latest" entry and use that for the GitHub actions tests. - latest: "v1.27" + latest: "v1.29" cryptsetup: description: "A utility used to setup disk encryption, integrity protection"