From 897955252793b2b2ba784275ae6166c2e321fab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 13 Jul 2023 16:31:31 +0200 Subject: [PATCH] versions: Add "latest" field for cri-tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Once we deprecate the `tests` repo we can decide whether we want to stick to using "latest" or switch back to "version". Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/versions.yaml b/versions.yaml index e31dab164..f316be865 100644 --- a/versions.yaml +++ b/versions.yaml @@ -230,6 +230,9 @@ externals: description: "CLI tool for Container Runtime Interface (CRI)" url: "https://github.com/kubernetes-sigs/cri-tools" 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" cryptsetup: description: "A utility used to setup disk encryption, integrity protection"