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:
parent
17c9acf8ac
commit
dbd319f5f8
|
@ -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(
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue