Skip to content

Commit c1bb4cf

Browse files
Merge pull request #4602 from rabbitmq/mk-bump-osiris-to-1.2.5
Bump Osiris to 1.2.5 in v3.9.x
2 parents 37152d0 + f2f8d46 commit c1bb4cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deps/rabbit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop
142142
PLT_APPS += mnesia
143143

144144
dep_syslog = git https://github.com/schlagert/syslog 4.0.0
145-
dep_osiris = git https://github.com/rabbitmq/osiris v1.2.4
145+
dep_osiris = git https://github.com/rabbitmq/osiris v1.2.5
146146
dep_systemd = hex 0.6.1
147147
dep_seshat = git https://github.com/rabbitmq/seshat 0.1.0
148148

release-notes/3.9.16.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Contributors are encouraged to update them together with their changes. This hel
5050

5151
## Dependency Upgrades
5252

53+
* `osiris` upgraded from [`1.2.4` to `1.2.5`](https://github.com/rabbitmq/osiris/compare/v1.2.4...v1.2.5)
5354
* `observer-cli` was upgraded [from v1.7.2 to v1.7.3](https://github.com/zhongwencool/observer_cli/compare/1.7.2...1.7.3)
5455

5556

workspace_helpers.bzl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,12 @@ erlang_app(
155155
sha256 = "a41b6d3e11a3444e063e09cc225f7f3e631ce14019e5fbcaebfda89b1bd788ea",
156156
)
157157

158-
# v1.2.4 of osiris still assumes bazel-erlang, so we import it via rules_erlang here
159158
github_erlang_app(
160159
name = "osiris",
161160
org = "rabbitmq",
162-
ref = "refs/tags/v1.2.4",
163-
version = "1.2.4",
164-
sha256 = "f225265995ee8ab148c61a98fcbcf61eebc222027a006eb19586b7a6c9d03008",
161+
ref = "refs/tags/v1.2.5",
162+
version = "1.2.5",
163+
sha256 = "6d39f32a39d5d3c67cbce59afc007191197182a95a530b4a0c41b5aacda902b3",
165164
build_file = rabbitmq_workspace + "//:BUILD.osiris",
166165
)
167166

0 commit comments

Comments
 (0)