Bump Osiris to 1.6.2, references #8616

In #8616, Osiris was bumped to 1.6.0 but
`BUILD.bazel` in the repo still reported the version as 1.5.1.

That created a fair amount of confusion.
This commit is contained in:
Michael Klishin 2023-08-13 12:28:22 +04:00
parent 17c9acf8ac
commit dbd319f5f8
4 changed files with 3 additions and 4 deletions

View File

@ -270,7 +270,7 @@ erlang_package.hex_package(
erlang_package.git_package( erlang_package.git_package(
build_file = "@rabbitmq-server//bazel:BUILD.osiris", build_file = "@rabbitmq-server//bazel:BUILD.osiris",
repository = "rabbitmq/osiris", repository = "rabbitmq/osiris",
tag = "v1.6.0", tag = "v1.6.2",
) )
erlang_package.hex_package( erlang_package.hex_package(

View File

@ -6,7 +6,7 @@ load("@rules_erlang//:ct.bzl", "assert_suites2", "ct_suite")
NAME = "osiris" NAME = "osiris"
VERSION = "1.5.1" VERSION = "1.6.2"
DESCRIPTION = "New project" DESCRIPTION = "New project"

View File

@ -149,7 +149,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop
PLT_APPS += mnesia PLT_APPS += mnesia
dep_syslog = git https://github.com/schlagert/syslog 4.0.0 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_systemd = hex 0.6.1
dep_seshat = hex 0.4.0 dep_seshat = hex 0.4.0

View File

@ -151,7 +151,6 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
## Dependency Upgrades ## Dependency Upgrades
* `ra` was upgraded to [`2.6.2`](https://github.com/rabbitmq/ra/releases) * `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 ## Source Code Archives