Skip to content

0.12.0

Choose a tag to compare

@Mcrich23 Mcrich23 released this 30 May 19:48
0.12.0
b95d677

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 run by @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, and build. by @Mcrich23 in #98

New Contributors

Full Changelog: 0.11.0...0.12.0