Skip to content

Commit 61432fc

Browse files
Merge pull request #4501 from rabbitmq/mergify/bp/v3.9.x/pr-4500
Upgrade eetcd to 0.3.5 (backport #4499) (backport #4500)
2 parents 1aa5be8 + e464577 commit 61432fc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

deps/rabbitmq_peer_discovery_etcd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DEPS = rabbit_common rabbitmq_peer_discovery_common rabbit eetcd gun
66
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers ct_helper meck
77
dep_ct_helper = git https://github.com/extend/ct_helper.git master
88
dep_gun = hex 1.3.3
9-
dep_eetcd = hex 0.3.3
9+
dep_eetcd = hex 0.3.5
1010

1111
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
1212
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

release-notes/3.9.15.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Contributors are encouraged to update them together with their changes. This hel
7575

7676
* `ra` upgraded [from `2.0.4` to `2.0.7`](https://github.com/rabbitmq/ra/compare/v2.0.4...v2.0.7)
7777
* `prometheus` upgraded from [`4.8.1` to `4.8.2`](https://github.com/deadtrickster/prometheus.erl/compare/06425c21a39c1564164f1cc3fe5bdfa8b23b1f78...v4.8.2)
78+
* `eetcd` upgraded from [`0.3.3` to `0.3.5`](https://github.com/zhongwencool/eetcd/compare/v0.3.3...v0.3.5)
7879

7980

8081
## Source Code Archives

workspace_helpers.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def rabbitmq_external_deps(rabbitmq_workspace = "@rabbitmq-server"):
6969

7070
hex_pm_erlang_app(
7171
name = "eetcd",
72-
version = "0.3.3",
73-
sha256 = "8fb280156ddd1b7b34d0f446c5711832385bff512c05378dcea8362f4f5060d6",
72+
version = "0.3.5",
73+
sha256 = "af9d5158ad03a6794d412708d605be5dd1ebd0b8a1271786530d99f165bb0cff",
7474
runtime_deps = [
7575
"@gun//:erlang_app",
7676
],

0 commit comments

Comments
 (0)