Skip to content

Commit

Permalink
Merge pull request #11118 from rabbitmq/mergify/bp/v3.13.x/pr-11113
Browse files Browse the repository at this point in the history
Ra 2.10.0 (backport #11113)
  • Loading branch information
michaelklishin committed Apr 29, 2024
2 parents abc5c01 + db39c68 commit 499c087
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ erlang_package.hex_package(
name = "ra",
build_file = "@rabbitmq-server//bazel:BUILD.ra",
pkg = "ra",
sha256 = "ee7f63461e9b1734e99a7d38cb601803dc0868f015672d795857fa329287288c",
version = "2.9.1",
sha256 = "0c9c02e8db48a9ed8f9b56e3b105dc25c72fde01c3dc07e2dc4f0618545595cd",
version = "2.10.0",
)

erlang_package.git_package(
Expand Down
6 changes: 6 additions & 0 deletions bazel/BUILD.ra
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ erlang_bytecode(
srcs = [
"src/ra.erl",
"src/ra_app.erl",
"src/ra_aux.erl",
"src/ra_bench.erl",
"src/ra_counters.erl",
"src/ra_dbg.erl",
"src/ra_directory.erl",
"src/ra_env.erl",
"src/ra_ets_queue.erl",
"src/ra_file.erl",
"src/ra_file_handle.erl",
"src/ra_flru.erl",
"src/ra_leaderboard.erl",
Expand All @@ -70,6 +72,7 @@ erlang_bytecode(
"src/ra_server_sup_sup.erl",
"src/ra_sup.erl",
"src/ra_system.erl",
"src/ra_system_recover.erl",
"src/ra_system_sup.erl",
"src/ra_systems_sup.erl",
],
Expand Down Expand Up @@ -97,12 +100,14 @@ filegroup(
"src/ra.app.src",
"src/ra.erl",
"src/ra_app.erl",
"src/ra_aux.erl",
"src/ra_bench.erl",
"src/ra_counters.erl",
"src/ra_dbg.erl",
"src/ra_directory.erl",
"src/ra_env.erl",
"src/ra_ets_queue.erl",
"src/ra_file.erl",
"src/ra_file_handle.erl",
"src/ra_flru.erl",
"src/ra_leaderboard.erl",
Expand Down Expand Up @@ -131,6 +136,7 @@ filegroup(
"src/ra_snapshot.erl",
"src/ra_sup.erl",
"src/ra_system.erl",
"src/ra_system_recover.erl",
"src/ra_system_sup.erl",
"src/ra_systems_sup.erl",
],
Expand Down
3 changes: 3 additions & 0 deletions moduleindex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,12 +488,14 @@ quantile_estimator:
ra:
- ra
- ra_app
- ra_aux
- ra_bench
- ra_counters
- ra_dbg
- ra_directory
- ra_env
- ra_ets_queue
- ra_file
- ra_file_handle
- ra_flru
- ra_leaderboard
Expand Down Expand Up @@ -522,6 +524,7 @@ ra:
- ra_snapshot
- ra_sup
- ra_system
- ra_system_recover
- ra_system_sup
- ra_systems_sup
rabbit:
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dep_khepri = hex 0.13.0
dep_khepri_mnesia_migration = hex 0.4.0
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
dep_prometheus = hex 4.11.0
dep_ra = hex 2.9.1
dep_ra = hex 2.10.0
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.3
dep_redbug = hex 2.0.7
Expand Down

0 comments on commit 499c087

Please sign in to comment.