Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️Maintenance: upgrade rabbitmq to 3.13.7 #7376

Merged
merged 1 commit into from
Mar 20, 2025
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
2 changes: 1 addition & 1 deletion services/autoscaling/tests/manual/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
rabbit:
image: itisfoundation/rabbitmq:3.11.2-management
image: itisfoundation/rabbitmq:3.13.7-management
init: true
hostname: "{{.Node.Hostname}}-{{.Service.Name}}-{{.Task.Slot}}"
ports:
Expand Down
2 changes: 1 addition & 1 deletion services/director-v2/docker-compose-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
"log_line_prefix=[%p] [%a] [%c] [%x] "
]
rabbit:
image: itisfoundation/rabbitmq:3.11.2-management
image: itisfoundation/rabbitmq:3.13.7-management
init: true
environment:
- RABBITMQ_DEFAULT_USER=${RABBIT_USER}
Expand Down
2 changes: 1 addition & 1 deletion services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ services:
networks: *storage_networks

rabbit:
image: itisfoundation/rabbitmq:3.11.2-management
image: itisfoundation/rabbitmq:3.13.7-management
init: true
hostname: "{{.Node.Hostname}}-{{.Task.Slot}}"
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:
- "18081:8081"

rabbit:
image: itisfoundation/rabbitmq:3.11.2-management
image: itisfoundation/rabbitmq:3.13.7-management
init: true
environment:
- RABBITMQ_DEFAULT_USER=admin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ services:
"${TEST_REDIS_PASSWORD}"
]
rabbit:
image: itisfoundation/rabbitmq:3.11.2-management
image: itisfoundation/rabbitmq:3.13.7-management
init: true
2 changes: 1 addition & 1 deletion tests/swarm-deploy/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def simcore_stack_deployed_services(
# logs table like
# ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR
# xbrhmaygtb76 simcore_sidecar.1 itisfoundation/sidecar:latest crespo-wkstn Running Running 53 seconds ago
# zde7p8qdwk4j simcore_rabbit.1 itisfoundation/rabbitmq:3.11.2-management crespo-wkstn Running Running 59 seconds ago
# zde7p8qdwk4j simcore_rabbit.1 itisfoundation/rabbitmq:3.13.7-management crespo-wkstn Running Running 59 seconds ago
# f2gxmhwq7hhk simcore_postgres.1 postgres:10.10 crespo-wkstn Running Running about a minute ago
# 1lh2hulxmc4q simcore_director.1 itisfoundation/director:latest crespo-wkstn Running Running 34 seconds ago
# ...
Expand Down
Loading