From 9a993b131dd07fa2e685d4df7b57b6292c8cd604 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 30 Sep 2021 11:39:59 +0300 Subject: [PATCH] Update Gloo to 1.9.0 Fix for deprecated CRDs Signed-off-by: Stefan Prodan --- test/gloo/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gloo/install.sh b/test/gloo/install.sh index 01f6ec5e..3f8b2faf 100755 --- a/test/gloo/install.sh +++ b/test/gloo/install.sh @@ -2,7 +2,7 @@ set -o errexit -GLOO_VER="1.8.9" +GLOO_VER="1.9.0-rc2" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin