From 5f2d9aa231081ca1114b6cc3132f4dbd809e2d6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 23:00:57 +0000 Subject: [PATCH] Update dependency upbound/up to v0.26.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f48e7604a..434e9f0d2c 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ export SUBPACKAGES := $(SUBPACKAGES) # Setup Kubernetes tools KIND_VERSION = v0.21.0 -UP_VERSION = v0.20.0 +UP_VERSION = v0.26.0 UP_CHANNEL = stable UPTEST_VERSION = v0.11.1 KUSTOMIZE_VERSION = v5.3.0