2.37.1
What's Changed
✨ Improvements
- Add support for extra_hosts building with bake by @ndeloof in https://github.com/docker/compose/pull/12935
🐛 Fixes
- Fix SIGSEGV on Enable Watch by @ndeloof in https://github.com/docker/compose/pull/12909
- Revert docker compose images JSON output to array format by @x0rw in https://github.com/docker/compose/pull/12917
- Sanitize service name so they can be used as bake targets by @ndeloof in https://github.com/docker/compose/pull/12925
- Only look for required image in bake metadata by @ndeloof in https://github.com/docker/compose/pull/12930
- Don't create metadatafile, just generate a random name by @ndeloof in https://github.com/docker/compose/pull/12931
- Fix the generated manifest for compose artifacts by @jcarter3 in https://github.com/docker/compose/pull/12933
- Fix support for additional_contexts with service sub-dependencies by @ndeloof in https://github.com/docker/compose/pull/12936
- Fix panic on failure starting plugin server by @ndeloof in https://github.com/docker/compose/pull/12914
🔧 Internal
- Do not forget to remove the bake metadata file by @glours in https://github.com/docker/compose/pull/12912
⚙️ Dependencies
- Bump golang.org/x/sync v0.15.0 by @ndeloof in https://github.com/docker/compose/pull/12913
- Build(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0 by @dependabot in https://github.com/docker/compose/pull/12910
Full Changelog: https://github.com/docker/compose/compare/v2.37.0...v2.37.1