Upgrade to Vault 0.11.1.

Closes gh-296.
This commit is contained in:
Mark Paluch
2018-09-07 09:48:19 +02:00
parent e266192578
commit cbd48c6f0f
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.11.0
- VAULT_VER=0.11.1
- PROFILE=springNext
before_install:

View File

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