Skip to content

Releases: openfaas/faas-cli

Fixes for the --watch flag for faas-cli up and Dockerfile template used with localrun

30 Jun 11:36
Compare
Choose a tag to compare

Changelog for 0.16.10:

Commits
d240045 Note on why localrun can't support --watch yet by @alexellis
c1b41ac Fix for localrun when Dockerfile defines fprocess by @alexellis
febb152 Ignore swx files by @alexellis
aa01d79 Make md5 hashes for digest more stable by @alexellis
8d5e23c Fixes for the --watch flag for faas-cli up by @alexellis
839ca64 Fix --tag digest for generate command by @alexellis

Changes: 0.16.9...0.16.10

Generated by Derek

Add --tag digest to commands that work with images

29 Jun 07:38
Compare
Choose a tag to compare

Changelog for 0.16.9:

Commits
cfbfce6 Add --tag digest flag to faas-cli generate by @alexellis
3af5f4d Initial version of generating SHA from function source by @alexellis
a982889 add new watch flag for up command by @NikhilSharmaWe

Changes: 0.16.8...0.16.9

Generated by Derek

Promote local run out of experimental stage

20 Jun 14:09
Compare
Choose a tag to compare

Changelog for 0.16.8:

Commits
c032c69 Promote local run out of experimental stage by @alexellis
f069163 Return identifiable error conditions by @welteki

Changes: 0.16.7...0.16.8

Generated by Derek

Migrate to Go 1.20 and update docker/moby versions

06 Jun 14:47
Compare
Choose a tag to compare

Changelog for 0.16.7:

Commits
2b40a5a Update to Go 1.20 and upgrade internal dependencies by @alexellis
41da629 Move to moby's term package by @alexellis
fe3511e Update external dependencies by @alexellis
6406ee9 Remove ioutil for io and os by @alexellis

Changes: 0.16.6...0.16.7

Generated by Derek

Add new --remote-builder flag for remote builds via the Function Builder API

02 Jun 15:26
Compare
Choose a tag to compare

Changelog for 0.16.6:

  • PR #961 Add new --remote-builder flag for remote builds via the Function Builder API by @NikhilSharmaWe

Commits
5190205 Add remote-builder flag to publish and up command by @NikhilSharmaWe

Changes: 0.16.5...0.16.6

Generated by Derek

Add options field to auth section in config file

01 Jun 09:01
Compare
Choose a tag to compare

Changelog for 0.16.5:

  • PR #964 Add options field to auth section in config file by @welteki
  • PR #963 Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot[bot]

Commits
d7f8ff9 Add options section to auth config by @welteki
172b7cd Bump github.com/docker/distribution by @dependabot[bot]

Changes: 0.16.4...0.16.5

Generated by Derek

Add new build flag for local-run command

17 May 08:40
Compare
Choose a tag to compare

Changelog for 0.16.4:

Commits
2ca3f90 add new build flag in local-run command by @NikhilSharmaWe

Changes: 0.16.3...0.16.4

Generated by Derek

Add template sorting/filtering and detail to describe command for functions

04 Apr 11:01
Compare
Choose a tag to compare

Changelog for 0.16.3:

Commits
0b1e92b Make store describe command more useful by @alexellis
de0f17e Update recommended status for the template store describe command by @alexellis
526a7a0 Bump recommended templates to the top of the file by @alexellis

Changes: 0.16.2...0.16.3

Generated by Derek

Add fprocess to generated CRDs and fix indentation

21 Mar 18:37
Compare
Choose a tag to compare

Notes from @alexellis:

  • The faas-cli generate command was not importing the required environment variables such as fprocess - so the env function store image for instance was failing to deploy via faas-cli generate --from-store env
  • Indentation for generated YAML and the $HOME/.openfaas/config.yaml file were both being set with spaces instead of the more usual - a visual thing, but also four spaces looks unusual for Kubernetes YAML

Changelog for 0.16.2:

  • PR #956 Add fprocess to generated CRDs and fix indentation by @alexellis

Commits
c337049 Add fprocess to generated CRDs and fix indentation by @alexellis

Changes: 0.16.1...0.16.2

Generated by Derek

Fix issue in "store deploy" command where env-vars were ignored

13 Mar 16:37
Compare
Choose a tag to compare

Changelog for 0.16.1:

Commits
2fd2848 Fix env-vars for store deploy by @alexellis

Changes: 0.16.0...0.16.1

Generated by Derek