Closed issues:
faas-cli deploy
needs to reset constraints array after each function deploy in stack YAML #218
0.4.31 (2017-11-11)
Implemented enhancements:
- Proposal: Set default gateway value for executable #196
- Version logo colour clashes with Powershell blue background #149
- Proposal: Default to a 'well-known' named stack file #71
Fixed bugs:
faas-cli new --help
shows a --name flag #151
Closed issues:
- Separate version from command version #208
- Versioning #204
- Add
--all
option tofaas-cli rm
to quickly remove all functions #203 - Use strict parsing for --gateway flag #185
- Proposal Enable basic auth for CLI #178
- python3 template proposal #163
- Create and manage .gitignore file for function templates #127
- Add tests for a dummy endpoint #45
Merged pull requests:
- Don't re-use constraints for each function #219 (alexellis)
- Command Version Separation #209 (Lewiscowles1986)
- build_test: Update the Copyright #206 (nenadilic84)
- Scan for license compliance during build #205 (alexellis)
0.4.3b (2017-11-04)
0.4.30 (2017-11-04)
0.4.3a (2017-11-03)
0.4.3 (2017-11-03)
Closed issues:
Merged pull requests:
- Restore Stefan as author of commits in Git #202 (alexellis)
- Update tests for invalid --gateway URL to use got/want in error message #199 (ericstoekl)
- Add error handling for calls to http.NewRequest() in package proxy #198 (ericstoekl)
- Enable non-zero-exit in case of an error while running "build" #195 (nenadilic84)
- Update deletion error handling #192 (alexellis)
- [Testing] Support Basic Auth for multiple gateways #182 (stefanprodan)
0.4.20 (2017-10-27)
Fixed bugs:
- The CLI is setting fprocess to
node index.js
on deploy by default, ignoring the value set in images #169
Closed issues:
- faas-cli build to select architecture automatically #176
- curl / faas-cli etc hangs with IPv6 entry for localhost #164
0.4.19c (2017-10-26)
0.4.19b (2017-10-26)
Merged pull requests:
0.4.19 (2017-10-23)
Fixed bugs:
- Homebrew test block fails with 0.4.18c #175
Merged pull requests:
- Add label support #184 (alexellis)
- Mile high commit - adds --query flag to CLI, but not to YAML #173 (alexellis)
- Add timeouts for HTTP clients #165 (alexellis)
- [WIP] non-root user for NodeJS template #83 (austinfrey)
0.4.18d (2017-10-16)
Merged pull requests:
0.4.18c (2017-10-16)
Merged pull requests:
- Fixes --gateway override which was ignored when using YAML #174 (alexellis)
- Remove language default and fix command flags #170 (johnmccabe)
0.4.18b (2017-10-12)
0.4.18a (2017-10-12)
Closed issues:
- faas-cli deploy -f sample.yml failing to start #156
- faas-cli: not deploying to my pi swarm #148
- Golang Template Dockerfile tests Vendor Package #146
- Fail "build" if Docker CLI throws an error #138
- Proposal: Add template for golang functions #79
Merged pull requests:
- Add named secrets #161 (alexellis)
- Golang ARMHF template #160 (alexellis)
- Add missing deps to vendor.conf #158 (johnmccabe)
- Fix environment file example #157 (developius)
- Replace console.log with process.stdout.write for Node templates #153 (developius)
- Update asciinema demo #152 (developius)
- Use green logo on windows #150 (johnmccabe)
- Amend golang template Dockerfile so that go test ignores vendor fixes #146 #147 (rgee0)
0.4.18 (2017-10-06)
0.4.18-alpha1 (2017-10-06)
Closed issues:
- Error deploying faas-cli #144
Merged pull requests:
- Add Go template capability for creating functions #145 (nicholasjackson)
- Default to stack.yml when no --yaml flag given #126 (nicholasjackson)
0.4.18-alpha (2017-10-05)
Implemented enhancements:
- Print error message when --filter or --regex returns no matches #124
Closed issues:
- How do I monitor resource utilization? #140
- Hacktoberfest: Alter verb invoke to take positional argument #134
- Add colour to "faas-cli new" command #129
- Use multi-stage build and dotnet publish for C# #53
Merged pull requests:
- Error checking for cli exec-commands #139 (shorsher)
- Update .gitignore when generating templates #137 (viveksyngh)
- Alter-invoke-verb #135 (gardlt)
0.4.17 (2017-10-01)
Closed issues:
- Hacktoberfest - move from --name parameter to positional arg #133
Merged pull requests:
0.4.16 (2017-09-29)
Closed issues:
- Proposal - Include
ls
alias for faas-cli list #122 - Canonical repository URL does not match Go import #116
- faas-cli push made it so that I couldn't update my container #114
Merged pull requests:
- Push in parallel #142 (alexellis)
- Print error message when no matches are found by --filter or --regex flag #125 (ericstoekl)
- Use PUT verb for function updates and update messages #123 (johnmccabe)
0.4.16-alpha (2017-09-25)
Merged pull requests:
- Updated contributing.md with new openfaas path #119 (tripdubroot)
- Add
ls
alias forfaas-cli list
command #118 (ericstoekl) - Migrate all imports/references to OpenFaaS org #117 (johnmccabe)
0.4.15a (2017-09-24)
Merged pull requests:
0.4.15 (2017-09-23)
Merged pull requests:
0.4.15-alpha1 (2017-09-22)
0.4.15-alpha (2017-09-22)
Implemented enhancements:
- Proposal - filter functions in stacks #60
Closed issues:
- Proposal: Use constant to declare default gateway #101
- Cli: open ./template/python: no such file or directory error #99
- CLI can't successfully deploy to 'custom' named stack #96
- Proposal - automate adding cli binaries to Github release on tag #67
- Support overriding function's Dockerfile #15
Merged pull requests:
- Parallel build functionality #113 (alexellis)
- Tests with mocked server & tests for commands and proxy directories #112 (itscaro)
- Support ARM64 for Packet #109 (alexellis)
- Add tag into version command and shorten SHA1 #104 (itscaro)
0.4.14 (2017-09-15)
Closed issues:
- Proposal: Improve version command #105
- Proposal: Do a gofmt verification before build #95
- Add Clojure as supported language #89
Merged pull requests:
- Use constant for default gateway strings #102 (itscaro)
- Allow to override the network name from CLI #100 (itscaro)
- Make gofmt fail builds #93 (itscaro)
0.4.14-alpha (2017-09-12)
Fixed bugs:
- build action template download/extraction fails on Windows #94
Closed issues:
0.4.13-alpha (2017-09-08)
Implemented enhancements:
Merged pull requests:
0.4.12 (2017-09-05)
Implemented enhancements:
- Proposal: Add 'list' command to the CLI #73
Merged pull requests:
- Added basic filter functionality with regex search in stack.ParseYAML #78 (ericstoekl)
- Assorted minor fixes while testing new faas-cli subcommands #77 (johnmccabe)
0.4.11 (2017-09-04)
Merged pull requests:
0.4.10 (2017-09-04)
Fixed bugs:
- GitCommit in commands package not being updated at build time #62
- Issue - function sub-folders are not copied recursively #59
Closed issues:
- Proposal: auto-completion / Cobra CLI #17
Merged pull requests:
- Build and deploy all platforms to Github on tag - fixes #67 #68 (johnmccabe)
- Remove master.zip file after building function with faas-cli build #66 (ericstoekl)
- Fix importpath in Go linker -X ldflag - fixes #62 #63 (johnmccabe)
- Added recusion to handler copy + debugPrint fn #61 (rgee0)
0.4.9 (2017-08-31)
Closed issues:
- Update fwatchdog to 0.6.1 and update command help message #56
0.4.9-beta (2017-08-27)
0.4.9-alpha (2017-08-27)
Closed issues:
- Should have - "Custom" template type #29
Merged pull requests:
- Merge header notice from MIT to newly refactored files #58 (alexellis)
- Update fwatchdog to 0.6.1 and correct help message for "action" option #57 (itscaro)
0.4.8 (2017-08-27)
Closed issues:
- on faas-cli -action deploy: dial tcp 127.0.0.1:8080: getsockopt: connection refused #49
- Docs using ./faas-cli instead of faas-cli #48
- Refactor: app.go into separate packages/files #43
- Enhancement - CLI should support function deletion #42
- Bump Golang version to 1.8.x #40
Merged pull requests:
- Allow Dockerfile language #52 (alexellis)
- Update to Golang 1.8.3 #51 (alexellis)
- Migrate CLI to Cobra and add initial bash completion : fixes #17 #50 (johnmccabe)
- Refactor app.go into packages/files #44 (alexellis)
- Enable -delete as an action #41 (alexellis)
- Migrate dependency management from glide to vndr #39 (johnmccabe)
- Added syntax highlighting #38 (morsik)
- Update get.sh to determine latest full release from Github #37 (johnmccabe)
- Add bump-formula-pr to Brew update steps #36 (johnmccabe)
0.4.7 (2017-08-16)
Merged pull requests:
0.4.5-b (2017-08-10)
0.4.6 (2017-08-10)
Merged pull requests:
0.4.5 (2017-08-08)
Closed issues:
- Templating should use the --squash parameter for docker build #23
- -action build should copy sub-folders into template #18
- cli hanging on deploy command #16
- faas-cli --help should give some fully worked examples #14
- Idea - Utility script for installation from binary #11
Merged pull requests:
- Update samples to have DNS-sanitized names #25 (alexellis)
- Added squash flag & associated fixes #24 (rgee0)
- Added copyTree function and replaced the template copyFiles calls #21 (rgee0)
- Adding instructions to install faas-cli #20 (jmkhael)
0.4 (2017-06-23)
0.3 (2017-06-23)
0.2 (2017-06-01)
Merged pull requests:
- Add -skipBuild flag for non-built images #10 (alexellis)
- Add 'push' action and -f for URLs #9 (alexellis)
- Merge samples master #7 (alexellis)
- Rename samples #6 (alexellis)
- Support YAML #5 (alexellis)
- Move from exec/bash to Go native copy/mkdir commands. #4 (alexellis)
- Support Python as a target language, Node as default. #1 (alexellis)
0.1-alpha (2017-04-14)
* This Change Log was automatically generated by github_changelog_generator