-
Notifications
You must be signed in to change notification settings - Fork 299
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
update rabbitmq docker containers to v3.12.0 #2359
Conversation
to v3.12.0
@joeyorlando I think it would make sense to include this in the changelog for multiple reasons:
|
@joeyorlando yes, helm chart is not affected. I don't agree on the usage of the docker compose files. It's not clear to me that the When I started setting up our Grafana OSS stack somewhen in 2022, there was only one docker-compose file with mysql and rabbitmq included (see #611), that's why I still use this stack and ran into the above issue when upgrading to a recent rabbitmq version. Probably the EDIT: And of course the |
@roock you raise a fair point 👍 retroactively added this to the changelog in this commit. re: purpose of Personally, I've been advocating to get rid of this file, as maintaining three separate, but very similar,
We don't have a formal process for this atm. I suppose you could run into issues in the scenario you mentioned, where if you reuse the same rabbitmq Docker volume mount, but upgrade image versions, you'd have to follow those upgrade steps you pointed out. At least on the core team, when people hit these types of problems for local development, they just run |
👌
Sounds like a good plan to migrate the two different docker compose files into one with profiles (although I'm not sure docker compose is sophisticated enough to handle such a complex setup). |
What this PR does
Update
rabbitmq
Docker containers used in thedocker-compose
config files, Drone pipelines, and GitHub Actions to use version 3.12.0.FWIW, we're already using v12.0.0 of the bitnami
rabbitmq
helm
chart which, by default, uses the3.12.0-debian-11-r0
tag for therabbitmq
image (chart docs).closes #695
Checklist
pr:no public docs
PR label added if not required) (N/A)CHANGELOG.md
updated (orpr:no changelog
PR label added if not required) (N/A)