Upgrade Vault to 1.2.1.

See https://github.com/hashicorp/vault/blob/v1.2.1/CHANGELOG.md

Original pull request: #349
This commit is contained in:
Daniel Franco
2019-08-14 08:54:34 +01:00
committed by Mark Paluch
parent 6c4aed3bd5
commit ff3de271ec
2 changed files with 2 additions and 2 deletions

View File

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