From 0f09588d7193e6b138fc96c72b52a941ab837e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20K=C3=A4sser?= Date: Fri, 4 Oct 2024 15:31:13 +0200 Subject: [PATCH] Bump uptest version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1f8b96..5c01482 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ PLATFORMS ?= linux_amd64 UP_VERSION = v0.31.0 UP_CHANNEL = stable -UPTEST_VERSION = v0.11.1 +UPTEST_VERSION = v0.12.0 -include build/makelib/k8s_tools.mk # ====================================================================================