v2.40.1
What's Changed
🐛 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