versions: Update k8s & critools to v1.22

Let's test our `main` branch against the latest version of k8s.  In
order to do the bump, let's also update critools version accordingly.

Depends-on: github.com/kata-containers/tests#3818

Fixes: #2433

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
Fabiano Fidêncio 2021-08-12 10:48:43 +02:00
parent 8915dc56d5
commit c4a642636b

View File

@ -194,7 +194,7 @@ externals:
critools:
description: "CLI tool for Container Runtime Interface (CRI)"
url: "https://github.com/kubernetes-sigs/cri-tools"
version: "1.21.0"
version: "1.22.0"
kubernetes:
description: "Kubernetes project container manager"
@ -204,7 +204,7 @@ externals:
uscan-url: >-
https://github.com/kubernetes/kubernetes/tags
.*/v?([\d\.]+)\.tar\.gz
version: "1.21.1-00"
version: "1.22.0-00"
runc:
description: "OCI CLI reference runtime implementation"