Skip to content

v1.2.11

Compare
Choose a tag to compare
@ColinChartier ColinChartier released this 12 Jul 16:02
· 79 commits to master since this release

Bugs

  • If deploy/in or deploy/out didn't exist at deploy-time, they would be created read-only and owned by root
  • sanic deploy would break localdev environments if you defined resources in the kube-system namespace

Features

  • Configuration allows a "ignoreDirs" option for building, to exclude folders with lots of files (for performance) or with dockerfiles that shouldn't be built
  • There is a global "commands:" block to define default commands common to all environments.