summaryrefslogtreecommitdiff
path: root/setup-etcd-env.sh
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2017-03-14 08:34:48 -0400
committerDavanum Srinivas (dims) <davanum@gmail.com>2017-03-14 15:17:42 +0000
commitf133259a09c66f2aad64b21f08508659ae8f5871 (patch)
tree79e3820a8513902dd3952eace3e353ca0a34df48 /setup-etcd-env.sh
parenta73ca9f0eb5e16b31333813997dbc5b40320d57e (diff)
downloadtooz-f133259a09c66f2aad64b21f08508659ae8f5871.tar.gz
Switch tests to use latest etcd - 3.1.3
Let's move on to newer releases of etcd. Especially since 3.1.x introduced some backwards incompatible changes https://github.com/coreos/etcd/releases Change-Id: I3887dbb745fb6de844c4b60d43b6543f441f239b
Diffstat (limited to 'setup-etcd-env.sh')
-rwxr-xr-xsetup-etcd-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-etcd-env.sh b/setup-etcd-env.sh
index cd20ccf..cfdbaac 100755
--- a/setup-etcd-env.sh
+++ b/setup-etcd-env.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -eux
if [ -z "$(which etcd)" ]; then
- ETCD_VERSION=3.0.6
+ ETCD_VERSION=3.1.3
case `uname -s` in
Darwin)
OS=darwin