Bump to etcd 3.1.12 to pick up critical fix

This commit is contained in:
Joe Betz
2018-03-09 12:19:02 -08:00
parent 71b40cbce5
commit e2a25f9b54
20 changed files with 83 additions and 73 deletions

View File

@@ -16,7 +16,7 @@
# A set of helpers for starting/running etcd for tests
ETCD_VERSION=${ETCD_VERSION:-3.1.11}
ETCD_VERSION=${ETCD_VERSION:-3.1.12}
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
ETCD_PORT=${ETCD_PORT:-2379}