Upgrade Vault version to 1.3.4.

Original pull request: gh-545.
This commit is contained in:
Daniel Franco
2020-03-25 08:19:56 +00:00
committed by GitHub
parent 36fb3f4641
commit 8b6f12f9db
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ env:
- VAULT_VER=1.0.3
- VAULT_VER=1.1.5
- VAULT_VER=1.2.4
- VAULT_VER=1.3.2
- VAULT_VER=1.3.4
- EDITION=enterprise VAULT_VER=0.11.0
before_install:

View File

@@ -8,7 +8,7 @@
set -o errexit
EDITION="${EDITION:-oss}"
VAULT_OSS="${VAULT_OSS:-1.3.2}"
VAULT_OSS="${VAULT_OSS:-1.3.4}"
VAULT_ENT="${VAULT_ENT:-0.11.0}"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
VERBOSE=false