From 6c7fff080f98a7567dcf94cd3470c1d940a782bb Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 15 Jan 2021 13:39:48 +0200 Subject: [PATCH 1/2] e2e: Update Contour to v1.11.0 Signed-off-by: Stefan Prodan --- test/contour/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/contour/install.sh b/test/contour/install.sh index 9058e0e6e..c7eaa844b 100755 --- a/test/contour/install.sh +++ b/test/contour/install.sh @@ -2,7 +2,7 @@ set -o errexit -CONTOUR_VER="v1.7.0" +CONTOUR_VER="v1.11.0" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin From 377f145a3f59194f2670fd7fa5f666dfbbbefe63 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 15 Jan 2021 13:47:05 +0200 Subject: [PATCH 2/2] e2e: Update Istio to v1.8.2 Signed-off-by: Stefan Prodan --- test/istio/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/istio/install.sh b/test/istio/install.sh index 82e17a1dd..3f4a8382f 100755 --- a/test/istio/install.sh +++ b/test/istio/install.sh @@ -2,7 +2,7 @@ set -o errexit -ISTIO_VER="1.8.0" +ISTIO_VER="1.8.2" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin