Osiris 1.8.6

This commit is contained in:
Michael Klishin 2025-03-01 19:26:08 -05:00
parent c5ecf31fd3
commit ffcf9a27a4
No known key found for this signature in database
GPG Key ID: 44BF2725475205B2
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ bazel_dep(
bazel_dep(
name = "rabbitmq_osiris",
version = "1.8.5",
version = "1.8.6",
repo_name = "osiris",
)

View File

@ -48,7 +48,7 @@ dep_gen_batch_server = hex 0.8.8
dep_jose = hex 1.11.10
dep_khepri = hex 0.16.0
dep_khepri_mnesia_migration = hex 0.7.1
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.5
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.6
dep_prometheus = hex 4.11.0
dep_ra = hex 2.16.2
dep_ranch = hex 2.2.0

View File

@ -513,7 +513,7 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
### Dependency Changes
* `ra` was upgraded to [`2.16.1`](https://github.com/rabbitmq/ra/releases)
* `osiris` was upgraded to [`1.8.5`](https://github.com/rabbitmq/osiris/releases)
* `osiris` was upgraded to [`1.8.6`](https://github.com/rabbitmq/osiris/releases)
* `observer_cli` was upgraded to [`1.8.2`](https://github.com/zhongwencool/observer_cli/releases)
* `eetcd` was upgraded to [`0.5.0`](https://github.com/zhongwencool/eetcd/releases)
* `gun` was upgraded to [`2.1.0`](https://github.com/ninenines/gun/releases)