Skip to content

Releases: openfaas/faas-cli

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

Add FAAS_DEBUG for printing HTTP requests sent to the gateway

07 Feb 16:14
Compare
Choose a tag to compare

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

19 Jan 16:31
fea2bf5
Compare
Choose a tag to compare

Changelog for 0.15.6:

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

15 Dec 20:24
Compare
Choose a tag to compare

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

10 Nov 07:59
Compare
Choose a tag to compare

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

04 Nov 08:29
Compare
Choose a tag to compare
Pre-release

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

02 Nov 12:16
Compare
Choose a tag to compare

Changelog for 0.15.2:

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

02 Nov 09:24
Compare
Choose a tag to compare

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