-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Comparing changes
Open a pull request
base repository: docker/compose
base: v2.40.0
head repository: docker/compose
compare: v2.40.1
- 19 commits
- 19 files changed
- 8 contributors
Commits on Oct 6, 2025
-
Write error to watcher error channel if Start() fails
Up's loop will notice globalCtx is done, and invoke watcher.Stop(). Stop() reads from the watcher error channel. If Start() does not write an error, Stop() will never finish. Fixes #13262 Signed-off-by: Benedikt Radtke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa7e85e - Browse repository at this point
Copy the full SHA fa7e85eView commit details
Commits on Oct 8, 2025
-
Signed-off-by: Kian Eliasi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce463d5 - Browse repository at this point
Copy the full SHA ce463d5View commit details
Commits on Oct 9, 2025
-
build(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.5.0+incompatible to 28.5.1+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.5.0...v28.5.1) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.5.1+incompatible dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fec70b - Browse repository at this point
Copy the full SHA 7fec70bView commit details -
build(deps): bump github.com/docker/cli
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 28.5.0+incompatible to 28.5.1+incompatible. - [Commits](docker/cli@v28.5.0...v28.5.1) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 28.5.1+incompatible dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f45a3eb - Browse repository at this point
Copy the full SHA f45a3ebView commit details -
build(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.36.0 to 0.37.0. - [Commits](golang/sys@v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a07f2b8 - Browse repository at this point
Copy the full SHA a07f2b8View commit details
Commits on Oct 13, 2025
-
Signed-off-by: Nicolas De Loof <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a03f256 - Browse repository at this point
Copy the full SHA a03f256View commit details -
pkg/compose: align classic builder implementation with docker/cli
This aligns the implementation closer to the implementation in docker/cli, with the refactor done in [cli@260f1db]; this removes some direct uses of the github.com/docker/docker/builder/remotecontext/urlutil package, which won't be included in the new Moby modules. There's still some remaining uses in the `dockerFilePath` utility (which may need to be updated to also account for remote contexts that are not "git"), so possibly we can remove the use in that utility as well. [cli@260f1db]: docker/cli@260f1db Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63920c4 - Browse repository at this point
Copy the full SHA 63920c4View commit details -
build(deps): bump docker/buildx v0.29.1, moby/buildkit v0.25.1
full diff: - docker/buildx@v0.28.0...v0.29.1 - moby/buildkit@v0.24.0...v0.25.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b5fb36 - Browse repository at this point
Copy the full SHA 0b5fb36View commit details
Commits on Oct 14, 2025
-
pkg/compose: build with bake: drop support for buildx v0.16 and lower
[buildx v0.17][1] was released a Year ago, so any version this conditional code was accounting for would be versions before that; the latest of which being [buildx v0.16.2][2] (July 2024). Given that those versions are long EOL and no longer supported, we can probably remove the conditional code. [1]: https://github.com/docker/buildx/releases/tag/v0.17.0 [2]: https://github.com/docker/buildx/releases/tag/v0.16.2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
2Configuration menu - View commit details
-
Copy full SHA for ae3309a - Browse repository at this point
Copy the full SHA ae3309aView commit details -
fix(publish): in
processFile(), load the compose file passing the `……project.Profiles` to the `loader.Options`. Signed-off-by: Olivier Goulpeau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7aa484 - Browse repository at this point
Copy the full SHA e7aa484View commit details -
fix(publish): in
publish(), select all profiles in theprojectto…… publish. This code is moved from `generateImageDigestsOverride()` as no more needed at that point. Signed-off-by: Olivier Goulpeau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 289faae - Browse repository at this point
Copy the full SHA 289faaeView commit details -
Signed-off-by: Guillaume Lours <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 147923c - Browse repository at this point
Copy the full SHA 147923cView commit details -
use fixed version of compose bridge transformer images
to avoid CI issue on Compose when a new version is released and change the outputs Signed-off-by: Guillaume Lours <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7755302 - Browse repository at this point
Copy the full SHA 7755302View commit details
Commits on Oct 15, 2025
-
support Ctrl+Z to run compose in background
Signed-off-by: Nicolas De Loof <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88aae9c - Browse repository at this point
Copy the full SHA 88aae9cView commit details
Commits on Oct 16, 2025
-
fix race-condition bug in publish command
Signed-off-by: Paul Thiele <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1576174 - Browse repository at this point
Copy the full SHA 1576174View commit details -
Set secret/config uid:gid to match container's USER
Signed-off-by: Nicolas De Loof <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee75be3 - Browse repository at this point
Copy the full SHA ee75be3View commit details -
mutualize code from injectSecrets / injectConfigs
Signed-off-by: Nicolas De Loof <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2681ed1 - Browse repository at this point
Copy the full SHA 2681ed1View commit details
Commits on Oct 17, 2025
-
Detect failure to access os.TempDir
Signed-off-by: Nicolas De Loof <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27f59d7 - Browse repository at this point
Copy the full SHA 27f59d7View commit details -
make CTRL+Z a no-op operation on Windows
Signed-off-by: Guillaume Lours <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be8c7e6 - Browse repository at this point
Copy the full SHA be8c7e6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.40.0...v2.40.1