mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-10-31 17:37:20 +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:
		| @@ -230,6 +230,9 @@ externals: | |||||||
|     description: "CLI tool for Container Runtime Interface (CRI)" |     description: "CLI tool for Container Runtime Interface (CRI)" | ||||||
|     url: "https://github.com/kubernetes-sigs/cri-tools" |     url: "https://github.com/kubernetes-sigs/cri-tools" | ||||||
|     version: "1.23.0" |     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: |   cryptsetup: | ||||||
|     description: "A utility used to setup disk encryption, integrity protection" |     description: "A utility used to setup disk encryption, integrity protection" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user