From 7c4de2821061a397df5cefafec7ed8c692b26892 Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Thu, 11 Jul 2024 14:58:44 +0200 Subject: [PATCH] Update cri-tools to v1.30.1 This patch release includes just a fix to skip userns tests on host that don't support the feature. See: https://github.com/kubernetes-sigs/cri-tools/releases/tag/v1.30.1 This is needed for CI to work fine when we update to runc 1.2 (not yet released). It is also a blocker for the final runc release to make sure it works in all known downstreams. This makes it work fine here :) Signed-off-by: Rodrigo Campos --- script/setup/critools-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/critools-version b/script/setup/critools-version index c8c2eaea5..46aa51be0 100644 --- a/script/setup/critools-version +++ b/script/setup/critools-version @@ -1 +1 @@ -v1.30.0 +v1.30.1