Skip to content

Releases: openfaas/faas-cli

Secrets support at deploy time

12 Oct 20:14
Compare
Choose a tag to compare
Pre-release

This release adds secret support at deploy time in YAML or via --secret flag.

Related: openfaas/faas-netes#54

Go template

06 Oct 18:29
Compare
Choose a tag to compare

Thanks to Nic + Community for Go template.

0.4.18 release bump

09 Oct 10:32
Compare
Choose a tag to compare

Added Go templates:

faas-cli new --lang go FUNCTION_NAME

Merge community changes

05 Oct 07:50
Compare
Choose a tag to compare
Pre-release
  • Removes --name parameter from new and invoke.
  • Adds integration tests

Include parameter change to `invoke`

01 Oct 20:54
Compare
Choose a tag to compare

Rolled up changes and coloured logo

29 Sep 14:48
Compare
Choose a tag to compare
Add blue colour to new and version commands

Signed-off-by: Alex Ellis <[email protected]>

Alpha release of changed namespaces.

26 Sep 11:11
Compare
Choose a tag to compare
Pre-release

Alpha release of changed namespaces.

Parallel builds via --parallel N

24 Sep 08:45
Compare
Choose a tag to compare
Pre-release

Now you can build N functions at once with:

$ faas-cli build -f stack.yml --parallel N
  • Supports --update for deployments

Save time by using faas-cli deploy --update --replace=false with supported back-ends

ARM64 binary and Python3 official template

23 Sep 13:40
Compare
Choose a tag to compare
  • ARM64 binary
  • Python3 official template

Alpha release with ARM64 support

22 Sep 11:24
Compare
Choose a tag to compare
0.4.15-alpha1

Update .travis.yml