What's Changed
✨ Enhancements
- Add
oom_score_adj
field to service definition (#10019) - Add
mode
field fortmpfs
mount permissions (#10031)
🐛 Fixes
- Only stop services started by up when interrupted (#10028)
- Load implicit profiles for targeted services (#10025)
- Do not require
service.build.platforms
to be set if service.platform is set (#10017) - Use plain output during buildx image builds if
--ansi=never
is set (#10020) COMPOSE_IGNORE_ORPHANS
environment variable now behaves more consistently (#10035)- Fix image name separator in convert (#9904)
- Fix run on services using
network_mode: service:NAME
(#10036)
🔧 Internal
- Upgrade compose-go to v1.8.0 (#10031)
- Build with Go 1.19.3 (#10037)
- Change default branch for docs repository (#10016)
- Additional E2E test coverage and reliability improvements (#10025, #10032)
Changelog
- change the default branch of the doc repository by @glours in #10016
- configure buildx for plain output if --ansi=never has been set by @ndeloof in #10020
- useDockerDefaultOrServicePlatform fct should return service.platform if defined by @glours in #10017
- implement support for oom_score_adj by @ndeloof in #10019
- Fix grammatical issues by @umarfchy in #9997
- only stop services started by
up
on interruption by @ndeloof in #10028 - pass services list to projectOrName function to add profiles for targeted services by @glours in #10025
- Broken Link fixed in compose docs by @NitishKumar06 in #10000
- move image digests resolution to backend by @ndeloof in #10026
- fix"convert --images" output to right format by @Windforce17 in #9904
- use StringToBool to detect COMPOSE_IGNORE_ORPHANS by @ndeloof in #10035
- Fix replacing "service:x" with "container:y" by @i-ky in #10036
- test: speed up Cucumber stop test by @milas in #10032
- schema: add support for tmpfs.mode in mount definition by @milas in #10031
- ci: upgrade to Go 1.19.3 & bump deps by @milas in #10037
New Contributors
- @umarfchy made their first contribution in #9997
- @NitishKumar06 made their first contribution in #10000
- @Windforce17 made their first contribution in #9904
- @i-ky made their first contribution in #10036
Full Changelog: v2.13.0...v2.14.0