Upgrade to Vault 1.0.3.

Closes gh-371.
Original pull request: gh-372.
This commit is contained in:
DanielFran
2019-02-13 22:45:32 +00:00
committed by Mark Paluch
parent 7d64d28b8a
commit 3cf46d74de
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.2
- VAULT_VER=1.0.3
- PROFILE=springNext
before_install:

View File

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