Releases: openfaas/faas-cli
Migrate to Go 1.20 and update docker/moby versions
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
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
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
Changelog for 0.16.4:
- PR #959 Add new build flag for local-run command by @NikhilSharmaWe
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
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
Notes from @alexellis:
- The
faas-cli generate
command was not importing the required environment variables such asfprocess
- so theenv
function store image for instance was failing to deploy viafaas-cli generate --from-store env
- Indentation for generated YAML and the
$HOME/.openfaas/config.yaml
file were both being set with
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
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
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
Improvements for local-run command
Changelog for 0.15.8:
- PR #950 Local run improvements by @alexellis
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