Upgrade to Vault 0.7.3.

Closes gh-119.
This commit is contained in:
Mark Paluch
2017-06-10 18:34:19 +02:00
parent 78da1b6be0
commit 4971108a70
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,8 @@ env:
- VAULT_VER=0.6.3
- VAULT_VER=0.6.4
- VAULT_VER=0.6.5
- VAULT_VER=0.7.0
- VAULT_VER=0.7.2
- VAULT_VER=0.7.3
before_install:
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml

View File

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