Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 16:16
c5d31c5

⚠ BREAKING CHANGES

  • change envVars to env in func.yaml (#316)

Features

  • add support for annotations in func.yaml (#314) (5feb0e2)
  • add/improve spinner for build and deploy (#322) (857b0fd)
  • create templates archive on go generate (63b7f11)
  • function name matches KService name (#317) (541e858)
  • positive error when runtimme or template unrecognized (acc56b0)
  • preserve file modes using in-memory tar FS (7dc772e)
  • support windows paths in embedded templates FS (c2b2168)
  • usage of local evnvvar in func cfg file (7f8e595)

Bug Fixes

  • added checks on delete command test for lint (94e387c)
  • default for --builder flag (06455f4)
  • func delete with explicity name as argument (#323) with strict validation (8ab0ba2)
  • lint issues (895872a)

Code Refactoring