Skip to content

Commit e7e33cc

Browse files
Merge pull request #4354 from rabbitmq/use-ra-2.0.6
Use ra 2.0.6
2 parents 81d55d3 + 44b8d57 commit e7e33cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dep_cowlib = hex 2.9.1
116116
dep_jsx = hex 3.1.0
117117
dep_looking_glass = git https://github.com/rabbitmq/looking_glass master
118118
dep_prometheus = git https://github.com/deadtrickster/prometheus.erl 06425c21a39c1564164f1cc3fe5bdfa8b23b1f78
119-
dep_ra = hex 2.0.4
119+
dep_ra = hex 2.0.6
120120
dep_ranch = hex 2.1.0
121121
dep_recon = hex 2.5.2
122122
dep_redbug = hex 2.0.7

release-notes/3.10.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ This release includes all bug fixes that shipped in `3.9.x` releases.
252252

253253
### Dependency Changes
254254

255-
* `ra` upgraded from [`2.0.0` to `2.0.4`](https://github.com/rabbitmq/ra/compare/v2.0.0...v2.0.4)
255+
* `ra` upgraded from [`2.0.0` to `2.0.6`](https://github.com/rabbitmq/ra/compare/v2.0.0...v2.0.6)
256256
* `osiris` upgraded from [`1.0.0` to `1.2.4`](https://github.com/rabbitmq/osiris/compare/v1.0.0...v1.2.4)
257257
* `ranch` upgraded from [`2.0.0` to `2.1.0`](https://github.com/ninenines/ranch/compare/2.0.0...2.1.0)
258258
* `observer_cli` upgraded from [`1.6.2` to `1.7.2`](https://github.com/zhongwencool/observer_cli/compare/1.6.2...1.7.2)

workspace_helpers.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ erlang_app(
209209

210210
hex_pm_erlang_app(
211211
name = "ra",
212-
version = "2.0.5",
213-
sha256 = "d793bdb8db412472355a6f11fa26eda019380d4daaf8b08595d96972f76beee0",
212+
version = "2.0.6",
213+
sha256 = "75c664334d4f294327dd8aad06385294cc5cce4763fbef13ebf5075e930cedf6",
214214
first_srcs = [
215215
"src/ra_machine.erl",
216216
"src/ra_snapshot.erl",

0 commit comments

Comments
 (0)