From a58a7cbeeb66889ce28e7cf2fdadb20d3a797ec6 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 1 Jul 2019 16:07:38 +0300 Subject: [PATCH] Update Gloo to 0.14.2 --- .circleci/config.yml | 2 +- test/e2e-gloo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0497333b..b5fbad2d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,7 +107,7 @@ jobs: - attach_workspace: at: /tmp/bin - run: test/container-build.sh - - run: test/e2e-kind.sh 0.2.1 + - run: test/e2e-kind.sh - run: test/e2e-gloo.sh - run: test/e2e-gloo-tests.sh diff --git a/test/e2e-gloo.sh b/test/e2e-gloo.sh index 3caca6ca..c3d17227 100755 --- a/test/e2e-gloo.sh +++ b/test/e2e-gloo.sh @@ -2,7 +2,7 @@ set -o errexit -GLOO_VER="0.14.0" +GLOO_VER="0.14.2" REPO_ROOT=$(git rev-parse --show-toplevel) export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"