v1.18.3
🐛 Fixes
- Fix for "no such service" errors when using
includeand profiles (#448) - Fix for
.envoverrides when usinginclude(#449)
✨ Features
- Support for multi-document YAML files (#451)
🔧 Internal
- Do not read
COMPOSE_PROFILESenv var in load stage (#446)- NOTE: If you are using
compose-goas a library, when loading a project, useWithDefaultProfilesto mimic default Compose behavior with a fallback toCOMPOSE_PROFILESorWithProfilesif 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