Upgrade to Vault 1.1.0.

see https://github.com/hashicorp/vault/blob/v1.1.0/CHANGELOG.md

Closes gh-306.
Original pull request: gh-306.
This commit is contained in:
DanielFran
2019-03-24 17:16:58 +00:00
committed by Mark Paluch
parent a333f47b1e
commit b2b1b25eba
2 changed files with 2 additions and 1 deletions

View File

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