e2e: Update Kind, Istio and Linkerd

- Kind v0.8.1 (Kubernetes 1.18.2)
- Istio v1.5.2
- Linkerd stable-2.7.1
This commit is contained in:
stefanprodan
2020-05-02 08:55:35 +03:00
parent 66203c0916
commit d320b558d0
4 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ jobs:
- attach_workspace:
at: /tmp/bin
- run: test/container-build.sh
- run: test/e2e-kind.sh v1.17.2
- run: test/e2e-kind.sh v1.18.2
- run: test/e2e-kubernetes.sh
- run: test/e2e-kubernetes-tests-deployment.sh
- run: test/e2e-kubernetes-cleanup.sh
@@ -92,7 +92,7 @@ jobs:
- attach_workspace:
at: /tmp/bin
- run: test/container-build.sh
- run: test/e2e-kind.sh v1.16.4
- run: test/e2e-kind.sh v1.18.2
- run: test/e2e-istio.sh
- run: test/e2e-istio-tests.sh

View File

@@ -2,7 +2,7 @@
set -o errexit
ISTIO_VER="1.5.1"
ISTIO_VER="1.5.2"
REPO_ROOT=$(git rev-parse --show-toplevel)
echo ">>> Downloading Istio ${ISTIO_VER}"

View File

@@ -4,7 +4,7 @@ set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
HELM_VERSION=v3.0.3
KIND_VERSION=v0.7.0
KIND_VERSION=v0.8.1
KUBE_VERSION=v1.14.10
if [[ "$1" ]]; then

View File

@@ -2,7 +2,7 @@
set -o errexit
LINKERD_VER="stable-2.7.0"
LINKERD_VER="stable-2.7.1"
REPO_ROOT=$(git rev-parse --show-toplevel)
curl -SsL https://github.com/linkerd/linkerd2/releases/download/${LINKERD_VER}/linkerd2-cli-${LINKERD_VER}-linux > ${REPO_ROOT}/bin/linkerd