Skip to content

Commit 4abda12

Browse files
authored
Merge pull request #4271 from rabbitmq/mergify/bp/v3.9.x/pr-4261
Pin unpinned deps (backport #4261)
2 parents fa972a0 + 174fccb commit 4abda12

File tree

3 files changed

+42
-9
lines changed

3 files changed

+42
-9
lines changed

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dep_cowlib = hex 2.9.1
116116
dep_jsx = hex 3.1.0
117117
dep_looking_glass = git https://github.com/rabbitmq/looking_glass master
118118
dep_prometheus = git https://github.com/deadtrickster/prometheus.erl 06425c21a39c1564164f1cc3fe5bdfa8b23b1f78
119-
dep_ra = hex 2.0.3
119+
dep_ra = hex 2.0.4
120120
dep_ranch = hex 2.1.0
121121
dep_recon = hex 2.5.2
122122
dep_redbug = hex 2.0.7

release-notes/3.9.14.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
RabbitMQ `3.9.14` is a maintenance release in the `3.9.x` release series.
2+
3+
Please refer to the **Upgrading to 3.9** section from [v3.9.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.0) if upgrading from a version prior to 3.9.0.
4+
5+
This release requires at least Erlang 23.2, and supports Erlang 24. [RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/which-erlang.html) has more details on Erlang version requirements for RabbitMQ.
6+
7+
8+
9+
## Changes Worth Mentioning
10+
11+
Release notes are kept under [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.9.x/release-notes).
12+
Contributors are encouraged to update them together with their changes. This helps with release automation and a more consistent release schedule.
13+
14+
### Core Server
15+
16+
#### Bug Fixes
17+
18+
* ...
19+
20+
* ...
21+
22+
#### Enhancements
23+
24+
* ...
25+
26+
27+
## Dependency Upgrades
28+
29+
* Ra was [upgraded to `2.0.4`](https://github.com/rabbitmq/ra/compare/v2.0.3...v2.0.4)
30+
* `gen_batch_server` was [upgraded to `0.8.7`](https://github.com/rabbitmq/gen-batch-server/compare/38191672ee0f22a8d5291c6c09f8c07178d565ca...v0.8.7)
31+
32+
## Source Code Archives
33+
34+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.9.14.tar.xz`
35+
instead of the source tarball produced by GitHub.

workspace_helpers.bzl

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ def rabbitmq_external_deps(rabbitmq_workspace = "@rabbitmq-server"):
1212
sha256 = "11b18c220bcc2eab63b5470c038ef10eb6783bcb1fcdb11aa4137defa5ac1bb8",
1313
)
1414

15-
github_erlang_app(
15+
hex_pm_erlang_app(
1616
name = "aten",
17-
org = "rabbitmq",
18-
sha256 = "f27453bfa270538e1b48a9111206847e19a5ad51b4ded4f03fcb0184fbb555be",
19-
ref = "v0.5.7",
17+
sha256 = "8b623c8be27b59a911d16ab0af41777b504c147bc0d60a29015fab58321c04b0",
2018
version = "0.5.7",
2119
)
2220

@@ -107,8 +105,8 @@ erlang_app(
107105

108106
hex_pm_erlang_app(
109107
name = "gen_batch_server",
110-
version = "0.8.6",
111-
sha256 = "b78679349168f27d7047f3283c9d766760b234d98c762aca9a1907f4ee3fd406",
108+
version = "0.8.7",
109+
sha256 = "94a49a528486298b009d2a1b452132c0a0d68b3e89d17d3764cb1ec879b7557a",
112110
)
113111

114112
hex_pm_erlang_app(
@@ -215,8 +213,8 @@ erlang_app(
215213

216214
hex_pm_erlang_app(
217215
name = "ra",
218-
version = "2.0.3",
219-
sha256 = "0b159c7da28fc581042f462f51b042b3fed244cdaa2b2061e6430ba6d12a3972",
216+
version = "2.0.4",
217+
sha256 = "8e3550be1df23b5b1ba9d02e0c8c79febb8eae8a6dcbbba746bd5180f39aee1c",
220218
first_srcs = [
221219
"src/ra_machine.erl",
222220
"src/ra_snapshot.erl",

0 commit comments

Comments
 (0)