v1.18.3
🐛 Fixes
- Fix for "no such service" errors when using
include
and profiles (#448) - Fix for
.env
overrides when usinginclude
(#449)
✨ Features
- Support for multi-document YAML files (#451)
🔧 Internal
- Do not read
COMPOSE_PROFILES
env var in load stage (#446)- NOTE: If you are using
compose-go
as a library, when loading a project, useWithDefaultProfiles
to mimic default Compose behavior with a fallback toCOMPOSE_PROFILES
orWithProfiles
if reading from the OS environment is not desirable
- NOTE: If you are using
What's Changed
- include disabled services by @ndeloof in #448
- local environment to override included .env by @ndeloof in #449
- load: move env var profile detection to option by @milas in #446
- add support for multi-document yaml by @ndeloof in #451
Full Changelog: v1.18.2...v1.18.3