This is a pre-release to celebrate 10 years of Docker Compose since 0eb7d30
✨ Features
- Introduce
ps --orphans
to include/exclude services not declared by project by @ndeloof in #11220 - Log we don't expose service ports when --verbose by @ndeloof in #11227
- Introduce
logs --index
to select a replica container by @ndeloof in #11231 - Add support for
start_interval
by @ndeloof in #10939
🐛 Fixes
- Restore
Project
is ps json output by @ndeloof in #11223 - Fix configs are mounted under / by @ndeloof in #11232
- Update README.md to use standard
compose.yaml
file name by @johnthagen in #11233 - Send out a cancel event on SIGINT/SIGTERM signal for
compose up
by @vyneer in #11230 - Fix combination of
--pull always --no-build
by @ndeloof in #11244 - Fix(publish): add OCI 1.0 fallback support for AWS ECR by @milas in #11239
- Include disabled services for shell completion by @ndeloof in #11251
🔧 Internal
- Let contributor know we might close unanswered issues by @ndeloof in #11219
- Adopt compose-go/v2 by @ndeloof in #11207
- collect services to build using WithServices by @ndeloof in #11255
⚙️ Dependencies
- bump ddev to 1.22.4 by @ndeloof in #11225
- bump golang.org/x/sys from 0.14.0 to 0.15.0 by @dependabot in #11228
- bump docker cli v1.25 beta1 by @ndeloof in #11247
- bump golang to version 1.21.5 by @glours in #11249
New Contributors
- @johnthagen made their first contribution in #11233
- @vyneer made their first contribution in #11230
Full Changelog: v2.23.3...v2.24.0-birthday.10