Releases: openfaas/faas-cli
Fixes for the --watch flag for faas-cli up and Dockerfile template used with localrun
Changelog for 0.16.10:
- PR #969 Fixes for the --watch flag for faas-cli up by @alexellis
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
Changelog for 0.16.9:
- PR #967 Generate SHA digest for image tags for faas-cli commands by @alexellis
- PR #962 add new watch flag for up command by @NikhilSharmaWe
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
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
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