Skip to content

Commit

Permalink
bump etcd version to 3.4.34
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Sep 27, 2024
1 parent 77127b4 commit e4b4231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ETCD_URL = os.getenv("ETCD_URL") or "https://github.com/etcd-io/etcd/releases/download"

# ETCD_VERSION is the version of etcd to use.
ETCD_VERSION = os.getenv("ETCD_VERSION") or "v3.3.8"
ETCD_VERSION = os.getenv("ETCD_VERSION") or "v3.4.34"

# SNAP is the absolute path to the snap against which we run the integration tests.
SNAP = os.getenv("TEST_SNAP")
Expand Down

0 comments on commit e4b4231

Please sign in to comment.