Skip to content

Commit 43071b5

Browse files
kjnilssonmergify[bot]
authored andcommitted
Osiris v1.8.3
This release contains fixes around certain recovery failures where there are either orphaned segment files (that do not have a corresponding index file) or index files that do not have a corresponding segment file. (cherry picked from commit baa6410) (cherry picked from commit 0fe357f)
1 parent a08ed31 commit 43071b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ bazel_dep(
6363

6464
bazel_dep(
6565
name = "rabbitmq_osiris",
66-
version = "1.8.2",
66+
version = "1.8.3",
6767
repo_name = "osiris",
6868
)
6969

deps/rabbit/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop
142142
PLT_APPS += mnesia
143143

144144
dep_syslog = git https://github.com/schlagert/syslog 4.0.0
145-
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.2
145+
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.3
146146
dep_systemd = hex 0.6.1
147147

148148
define usage_xml_to_erl

0 commit comments

Comments
 (0)