From d2da99e50db3f56cb681c4d46bb83bff85e3cbe8 Mon Sep 17 00:00:00 2001 From: Saketh Kalaga <51327242+renormalize@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:58:38 +0530 Subject: [PATCH] Upgrade the etcd version to `v3.4.34` in the integration tests. --- .ci/integration_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/integration_test b/.ci/integration_test index d8f55ad35..aabdf25c8 100755 --- a/.ci/integration_test +++ b/.ci/integration_test @@ -70,7 +70,7 @@ function setup_ginkgo() { function setup_etcd(){ echo "Downloading and installing etcd..." - export ETCD_VER=v3.4.13 + export ETCD_VER=v3.4.34 if [[ $(uname) == 'Darwin' ]]; then curl -L https://storage.googleapis.com/etcd/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o etcd-${ETCD_VER}-darwin-amd64.zip unzip etcd-${ETCD_VER}-darwin-amd64.zip > /dev/null