Upgrade to Vault 0.10.1.

Closes gh-250.
This commit is contained in:
Mark Paluch
2018-05-05 13:17:12 +02:00
parent 1e36b8f90c
commit 96d2afa117
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ env:
- VAULT_VER=0.8.3
- VAULT_VER=0.9.0
- VAULT_VER=0.9.5
- VAULT_VER=0.10.0
- VAULT_VER=0.10.1
- PROFILE=springNext
before_install:

View File

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