Upgrade to Vault 1.0.2.

Closes gh-366.
Original pull request: gh-367.
This commit is contained in:
DanielFran
2019-01-15 22:07:49 +00:00
committed by Mark Paluch
parent 017b4b4ca6
commit e8c79966f7
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ env:
- VAULT_VER=0.9.6
- VAULT_VER=0.10.4
- VAULT_VER=0.11.6
- VAULT_VER=1.0.1
- VAULT_VER=1.0.2
- PROFILE=springNext
before_install:

View File

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