Upgrade to Vault 1.0.0.

Original pull request: #341.
Related ticket: #340.
This commit is contained in:
DanielFran
2018-12-04 20:47:07 +00:00
committed by Mark Paluch
parent c3c5f6166a
commit 2fb9d2b468
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ env:
- VAULT_VER=0.9.6
- VAULT_VER=0.10.4
- VAULT_VER=0.11.5
- VAULT_VER=1.0.0
- PROFILE=springNext
before_install:

View File

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