From 976c37c7d9d4f8b93db75b9d521c62635fd76eba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:23:10 +0000 Subject: [PATCH] chore(deps): update dependency upbound/uptest to v0.12.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72ede00..e3c8f31 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 # ====================================================================================