v2.15.0
What's Changed
✨ Enhancements
- add support of privileged attribute in
service.build
section by @glours in #10112 - introduce
--ignore-buildable
to ignore buildable images on pull by @ndeloof in #10134 - introduce
--no-attach
to ignore some service output by @ndeloof in #10137
🐛 Fixes
- don't fail
logs
whendriver:none
is set by @ndeloof in #10107 - don't assume os.Stdout and rely on dockerCLI.streams by @ndeloof in #10082
- service hash MUST exclude replicas by @ndeloof in #10109
- check service names based on project, not running containers by @ndeloof in #10111
- fix security opts support (seccomp and unconfined) by @ndeloof in #10110
- Fix empty file when using compose config in case of smaller source files by @rimelek in #10129
- Set
pullChanged
when setting--pull
oncompose up
by @laurazard in #10128 - Ignore not only auto-removed containers but also "removal in progress" for orphan containers by @gtardif in #10136
- limit build concurrency according to
--parallel
by @ndeloof in #10133
🔧 Internal
- add buildx plugin to e2e configuration directory by @glours in #10113
- cleanup framework.go from unnecessary debug logs by @glours in #10116
Changelog
- update compose-go by @ndeloof in #10106
- build(deps): bump github.com/docker/cli-docs-tool from 0.5.0 to 0.5.1 by @dependabot in #10127
New Contributors
Full Changelog: v2.14.2...v2.15.0