Upgrade Vault to 1.2.3.

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

Original pull request: gh-359.
This commit is contained in:
Daniel Franco
2019-09-30 13:06:00 +01:00
committed by Mark Paluch
parent e0700bbf10
commit be8a4e2f21

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