#516 - Update vault version to 1.3.1.
Also, upgrade to most recent patch increments.
This commit is contained in:
committed by
Mark Paluch
parent
a3c5dd8f1a
commit
1647e763b2
@@ -18,7 +18,8 @@ env:
|
||||
- VAULT_VER=0.11.6
|
||||
- VAULT_VER=1.0.3
|
||||
- VAULT_VER=1.1.5
|
||||
- VAULT_VER=1.2.3
|
||||
- VAULT_VER=1.2.4
|
||||
- VAULT_VER=1.3.1
|
||||
- EDITION=enterprise VAULT_VER=0.11.0
|
||||
- PROFILE=springNext
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
set -o errexit
|
||||
|
||||
EDITION="${EDITION:-oss}"
|
||||
VAULT_OSS="${VAULT_OSS:-1.2.3}"
|
||||
VAULT_OSS="${VAULT_OSS:-1.3.1}"
|
||||
VAULT_ENT="${VAULT_ENT:-0.11.0}"
|
||||
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
|
||||
VERBOSE=false
|
||||
|
||||
Reference in New Issue
Block a user