Bump etcd server patch version to 3.2.16

This commit is contained in:
Joe Betz
2018-02-13 13:53:29 -08:00
parent d37460147e
commit 04c6d0ab26
16 changed files with 45 additions and 45 deletions

View File

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