mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-31 11:26:47 +00:00
versions: Add "latest" field for cri-tools
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>
This commit is contained in:
parent
1bbcbafa67
commit
8979552527
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user