rddepman: bump dockerCompose from 2.40.3 to 5.0.1#9667
Merged
Conversation
Signed-off-by: Rancher Desktop Dependency Manager <donotuse@rancherdesktop.io>
jandubois
previously approved these changes
Jan 8, 2026
Member
jandubois
left a comment
There was a problem hiding this comment.
The main compatibility issue between docker-compose 2.x and 5.x is that the latter no longer bundles an internal buildkit. This is no concern for us because we already ship the external buildkit plugin.
There are some messages on GitHub about additional output that cannot be suppressed with --quiet, but that is really nothing that couldn't happen with any other update as well.
The only other issue I could find was broken COMPOSE_COMPATIBILITY support for v1, which has been fixed in the 5.0.1 release.
So I think this is fine to merge now, even considering that it may end up being the version we ship in the next release.
Signed-off-by: Jan Dubois <jan.dubois@suse.com>
jandubois
approved these changes
Jan 8, 2026
This comment was marked as off-topic.
This comment was marked as off-topic.
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v5.0.0 "Mont Blanc" (v5.0.0)
Major changes in this release:
docker buildcommand)Why "v5" ?
We decided to skip
3.0.0for next major release after docker Compose v2 to prevent (more) confusion with the obsolete docker-compose file versions2.xand3.xinherited from Docker Compose v1. We also skipped4.0.0to have a clear separation with this legacy.What's Changed
✨ Improvements
build.no_cache_filterby @ndeloof in Added support forbuild.no_cache_filterdocker/compose#13377🐛 Fixes
🔧 Internal
stable,oldstableby @thaJeztah in gha: test against docker v29, v28, and rename checks to usestable,oldstabledocker/compose#13380⚙️ Dependencies
New Contributors
Full Changelog: docker/compose@v2.40.2...v5.0.0
Compare between v2.40.3 and v5.0.0
v5.0.1 (v5.0.1)
What's Changed
🐛 Fixes
COMPOSE_COMPATIBILITYby @ndeloof in Restored support forCOMPOSE_COMPATIBILITYdocker/compose#13424run --quiet. by @ndeloof in Fixed broken run --quiet. docker/compose#13430v2on README. by @alexislefebvre in doc: do not mention v2 on README docker/compose#13451setEnvWithDotEnv. by @htoyoda18 in Fix missing error handling in setEnvWithDotEnv docker/compose#13450⚙️ Dependencies
New Contributors
Full Changelog: docker/compose@v5.0.0...v5.0.1
Compare between v5.0.0 and v5.0.1