Upgrade to Vault 1.3.2

Original pull request: gh-383.
This commit is contained in:
Daniel Franco
2020-01-31 09:57:55 +00:00
committed by GitHub
parent 0671cc85b1
commit b6e8b256f2

View File

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