From 15f1d28aeb291cd0d819a4513f2da0139b3c91df Mon Sep 17 00:00:00 2001 From: Ankitsinghsisodya Date: Wed, 1 Apr 2026 16:04:28 +0530 Subject: [PATCH] test: update KAIL_VERSION from v0.16.1 to v0.17.4 v0.16.1 was several years out of date. v0.17.4 is the latest release of boz/kail at the time of this change. --- test/e2e-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e-common.sh b/test/e2e-common.sh index 96970bd35f1..528c2999a86 100755 --- a/test/e2e-common.sh +++ b/test/e2e-common.sh @@ -74,7 +74,7 @@ readonly LATEST_RELEASE_VERSION=$(latest_version) readonly SKIP_UPLOAD_TEST_IMAGES="${SKIP_UPLOAD_TEST_IMAGES:-}" -readonly KAIL_VERSION=v0.16.1 +readonly KAIL_VERSION=v0.17.4 UNINSTALL_LIST=()