Skip to content

Commit 84449a4

Browse files
authored
Merge pull request #12846 from rabbitmq/bump-horus
Pin Horus to 0.3.1 temporarily
2 parents 534e4f1 + ae9fbb7 commit 84449a4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ erlang_package.hex_package(
189189
erlang_package.hex_package(
190190
name = "horus",
191191
build_file = "@rabbitmq-server//bazel:BUILD.horus",
192-
sha256 = "4ebcb0ce86c8ee411d24b289c504b14431ee004d9f2c48e6f88d4128ded33a2e",
193-
version = "0.2.6",
192+
sha256 = "d564d30ebc274f0d92c3d44a336d0b892f000be159912ae4e6838701e85495ec",
193+
version = "0.3.1",
194194
)
195195

196196
erlang_package.hex_package(

deps/rabbit/Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,15 @@ endef
128128
LOCAL_DEPS = sasl os_mon inets compiler public_key crypto ssl syntax_tools xmerl
129129

130130
BUILD_DEPS = rabbitmq_cli
131-
DEPS = ranch rabbit_common amqp10_common rabbitmq_prelaunch ra sysmon_handler stdout_formatter recon redbug observer_cli osiris syslog systemd seshat khepri khepri_mnesia_migration cuttlefish gen_batch_server
131+
DEPS = ranch rabbit_common amqp10_common rabbitmq_prelaunch ra sysmon_handler stdout_formatter recon redbug observer_cli osiris syslog systemd seshat horus khepri khepri_mnesia_migration cuttlefish gen_batch_server
132132
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck proper amqp_client rabbitmq_amqp_client rabbitmq_amqp1_0
133133

134+
# We pin a version of Horus even if we don't use it directly (it is a
135+
# dependency of Khepri). But currently, we can't update Khepri while still
136+
# needing the fix in Horus 0.3.1. This line and the mention of `horus` above
137+
# should be removed with the next update of Khepri.
138+
dep_horus = hex 0.3.1
139+
134140
PLT_APPS += mnesia runtime_tools
135141

136142
dep_syslog = git https://github.com/schlagert/syslog 4.0.0

0 commit comments

Comments
 (0)