From 7f8a41c6ea88fef557dd4d68bfc860cff1c433db Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Tue, 23 Jul 2024 15:13:50 +0100 Subject: [PATCH] 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 5c0384a3280740588047a72543159f320f3f519b) (cherry picked from commit e70ead02ab7ac6d3af69d0ad9b25e699682b8781) --- MODULE.bazel | 4 ++-- rabbitmq-components.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 01595cc3d1da..87e6a1c35e38 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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( diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk index d482b6a7922c..c65b7ceb9dd7 100644 --- a/rabbitmq-components.mk +++ b/rabbitmq-components.mk @@ -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