Skip to content

v1.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 07:01
· 14 commits to refs/heads/main since this release
7930f74

What's Changed

  • Get runtimes from cli @leofvo (#39)
  • Improve function creation using CLI @thomasgouveia (#37)
  • feat: add logger @thomasgouveia (#36)
  • feat: add configuration to the CLI @thomasgouveia (#35)
  • 32 enhancement remove workspace folder and build name @JeremyLARDENOIS (#33)
  • feat: Implement rust runtime @JeremyLARDENOIS (#30)
  • refactor: optimize code and support relative working dir @leofvo (#31)
  • feat: create and handle .morty/config.json @JeremyLARDENOIS (#23)
  • fix: check if user is root in build command and update doc @mflagey (#29)
  • feat: support go runtime @leofvo (#22)
  • docs: update readme to fit new registry @leofvo (#25)
  • refactor: use custom registry to store rootfs @leofvo (#24)
  • refactor: change build function to match new needs @mflagey (#21)
  • fix: refuse function name with space @JeremyLARDENOIS (#18)
  • feat: add ext4 image upload after build @mflagey (#9)
  • feat: revert changes if template fetching fail @leofvo (#15)
  • feat: add dynamic rootfs size @croumegous (#12)

Features

Fixes

  • Update list functions payload from Gateway @thomasgouveia (#58)
  • fix: add error handling to resourceUri deserialization @mflagey (#52)
  • fix: sanitize url when context is added @mflagey (#50)
  • fix: update invoke function parsing to JSON native string @thomasgouveia (#47)

Documentation