Update Vault version to 1.1.5 and 1.2.0.

Original pull request: #452.
This commit is contained in:
Daniel Franco
2019-08-01 08:14:35 +01:00
committed by Mark Paluch
parent d9261adab3
commit 36f21cc214
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,8 @@ env:
- VAULT_VER=0.10.4
- VAULT_VER=0.11.6
- VAULT_VER=1.0.3
- VAULT_VER=1.1.4
- VAULT_VER=1.1.5
- VAULT_VER=1.2.0
- PROFILE=springNext
before_install:

View File

@@ -6,7 +6,7 @@
###########################################################################
VAULT_VER="${VAULT_VER:-1.1.4}"
VAULT_VER="${VAULT_VER:-1.2.0}"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
VAULT_ZIP="vault_${VAULT_VER}_${UNAME}_amd64.zip"
IGNORE_CERTS="${IGNORE_CERTS:-no}"