Upgrade to Vault 1.0.2.

Closes gh-272.
This commit is contained in:
Mark Paluch
2019-01-16 08:34:43 +01:00
parent 118d721fde
commit 6ee8c93fd5
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ env:
- VAULT_VER=0.9.6
- VAULT_VER=0.10.3
- VAULT_VER=0.11.5
- VAULT_VER=1.0.0
- VAULT_VER=1.0.2
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:-1.0.0}"
VAULT_VER="${VAULT_VER:-1.0.2}"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
VAULT_ZIP="vault_${VAULT_VER}_${UNAME}_amd64.zip"
IGNORE_CERTS="${IGNORE_CERTS:-no}"