0.12.0
This might contain the most community contributions yet!
What's Changed
- fix(up): match locally-built multi-path images so pull is skipped by @Cyb3rDudu in #79
- fix(build): resolve dockerfile path relative to build context, not compose dir by @Cyb3rDudu in #78
- fix(up): allow entrypoint and command together, place --entrypoint before image by @Cyb3rDudu in #80
- fix(parsing): accept list-form environment (- KEY=value) alongside map form by @Cyb3rDudu in #83
- fix(up): stop pinning a CPU core during foreground wait by @Cyb3rDudu in #82
- fix(up): forward single-file bind mounts to
container runby @csaller in #94 - fix(parsing): support map form of depends_on with condition syntax by @24601 in #75
- Refactor compose file flag into shared OptionGroup for
up,down, andbuild. by @Mcrich23 in #98
New Contributors
- @Cyb3rDudu made their first contribution in #79
- @csaller made their first contribution in #94
- @24601 made their first contribution in #75
Full Changelog: 0.11.0...0.12.0