Releases: openfaas/faas-cli
Fix remote-builder flag example
Changelog for 0.16.13:
Commits
869d236 Update dependencies for go.mod by @alexellis
287cd23 Fix remote-builder flag example by @welteki
Changes: 0.16.12...0.16.13
Generated by Derek
Move namespace into body for delete and scale endpoint
Changelog for 0.16.12:
Commits
e625c75 Move namespace into body for scale function by @alexellis
c7114c1 Pass namespace via body for function deletion by @alexellis
Changes: 0.16.11...0.16.12
Generated by Derek
Implement --watch for local-run with cancellation support
Changelog for 0.16.11:
- PR #970 Implement --watch for local-run with cancellation support by @alexellis
Commits
a927085 Enable switching out to publish + deploy by @alexellis
f152b34 Run initial command in a go routine by @alexellis
590cc9b Move reload message for up command by @alexellis
8f99286 Fix debounce from 1500s to 1500ms by @alexellis
4c08402 Implement --watch for localrun with cancellation support by @alexellis
Changes: 0.16.10...0.16.11
Generated by Derek
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