From d5df6df661adb29f132e568fcb168c59773ae070 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 8 Mar 2021 16:23:53 +0200 Subject: [PATCH 1/3] Run e2e on Kubernetes v1.20 Signed-off-by: Stefan Prodan --- .github/workflows/e2e.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index a50e7b16c..10282c12f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -28,6 +28,9 @@ jobs: uses: actions/checkout@v2 - name: Setup Kubernetes uses: engineerd/setup-kind@v0.5.0 + with: + version: "v0.10.0" + image: kindest/node:v1.20.2@sha256:8f7ea6e7642c0da54f04a7ee10431549c0257315b3a634f6ef2fecaaedb19bab - name: Build container image run: | docker build -t test/flagger:latest . From aa17367de787821c4ad0228c301d5546bc004324 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 8 Mar 2021 16:28:27 +0200 Subject: [PATCH 2/3] e2e: Update Contour to v1.13 Signed-off-by: Stefan Prodan --- test/contour/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/contour/install.sh b/test/contour/install.sh index c7eaa844b..917fa1dc0 100755 --- a/test/contour/install.sh +++ b/test/contour/install.sh @@ -2,13 +2,13 @@ set -o errexit -CONTOUR_VER="v1.11.0" +CONTOUR_VER="release-1.13" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin echo '>>> Installing Contour' -kubectl apply -f https://projectcontour.io/quickstart/${CONTOUR_VER}/contour.yaml +kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/${CONTOUR_VER}/examples/render/contour.yaml kubectl -n projectcontour rollout status deployment/contour kubectl -n projectcontour get all From f255938780a8399e2891d6ee58723b42756a2077 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 8 Mar 2021 16:46:04 +0200 Subject: [PATCH 3/3] e2e: Update Gloo to v1.6.13 Signed-off-by: Stefan Prodan --- .github/workflows/e2e.yaml | 3 --- test/gloo/install.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 10282c12f..a50e7b16c 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -28,9 +28,6 @@ jobs: uses: actions/checkout@v2 - name: Setup Kubernetes uses: engineerd/setup-kind@v0.5.0 - with: - version: "v0.10.0" - image: kindest/node:v1.20.2@sha256:8f7ea6e7642c0da54f04a7ee10431549c0257315b3a634f6ef2fecaaedb19bab - name: Build container image run: | docker build -t test/flagger:latest . diff --git a/test/gloo/install.sh b/test/gloo/install.sh index 98cbfe063..c640e5fe6 100755 --- a/test/gloo/install.sh +++ b/test/gloo/install.sh @@ -2,7 +2,7 @@ set -o errexit -GLOO_VER="1.6.0" +GLOO_VER="1.6.13" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin