Skip to content

Commit 16cc877

Browse files
kjnilssonmergify[bot]
authored andcommitted
Osiris v1.8.2
* Use the latest method of building the RabbitMQ OCI in actions by @pjk25 in rabbitmq/osiris#159 * Correctly handle case where replica exits in handle_continue. by @kjnilsson in rabbitmq/osiris#160 * Add osiris.app.src file by @lukebakken in rabbitmq/osiris#158 (cherry picked from commit 8995e00)
1 parent 83d56d4 commit 16cc877

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
@@ -63,7 +63,7 @@ bazel_dep(
6363

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

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 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.1
145+
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.2
146146
dep_systemd = hex 0.6.1
147147

148148
define usage_xml_to_erl

0 commit comments

Comments
 (0)