Skip to content

Commit

Permalink
Osiris v1.8.2
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
kjnilsson authored and mergify[bot] committed Jun 26, 2024
1 parent 83d56d4 commit 16cc877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bazel_dep(

bazel_dep(
name = "rabbitmq_osiris",
version = "1.8.1",
version = "1.8.2",
repo_name = "osiris",
)

Expand Down
2 changes: 1 addition & 1 deletion deps/rabbit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop
PLT_APPS += mnesia

dep_syslog = git https://github.com/schlagert/syslog 4.0.0
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.1
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.2
dep_systemd = hex 0.6.1

define usage_xml_to_erl
Expand Down

0 comments on commit 16cc877

Please sign in to comment.