Upgrade Vault to 1.2.3.

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

Original pull request: gh-485.
This commit is contained in:
Daniel Franco
2019-09-30 13:44:22 +01:00
committed by Mark Paluch
parent 5214ca174e
commit 9751e5b366
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ env:
- VAULT_VER=0.11.6
- VAULT_VER=1.0.3
- VAULT_VER=1.1.5
- VAULT_VER=1.2.2
- VAULT_VER=1.2.3
- EDITION=enterprise VAULT_VER=0.11.0
- PROFILE=springNext

View File

@@ -8,7 +8,7 @@
set -o errexit
EDITION="${EDITION:-oss}"
VAULT_OSS="${VAULT_OSS:-1.2.2}"
VAULT_OSS="${VAULT_OSS:-1.2.3}"
VAULT_ENT="${VAULT_ENT:-0.11.0}"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
VERBOSE=false