From 864ecd21d14e0ab67c698557d27c61631b79fb4c Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 12 Jan 2025 17:23:33 +0900 Subject: [PATCH] Bump etcd in tests ... to the version currently used in devstack. Change-Id: I739788a9b51368375f36ea19b01e4f95082d97a7 --- setup-etcd-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-etcd-env.sh b/setup-etcd-env.sh index 919aee124..01ad1f31e 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.3.27 + ETCD_VERSION=3.4.27 case `uname -s` in Darwin) OS=darwin