Skip to content

Commit

Permalink
Merge pull request #661 from weaveworks/e2e-test-suite-updates
Browse files Browse the repository at this point in the history
Update Istio, Linkerd and Contour e2e to latest version
  • Loading branch information
stefanprodan authored Aug 6, 2020
2 parents 4d2664b + fd34614 commit a6f0481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/e2e-contour.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit

REPO_ROOT=$(git rev-parse --show-toplevel)

CONTOUR_VER="v1.5.0"
CONTOUR_VER="v1.7.0"

echo '>>> Installing Contour'
kubectl apply -f https://projectcontour.io/quickstart/${CONTOUR_VER}/contour.yaml
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-istio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o errexit

ISTIO_VER="1.6.1"
ISTIO_VER="1.6.7"
REPO_ROOT=$(git rev-parse --show-toplevel)

echo ">>> Downloading Istio ${ISTIO_VER}"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-linkerd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o errexit

LINKERD_VER="stable-2.8.0"
LINKERD_VER="stable-2.8.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
Expand Down

0 comments on commit a6f0481

Please sign in to comment.