Skip to content

Releases: morty-faas/cli

v1.2.0-RC2

14 May 09:32
Compare
Choose a tag to compare

This release is a candidate for future major release v1.2.0. More improvements, fixes and features will be added in the future through another candidate release.

Highligths

  • New version command printing useful information for debugging purposes
  • In verbose mode, timing are displayed for the invoke function

What's Changed

Features

v1.2.0-RC1

12 May 11:10
Compare
Choose a tag to compare

This release is a candidate for future major release v1.2.0. More improvements, fixes and features will be added in the future through another candidate release.

Highlights

  • 🚀 Ensure compatibility with Morty v1.1.0-RC1 to be able to version functions

What's Changed

Features

v1.1.0

26 Apr 09:20
Compare
Choose a tag to compare

What's Changed

  • chore: bump github.com/spf13/cobra from 1.6.1 to 1.7.0 @dependabot (#4)

Features

Documentation

v1.0.3

25 Apr 07:01
7930f74
Compare
Choose a tag to compare

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

v1.0.0

25 Apr 06:06
0f84d13
Compare
Choose a tag to compare

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