Upgrade to Vault 0.9.3.

Closes gh-192.
This commit is contained in:
Mark Paluch
2018-01-31 16:07:48 +01:00
parent 1e7c385eb2
commit ef84690804
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ env:
- VAULT_VER=0.8.2
- VAULT_VER=0.8.3
- VAULT_VER=0.9.0
- VAULT_VER=0.9.3
- PROFILE=springNext
before_install:

View File

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