Skip to content

Commit

Permalink
Merge pull request #9055 from rabbitmq/mk-osiris-1.6.2
Browse files Browse the repository at this point in the history
Bump Osiris to 1.6.2, references #8616
  • Loading branch information
michaelklishin authored Aug 13, 2023
2 parents 17c9acf + dbd319f commit 56b2bed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ erlang_package.hex_package(
erlang_package.git_package(
build_file = "@rabbitmq-server//bazel:BUILD.osiris",
repository = "rabbitmq/osiris",
tag = "v1.6.0",
tag = "v1.6.2",
)

erlang_package.hex_package(
Expand Down
2 changes: 1 addition & 1 deletion bazel/BUILD.osiris
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ load("@rules_erlang//:ct.bzl", "assert_suites2", "ct_suite")

NAME = "osiris"

VERSION = "1.5.1"
VERSION = "1.6.2"

DESCRIPTION = "New project"

Expand Down
2 changes: 1 addition & 1 deletion deps/rabbit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,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.6.1
dep_osiris = git https://github.com/rabbitmq/osiris v1.6.2
dep_systemd = hex 0.6.1
dep_seshat = hex 0.4.0

Expand Down
1 change: 0 additions & 1 deletion release-notes/3.12.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
## Dependency Upgrades

* `ra` was upgraded to [`2.6.2`](https://github.com/rabbitmq/ra/releases)
* `osiris` was upgraded [from `1.5.1` to `1.6.0`](https://github.com/rabbitmq/osiris/tags)

## Source Code Archives

Expand Down

0 comments on commit 56b2bed

Please sign in to comment.