Upgrade to Vault 0.11.

Closes gh-292.
This commit is contained in:
Mark Paluch
2018-09-03 16:49:25 +02:00
parent 481431593e
commit 8342ea1007
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ env:
- VAULT_VER=0.9.0
- VAULT_VER=0.9.5
- VAULT_VER=0.10.1
- VAULT_VER=0.10.3
- VAULT_VER=0.11.0
- PROFILE=springNext
before_install:

View File

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