Skip to content

Commit

Permalink
versions: Add "latest" field for cri-tools
Browse files Browse the repository at this point in the history
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 <fabiano.fidencio@intel.com>
  • Loading branch information
fidencio committed Jul 21, 2023
1 parent 1bbcbaf commit 8979552
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions versions.yaml
Expand Up @@ -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"
Expand Down

0 comments on commit 8979552

Please sign in to comment.