Upgrade to Vault 0.10.3.

Closes gh-258.
This commit is contained in:
Mark Paluch
2018-06-20 20:08:55 +02:00
parent 4c3c439f9a
commit a39f1be6ad
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ env:
- VAULT_VER=0.8.3
- VAULT_VER=0.9.0
- VAULT_VER=0.9.5
- VAULT_VER=0.10.0
- VAULT_VER=0.10.1
- VAULT_VER=0.10.3
- PROFILE=springNext
before_install:

View File

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