Upgrade to Vault 1.1.2.
see https://github.com/hashicorp/vault/blob/v1.1.2/CHANGELOG.md Original pull request: gh-329.
This commit is contained in:
committed by
Mark Paluch
parent
a069d6edca
commit
490e8ff12e
@@ -26,7 +26,7 @@ env:
|
||||
- VAULT_VER=0.10.3
|
||||
- VAULT_VER=0.11.5
|
||||
- VAULT_VER=1.0.3
|
||||
- VAULT_VER=1.1.1
|
||||
- VAULT_VER=1.1.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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
###########################################################################
|
||||
|
||||
|
||||
VAULT_VER="${VAULT_VER:-1.1.1}"
|
||||
VAULT_VER="${VAULT_VER:-1.1.2}"
|
||||
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
|
||||
VAULT_ZIP="vault_${VAULT_VER}_${UNAME}_amd64.zip"
|
||||
IGNORE_CERTS="${IGNORE_CERTS:-no}"
|
||||
|
||||
Reference in New Issue
Block a user