Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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