Releases: openfaas/faas-cli
Misc fixes
Private registries for Docker Swarm
- Fix yaml case sensitivity around Dockerfile templates #383 @rgee0
- Add external Docker registry authentication support via arguments/YAML #372
To use a private repo with Docker Swarm then first type in docker login
then when you deploy from a private repository your credentials will be passed over the wire. For this reason it is important to use HTTPS with your gateway.
Add --build-arg to faas-cli build command
Allow Gateway URL override in env-var: OPENFAAS_URL
Notes:
- Allows Gateway URL override in env-var: OPENFAAS_URL
I.e. you can add export OPENFAAS_URL=127.0.0.1:31112
to your .bash_rc
file on Linux
Priority is explained in the README.md file
- 127.0.0.1 is the new default URL
The default host of localhost is replaced for 127.0.0.1 to avoid issues with IPv6 aliases on some Linux systems
Adds new flags to invoke and new commands
--async
flag forfaas invoke
#340--header
flag forfaas invoke
#333- optional username
--prefix
forfaas new
#339
Release contributors @johnmccabe @kenfdev @viveksyngh
Minor release for bug fix
faas template pull
was not picking up the default repository.
Fixes brew
build - #313
Tweaks to Function Store commands
- Store command can accept -u or --url to provide an alternative JSON file.
Pull templates from private Git repos
Append http prefix to the gateway URL when missing #281 @stefanprodan
Pull templates from Git repos, including private #274 @LucasRoesler
Add Function Store to the CLI #265 @amirkarimi
Dockerfile as a language #275 @itscaro
use docker/pkg/term to correct colored texts on Windows #290 @itscaro
Bump Golang 1.9.2 #283 @itscaro
Moved vendoring tool to dep. #282 @dungeonmaster18
December patches
Changelog notes:
- Use original file-mode from templates/source @ganesshkumar
- get.sh uses non-root @rgee0
- CPU limit support @nicholasjackson
- Automatic update (rather than delete/re-create) for existing functions @ericstoekl
- Use external template repository openfaas/templates @alexellis
- Error message refactoring @itscaro