What's Changed
✨ Improvements
- add support for cache_to with bake by @ndeloof in https://github.com/docker/compose/pull/12959
🐛 Fixes
- fix bake intergation by @ndeloof in https://github.com/docker/compose/pull/12960
- don't create services passed as parameters of run command during dependencies creation process by @glours in https://github.com/docker/compose/pull/12968
- inject secrets/config just before container is started by @ndeloof in https://github.com/docker/compose/pull/12970
- propagate target docker host set by --host to Bake by @ndeloof in https://github.com/docker/compose/pull/12961
🔧 Internal
- pkg/compose: remove uses of ExecOptions.Detach by @thaJeztah in https://github.com/docker/compose/pull/12950
⚙️ Dependencies
- build(deps): bump github.com/moby/buildkit from 0.23.0 to 0.23.1 by @dependabot in https://github.com/docker/compose/pull/12964
Full Changelog: https://github.com/docker/compose/compare/v2.37.2...v2.37.3