Releases: openfaas/faas-cli
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
Add FAAS_DEBUG for printing HTTP requests sent to the gateway
Changelog for 0.15.7:
Commits
d18c161 Print debug info about HTTP requests via FAAS_DEBUG by @alexellis
Changes: 0.15.6...0.15.7
Generated by Derek
Add local-run command
Changelog for 0.15.6:
- PR #949 chore: ensure we always ignore the .secrets folder by @LucasRoesler
- PR #946 feat: add run command for local testing by @LucasRoesler
- PR #948 Fix registry-login command for ecr by @welteki
Commits
fea2bf5 Update publish.yaml by @alexellis
5900fe4 chore: ensure we always ignore the .secrets folder by @LucasRoesler
da9beb6 Tell users to turn on experimental to use local-run by @alexellis
13d615b Mentin that auth moved to the pro plugin by @alexellis
90820b2 Require experimental flag for use by @alexellis
6ada4ad feat: add run command for local testing by @LucasRoesler
ebad384 Update publish.yaml by @alexellis
fa889b2 Fix docker login in publish actions by @alexellis
b2d4f17 Fix publish job by @alexellis
1be815b Fix registry-login command for ecr by @welteki
fe4fdc7 Rename error variables by @alexellis
37d4f05 Provide validation for ecr flag in registry-login command by @alexellis
Changes: 0.15.5...0.15.6
Generated by Derek
Fix for rendering functions with null annotations
Changelog for 0.15.5:
Commits
3c6d2a6 Fix issue where API returns no annotations by @alexellis
f7695fc Fix bad error handling by @alexellis
Changes: 0.15.4...0.15.5
Generated by Derek
Update for CE commands
Changelog for 0.15.4:
Commits
0074051 Move auth commands to pro plugin by @alexellis
Changes: 0.15.3...0.15.4
Generated by Derek
Allow plugins with any name
Changelog for 0.15.3:
Commits
c96c653 Enable additional plugin names by @alexellis
7ee80e6 Rename errors to err by @alexellis
Changes: 0.15.2...0.15.3
Generated by Derek
Release for ARM64 Darwin
Changelog for 0.15.2:
- PR #943 Add support for arm64 architecture on darwin by @nitishkumar71
Commits
addf6bb add support for arm64 architecture on darwin by @nitishkumar71
Changes: 0.15.1...0.15.2
Generated by Derek
Automatically get OS and Arch for downloading plugins
Changelog for 0.15.1:
- PR #942 Use arkade archive package to untar plugins and automatically get os and arch for plugin downloads by @welteki
Commits
ecffc62 Switch to arkade archive package for reading tar files by @welteki
68a9df3 Get arch and os for plugin command by @welteki
Changes: 0.15.0...0.15.1
Generated by Derek