The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
What's Changed
✨ Improvements
🐛 Fixes
- Write error to watcher error channel if Start() fails by @Trolldemorted in https://github.com/docker/compose/pull/13263
- Fix: set PWD only if not set by @kianelbo in https://github.com/docker/compose/pull/13268
- bake only interpolates ${*} by @ndeloof in https://github.com/docker/compose/pull/13270
- Fix: make "publish" push all compose files addressed in "extends" statements when using "profiles". by @ogoulpeau-ledger in https://github.com/docker/compose/pull/13277
- Support Ctrl+Z to run compose in background by @ndeloof in https://github.com/docker/compose/pull/13289
- Fix race-condition bug in publish command by @paul-kinexon in https://github.com/docker/compose/pull/13291
- Set secret/config uid:gid to match container's USER by @ndeloof in https://github.com/docker/compose/pull/13288
- Fix failure to delegate build with bake by @ndeloof in https://github.com/docker/compose/pull/13275
- Make CTRL+Z a no-op operation on Windows by @glours in https://github.com/docker/compose/pull/13293
🔧 Internal
- pkg/compose: align classic builder implementation with docker/cli by @thaJeztah in https://github.com/docker/compose/pull/13278
- pkg/compose: build with bake: drop support for buildx v0.16 and lower by @thaJeztah in https://github.com/docker/compose/pull/13280
- Use fixed version of compose bridge transformer images by @glours in https://github.com/docker/compose/pull/13284
⚙️ Dependencies
- Build(deps): bump github.com/docker/docker from 28.5.0+incompatible to 28.5.1+incompatible by @dependabot[bot] in https://github.com/docker/compose/pull/13274
- Build(deps): bump github.com/docker/cli from 28.5.0+incompatible to 28.5.1+incompatible by @dependabot[bot] in https://github.com/docker/compose/pull/13273
- Build(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 by @dependabot[bot] in https://github.com/docker/compose/pull/13272
- Build(deps): bump docker/buildx v0.29.1, moby/buildkit v0.25.1 by @thaJeztah in https://github.com/docker/compose/pull/13279
- Bump golang to version 1.24.9 by @glours in https://github.com/docker/compose/pull/13285
New Contributors
- @Trolldemorted made their first contribution in https://github.com/docker/compose/pull/13263
- @ogoulpeau-ledger made their first contribution in https://github.com/docker/compose/pull/13277
- @paul-kinexon made their first contribution in https://github.com/docker/compose/pull/13291
Full Changelog: https://github.com/docker/compose/compare/v2.40.0...v2.40.1