Skip to content

Releases: openfaas/faas-cli

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

Upgrade to v3 YAML package and Go 1.19, changes to whitespace in generated Custom Resources

23 Feb 11:57
Compare
Choose a tag to compare

Changelog for 0.16.0:

Commits
5c6e347 Format for Go 1.19 by @alexellis
600ae24 Upgrade to v3 YAML package and Go 1.19 by @alexellis

Changes: 0.15.9...0.16.0

Generated by Derek

Add .secrets to the .gitignore file when using faas-cli local-run

08 Feb 17:43
Compare
Choose a tag to compare

Changelog for 0.15.9:

  • PR #951 Reintroduce gitignore update in local-run by @welteki

Commits
45c1d90 Reintroduce gitignore update in local-run by @welteki

Changes: 0.15.8...0.15.9

Generated by Derek

Improvements for local-run command

08 Feb 11:23
Compare
Choose a tag to compare

Changelog for 0.15.8:

Commits
160fd87 Update help info for plugin command by @alexellis
02ce455 Improve user-experience for local run by @alexellis
c78e5ce Note on FAAS_DEBUG in README by @alexellis

Changes: 0.15.7...0.15.8

Generated by Derek