Skip to content

Commit 2df3fc1

Browse files
committed
Ra 2.9.1
This Ra release contains fixes for leaderboard updates as well as a long standing bug fix that meant the latest cluster may not be recovered correctly after an unclean shutdown.
1 parent 399659b commit 2df3fc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bazel_dep(
4949

5050
bazel_dep(
5151
name = "rabbitmq_ra",
52-
version = "2.7.3",
52+
version = "2.9.1",
5353
repo_name = "ra",
5454
)
5555

@@ -338,8 +338,8 @@ erlang_package.hex_package(
338338
name = "ra_alt",
339339
build_file = "@rabbitmq-server//bazel:BUILD.ra",
340340
pkg = "ra",
341-
sha256 = "6f2b912a779f4efa4deea762b65192ed6e87111c7d98cbbe8a29576964739147",
342-
version = "2.7.3",
341+
sha256 = "ee7f63461e9b1734e99a7d38cb601803dc0868f015672d795857fa329287288c",
342+
version = "2.9.1",
343343
)
344344

345345
erlang_package.git_package(

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ dep_khepri = hex 0.11.0
119119
dep_khepri_mnesia_migration = hex 0.3.0
120120
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
121121
dep_prometheus = hex 4.11.0
122-
dep_ra = hex 2.7.3
122+
dep_ra = hex 2.9.1
123123
dep_ranch = hex 2.1.0
124124
dep_recon = hex 2.5.3
125125
dep_redbug = hex 2.0.7

0 commit comments

Comments
 (0)