v1.3.0
⚠️ Warning notice ⚠️
This release introduced a breaking change via this PR.
Your Compose implementation will recreate new resources (networks, volumes, secrets, configs...) with new names and try to connect/use to this new created resources instead of your existing ones!
What's Changed
- Ignore variable names starting with numbers by @ulyssessouza in #284
- Add missing LinkLocalIPs to ServiceNetworkConfig by @floatingstatic in #289
- Add 'default' value in case of presence of a variable by @ulyssessouza in #291
- Fix lookup precedence by @ulyssessouza in #280
- Add "nakedret" to the linters to put dotenv in conformity by @ulyssessouza in #287
- Upgrade dependencies to latest by @milas in #293
- Fix interpolation error msg output by @ulyssessouza in #292
- Ensure compatibility for all supported Go versions by @milas in #295
- Use '-' as default separator and support of compatibility mode by @glours in #294
New Contributors
- @floatingstatic made their first contribution in #289
- @milas made their first contribution in #293
Full Changelog: v1.2.9...v1.3.0