Releases: openfaas/faas-cli
Support custom community templates
- Support custom community templates via #220 @ericstoekl @itscaro
faas-cli template pull
faas-cli new --list
Fixes for CLI
Tagging for brew.
Shrink-wrap for build Signed-off-by: Alex Ellis <[email protected]>
Enable shrinkwrap for templated images
Shrinkwrap writes out a set of intermediary files which can be used for CI/CD to build your function.
Basic authentication support
Highlights:
- Basic authentication support #182 via @stefanprodan
Huge props to @stefanprodan for PR and to #teamserverless for reviewing and testing. @johnmccabe @ericstoekl @Lewiscowles1986 @nenadilic84
$ faas-cli login --user admin --password-stdin
enter your password
With this change we introduce a new config file in your $HOME directory - .openfaas/config.yml
To remove credentials use faas-cli logout
.
Re-enable suppress_lock flag
Re-enable suppress_lock flag as optional way to bypass writing a lock file for healthchecks.
New template for plain "Dockerfile"
New template for plain "Dockerfile" based upon AlpineLinux.
Non-root merged for Node.js
Fixes for overriding Gateway
Gateway override parameter
Release allows --gateway as override parameter for list
and invoke
verbs.
Extended timeouts
Extended timeouts for function calls between 60 and 120 seconds.
Support Labels for functions
Support Labels for functions