v2.20.0
What's Changed
Enhancements ✨
- Add
docker compose wait
by @ulyssessouza in #10742 - Add support of --builder and BUILDX_BUILDER by @glours in #10745
- Support
attach
by @ndeloof in #10700 - Add support for
include
in compose-spec/compose-go#416
Fixes 🐛
- Don't use unitialized cli to setup DryRunClient by @ndeloof in #10770
- Network: fix random missing network when service has more than one by @milas in #10778
- Fix(secrets): file permission value does not comply with spec by @shantanoo-desai in #10784
- Apply no-deps before we select and mutate target service by @ndeloof in #10789
Internal 🔧
- Fix some comments by @cuishuang in #10768
- When --index is not set select first service container by @ndeloof in #10763
- Test: fix process leak in wait e2e test by @milas in #10790
- CI: speed up a couple Dockerfile targets w/ cache mount by @milas in #10793
Bumps
- Build(deps): bump google.golang.org/grpc from 1.56.0 to 1.56.2 by @dependabot in #10787
- Deps: bump docker/cli-docs-tool to v0.6.0 by @milas in #10781
- Build(deps): bump gotest.tools/v3 from 3.4.0 to 3.5.0 by @dependabot in #10760
- Build(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc3 to 1.1.0-rc4 by @dependabot in #10764
- Build(deps): bump github.com/docker/docker from 24.0.2+incompatible to 24.0.4+incompatible by @dependabot in #10788
- Build(deps): bump github.com/docker/buildx from 0.11.0 to 0.11.1 by @dependabot in #10776
New Contributors
- @cuishuang made their first contribution in #10768
- @shantanoo-desai made their first contribution in #10784
Full Changelog: v2.19.1...v2.20.0