From c6dffd9d3e1fc50d27705f819ae6f5f9571fba54 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 20 Aug 2021 17:17:59 +0300 Subject: [PATCH 1/4] e2e: Update Linkerd to v2.10.2 Signed-off-by: Stefan Prodan --- test/linkerd/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/linkerd/install.sh b/test/linkerd/install.sh index b793caa5..ca00b78c 100755 --- a/test/linkerd/install.sh +++ b/test/linkerd/install.sh @@ -2,7 +2,7 @@ set -o errexit -LINKERD_VER="stable-2.10.0" +LINKERD_VER="stable-2.10.2" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin From 0759b6531bb7fe6d15b1d18877d20f4212d986df Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 23 Aug 2021 12:34:32 +0300 Subject: [PATCH 2/4] e2e: Update Contour to v1.18 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 0b47485b..918675bd 100755 --- a/test/contour/install.sh +++ b/test/contour/install.sh @@ -2,7 +2,7 @@ set -o errexit -CONTOUR_VER="release-1.15" +CONTOUR_VER="release-1.18" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin From 419000cc13c6e2439a1c56ebe2338ad3ec26f0a3 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 23 Aug 2021 12:58:35 +0300 Subject: [PATCH 3/4] e2e: Update Istio to v1.11.0 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 cce48d72..fd599ed7 100755 --- a/test/istio/install.sh +++ b/test/istio/install.sh @@ -2,7 +2,7 @@ set -o errexit -ISTIO_VER="1.10.0" +ISTIO_VER="1.11.0" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin From 7533d0ae991b4614e0d57cbad3f5666bfce51335 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 23 Aug 2021 12:58:51 +0300 Subject: [PATCH 4/4] e2e: Update Ingress NGINX to v0.49.0 Signed-off-by: Stefan Prodan --- test/nginx/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nginx/install.sh b/test/nginx/install.sh index 63da0c6b..6e3b1f3b 100755 --- a/test/nginx/install.sh +++ b/test/nginx/install.sh @@ -2,7 +2,7 @@ set -o errexit -NGINX_HELM_VERSION=3.31.0 # ingress v0.46.0 +NGINX_HELM_VERSION=3.36.0 # ingress v0.49.0 REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin