From 4e24ad53bda89eb06756d2995585797bcd2bb4fa Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 23 Mar 2020 11:40:36 +0200 Subject: [PATCH 1/2] e2e: Update Contour to v1.3 --- test/e2e-contour.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e-contour.sh b/test/e2e-contour.sh index 6ad370057..676461aeb 100755 --- a/test/e2e-contour.sh +++ b/test/e2e-contour.sh @@ -4,7 +4,7 @@ set -o errexit REPO_ROOT=$(git rev-parse --show-toplevel) -CONTOUR_VER="release-1.2" +CONTOUR_VER="release-1.3" echo '>>> Installing Contour' kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/${CONTOUR_VER}/examples/render/contour.yaml From 3458757c355ef98d1c365590b3ae245d3e6547ad Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 23 Mar 2020 11:42:00 +0200 Subject: [PATCH 2/2] e2e: Update Gloo to v1.3.14 --- test/e2e-gloo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e-gloo.sh b/test/e2e-gloo.sh index be7a1746e..3b3188aaf 100755 --- a/test/e2e-gloo.sh +++ b/test/e2e-gloo.sh @@ -2,7 +2,7 @@ set -o errexit -GLOO_VER="1.3.5" +GLOO_VER="1.3.14" REPO_ROOT=$(git rev-parse --show-toplevel) echo '>>> Installing Gloo'