Skip to content

Commit

Permalink
Ra v2.13.5
Browse files Browse the repository at this point in the history
This restores the previous pre-init behaviour where an invalid server
will not stop the Ra system from starting. Instead it will log the
errors and continue.

This ensures compatibility with upgraded older systems and systems
where there are historical discrepancies between what is in the
ra_directory and actually on disk.

(cherry picked from commit 5c0384a)
(cherry picked from commit e70ead0)
  • Loading branch information
kjnilsson authored and mergify[bot] committed Jul 23, 2024
1 parent c928915 commit 7f8a41c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ erlang_package.hex_package(
name = "ra",
build_file = "@rabbitmq-server//bazel:BUILD.ra",
pkg = "ra",
sha256 = "e259ef2e5da912596c2b3c61ae28ff1be67bab4dd2581ca631c428e866cba10e",
version = "2.13.4",
sha256 = "264def8b2ba20599f87b37e12f1d5d557911d2201a41749ce16158f98365d599",
version = "2.13.5",
)

erlang_package.git_package(
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dep_khepri = hex 0.14.0
dep_khepri_mnesia_migration = hex 0.5.0
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
dep_prometheus = hex 4.11.0
dep_ra = hex 2.13.4
dep_ra = hex 2.13.5
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.3
dep_redbug = hex 2.0.7
Expand Down

0 comments on commit 7f8a41c

Please sign in to comment.