Skip to content

Commit

Permalink
Upgrade to latest stable RabbitMQ (#4227)
Browse files Browse the repository at this point in the history
Use the latest stable Bitnami `rabbitmq` Helm chart and thus the latest stable `rabbitmq` image.

---------

Co-authored-by: Leonhardt Wille <[email protected]>
  • Loading branch information
supersven and lwille authored Sep 5, 2024
1 parent 8a28e7d commit c0b8cbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.d/2-features/upgrade-rabbitmq
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Use latest stable RabbitMQ version (`3.13.7`) and Helm chart (`14.6.9`). Please
note that this minor RabbitMQ version upgrade (`3.11.x` to `3.13.x`) may need
special treatment regarding existing RabbitMQ instances. See
https://www.rabbitmq.com/docs/upgrade#rabbitmq-version-upgradability . The major
Helm chart version upgrade may (depending on your setup/values) need attention
as well: https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq#upgrading
2 changes: 1 addition & 1 deletion charts/rabbitmq/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: rabbitmq
version: 11.13.0
version: 14.6.9
repository: https://charts.bitnami.com/bitnami
2 changes: 1 addition & 1 deletion deploy/dockerephemeral/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ services:

rabbitmq:
container_name: rabbitmq
image: rabbitmq:3.11-management-alpine
image: rabbitmq:3.13.7-management-alpine
environment:
- RABBITMQ_USERNAME
- RABBITMQ_PASSWORD
Expand Down

0 comments on commit c0b8cbc

Please sign in to comment.