Skip to content

Commit f4085c2

Browse files
Merge pull request #4500 from rabbitmq/mergify/bp/v3.10.x/pr-4499
Upgrade eetcd to 0.3.5 (backport #4499)
2 parents 0ca432d + 2e893ca commit f4085c2

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-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.10.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,5 +321,6 @@ This release includes all applicable [bug fixes that shipped in `3.9.x` releases
321321
* `osiris` upgraded from [`1.0.0` to `1.2.4`](https://github.com/rabbitmq/osiris/compare/v1.0.0...v1.2.4)
322322
* `ranch` upgraded from [`2.0.0` to `2.1.0`](https://github.com/ninenines/ranch/compare/2.0.0...2.1.0)
323323
* `prometheus` upgraded from [`4.8.1` to `4.8.2`](https://github.com/deadtrickster/prometheus.erl/compare/06425c21a39c1564164f1cc3fe5bdfa8b23b1f78...v4.8.2)
324+
* `eetcd` upgraded from [`0.3.3` to `0.3.5`](https://github.com/zhongwencool/eetcd/compare/v0.3.3...v0.3.5)
324325
* `observer_cli` upgraded from [`1.6.2` to `1.7.2`](https://github.com/zhongwencool/observer_cli/compare/1.6.2...1.7.2)
325326
* `gen_batch_server` upgraded from [`0.8.6` to `0.8.7`](https://github.com/rabbitmq/gen-batch-server/compare/38191672ee0f22a8d5291c6c09f8c07178d565ca...v0.8.7)

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)