Update Vault to 1.0.1.

Also, upgrade to 0.11.6.

Original pull request: gh-349.
This commit is contained in:
DanielFran
2019-01-04 11:54:35 +00:00
committed by Mark Paluch
parent c85a966017
commit dccc10f299
2 changed files with 3 additions and 3 deletions

View File

@@ -16,8 +16,8 @@ env:
- VAULT_VER=0.9.0
- VAULT_VER=0.9.6
- VAULT_VER=0.10.4
- VAULT_VER=0.11.5
- VAULT_VER=1.0.0
- VAULT_VER=0.11.6
- VAULT_VER=1.0.1
- PROFILE=springNext
before_install:

View File

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