Upgrade Vault to 1.2.2.

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

Original pull request: #461.
This commit is contained in:
Daniel Franco
2019-09-02 08:40:06 +01:00
committed by Mark Paluch
parent cc188d321a
commit ba7fd9b8b4
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ env:
- VAULT_VER=0.11.6
- VAULT_VER=1.0.3
- VAULT_VER=1.1.5
- VAULT_VER=1.2.1
- VAULT_VER=1.2.2
- PROFILE=springNext
before_install:

View File

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