From 6616e1f2385329fdee5e7b529919251db0b36384 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 16 May 2023 10:32:15 +0530 Subject: [PATCH] update etcd version in install.sh to 3.5.9 Signed-off-by: Humble Chirammal --- hack/lib/etcd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/lib/etcd.sh b/hack/lib/etcd.sh index 985462af1c1..04d67f8a543 100755 --- a/hack/lib/etcd.sh +++ b/hack/lib/etcd.sh @@ -16,7 +16,7 @@ # A set of helpers for starting/running etcd for tests -ETCD_VERSION=${ETCD_VERSION:-3.5.8} +ETCD_VERSION=${ETCD_VERSION:-3.5.9} ETCD_HOST=${ETCD_HOST:-127.0.0.1} ETCD_PORT=${ETCD_PORT:-2379} # This is intentionally not called ETCD_LOG_LEVEL: