From 377028a99ee3d2e1adac757f4b14321ce39e0550 Mon Sep 17 00:00:00 2001 From: Jason Tang Date: Wed, 11 Oct 2023 21:24:08 -0400 Subject: [PATCH] Sync UP_VERSION in Makefile Follow up to #916 - missed this override. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3675d7c38..629757a939 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ export SUBPACKAGES := $(SUBPACKAGES) # Setup Kubernetes tools KIND_VERSION = v0.15.0 -UP_VERSION = v0.17.0 +UP_VERSION = v0.19.2 UP_CHANNEL = stable UPTEST_VERSION = v0.6.1