Skip to content

Commit e70ead0

Browse files
kjnilssonmergify[bot]
authored andcommitted
Ra v2.13.5
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)
1 parent ad9e3f7 commit e70ead0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ erlang_package.hex_package(
253253
name = "ra",
254254
build_file = "@rabbitmq-server//bazel:BUILD.ra",
255255
pkg = "ra",
256-
sha256 = "e259ef2e5da912596c2b3c61ae28ff1be67bab4dd2581ca631c428e866cba10e",
257-
version = "2.13.4",
256+
sha256 = "264def8b2ba20599f87b37e12f1d5d557911d2201a41749ce16158f98365d599",
257+
version = "2.13.5",
258258
)
259259

260260
erlang_package.git_package(

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ dep_jose = hex 1.11.10
121121
dep_khepri = hex 0.14.0
122122
dep_khepri_mnesia_migration = hex 0.5.0
123123
dep_prometheus = hex 4.11.0
124-
dep_ra = hex 2.13.4
124+
dep_ra = hex 2.13.5
125125
dep_ranch = hex 2.1.0
126126
dep_recon = hex 2.5.3
127127
dep_redbug = hex 2.0.7

0 commit comments

Comments
 (0)