Skip to content

Releases: openfaas/faas-cli

Rename read-only fs option to readonly_root_filesystem

01 Aug 14:49
Compare
Choose a tag to compare

The YAML file option for specifying that a function should be read-only is now readonly_root_filesystem

Support extended --tag syntax, read-only fs and assorted fixes.

31 Jul 12:27
Compare
Choose a tag to compare

Changelog:

  • Command store deploy still returns 0 when deploy failed
    #473 by martindekov

  • Extend last PR to make store deploy return proper status code
    #476 by martindekov was merged 5 days ago

  • Fix a possible race between wg.Add and wg.Wait new-contributor
    #470 by rosti

  • Extend --tag=branch which tags image with branch and sha
    #465 by martindekov

  • faas-cli store deploy - deploys wrong image with mismatched name
    #466 by alexellis

  • Add ReadOnlyRootFilesystem to the schema
    #439 by LucasRoesler

  • Add exit code 1 for functions that exit with status different than 200 or 202
    #445 by martindekov

Also closed #443 #401

Fixes for registry auth on Swarm with GitLab extended repos

21 Jul 18:28
Compare
Choose a tag to compare

Changelog

  • Fixes for registry auth on Swarm with GitLab extended repos via #453 @johnmccabe

Version command and welcome messages on new functions

17 Jul 15:41
Compare
Choose a tag to compare

Changelog:

🎉

Fix bug in login command

07 Jul 21:18
Compare
Choose a tag to compare

The login command was not honouring the OPENFAAS_URL env-var for setting the gateway. This release fixes that behaviour.

Build to generate hashes

30 Jun 16:24
Compare
Choose a tag to compare

Includes PR via @rgee0 for creating hashes of release artifacts.

Enable functions needing native modules

23 Jun 15:34
Compare
Choose a tag to compare

This change enables build_option which allows functions to optionally add native modules by including a C/C++ build toolchain. See docs PR openfaas/docs#32 for more

Introduces cloud sub-command

05 Jun 19:56
Compare
Choose a tag to compare

Cloud sub-command is for use with openfaas-cloud and includes the ability to seal secrets using kubeseal

  • #416 Add cloud sub-command for sealing secrets

See README.md for usage.

Minor fixes for build/deploy commands

15 May 12:49
Compare
Choose a tag to compare

Make sending registry auth optional

25 Apr 09:46
Compare
Choose a tag to compare
Pre-release

Includes:

  • Make sending registry auth optional #388

Enables flag --send-registry-auth for Docker Swarm with private repos. This isn't needed for Kubernetes so it's going behind a flag.