Skip to content

Commit 1f1580d

Browse files
kjnilssonmergify[bot]
authored andcommitted
Update osiris to v1.8.5
This release contains a bug fix to an issue that very occasionally could cause consumers on replica nodes not to be notified about newly committed offsets in a timely manner. (cherry picked from commit 675007a) # Conflicts: # rabbitmq-components.mk
1 parent 62cf19f commit 1f1580d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ bazel_dep(
5656

5757
bazel_dep(
5858
name = "rabbitmq_osiris",
59-
version = "1.8.4",
59+
version = "1.8.5",
6060
repo_name = "osiris",
6161
)
6262

rabbitmq-components.mk

+5
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,13 @@ dep_cuttlefish = hex 3.4.0
121121
dep_gen_batch_server = hex 0.8.8
122122
dep_jose = hex 1.11.10
123123
dep_khepri = hex 0.16.0
124+
<<<<<<< HEAD
124125
dep_khepri_mnesia_migration = hex 0.7.0
125126
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.4
127+
=======
128+
dep_khepri_mnesia_migration = hex 0.7.1
129+
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.5
130+
>>>>>>> 675007a20b (Update osiris to v1.8.5)
126131
dep_prometheus = hex 4.11.0
127132
dep_ra = hex 2.14.0
128133
dep_ranch = hex 2.1.0

0 commit comments

Comments
 (0)