Skip to content

Commit 8995e00

Browse files
committed
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
1 parent dcb2fe0 commit 8995e00

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
@@ -139,7 +139,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck proper amqp_clie
139139
PLT_APPS += mnesia runtime_tools looking_glass
140140

141141
dep_syslog = git https://github.com/schlagert/syslog 4.0.0
142-
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.1
142+
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.2
143143
dep_systemd = hex 0.6.1
144144

145145
define usage_xml_to_erl

0 commit comments

Comments
 (0)