Skip to content

Commit 0fe357f

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)
1 parent b2de73e commit 0fe357f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ bazel_dep(
5656

5757
bazel_dep(
5858
name = "rabbitmq_osiris",
59-
version = "1.8.2",
59+
version = "1.8.3",
6060
repo_name = "osiris",
6161
)
6262

deps/rabbit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck proper amqp_clie
142142
PLT_APPS += mnesia runtime_tools
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)