What's Changed
✨ Improvements
- Add support of
develop.watch.initial_sync
attribute by @glours in https://github.com/docker/compose/pull/13232
🐛 Fixes
- Volume ls command can run without a project by @ndeloof in https://github.com/docker/compose/pull/13221
- Fix support for build with bake when target docker endpoint requires TLS by @ndeloof in https://github.com/docker/compose/pull/13231
- Disable Tty if
run
command started from a piped command by @glours in https://github.com/docker/compose/pull/13233
🔧 Internal
- Test: Set stop_signal to SIGTERM by @ricardobranco777 in https://github.com/docker/compose/pull/13214
⚙️ Dependencies
- Bump
compose-go
to versionv2.9.0
by @glours in https://github.com/docker/compose/pull/13234
New Contributors
- @ricardobranco777 made their first contribution in https://github.com/docker/compose/pull/13214
Full Changelog: https://github.com/docker/compose/compare/v2.39.3...v2.39.4