Merge pull request #128773 from bzsuni/bz/etcd/update/3.5.17

Update etcd from v3.5.16 to v3.5.17
This commit is contained in:
Kubernetes Prow Robot
2025-01-16 21:22:34 -08:00
committed by GitHub
7 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@
# A set of helpers for starting/running etcd for tests
ETCD_VERSION=${ETCD_VERSION:-3.5.16}
ETCD_VERSION=${ETCD_VERSION:-3.5.17}
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
ETCD_PORT=${ETCD_PORT:-2379}
# This is intentionally not called ETCD_LOG_LEVEL: