Skip to content

Latest commit

 

History

History
434 lines (283 loc) · 25.8 KB

CHANGELOG.md

File metadata and controls

434 lines (283 loc) · 25.8 KB

Change Log

Full Changelog

Closed issues:

  • faas-cli deploy needs to reset constraints array after each function deploy in stack YAML #218

0.4.31 (2017-11-11)

Full Changelog

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 to faas-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:

0.4.3b (2017-11-04)

Full Changelog

0.4.30 (2017-11-04)

Full Changelog

0.4.3a (2017-11-03)

Full Changelog

0.4.3 (2017-11-03)

Full Changelog

Closed issues:

  • derek test this #193
  • Dependency resolution within template Dockerfiles #191

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)

Full Changelog

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)

Full Changelog

0.4.19b (2017-10-26)

Full Changelog

Merged pull requests:

0.4.19 (2017-10-23)

Full Changelog

Fixed bugs:

  • Homebrew test block fails with 0.4.18c #175

Merged pull requests:

0.4.18d (2017-10-16)

Full Changelog

Merged pull requests:

0.4.18c (2017-10-16)

Full Changelog

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)

Full Changelog

0.4.18a (2017-10-12)

Full Changelog

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:

0.4.18 (2017-10-06)

Full Changelog

0.4.18-alpha1 (2017-10-06)

Full Changelog

Closed issues:

  • Error deploying faas-cli #144

Merged pull requests:

0.4.18-alpha (2017-10-05)

Full Changelog

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:

0.4.17 (2017-10-01)

Full Changelog

Closed issues:

  • Hacktoberfest - move from --name parameter to positional arg #133

Merged pull requests:

0.4.16 (2017-09-29)

Full Changelog

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:

0.4.16-alpha (2017-09-25)

Full Changelog

Merged pull requests:

0.4.15a (2017-09-24)

Full Changelog

Merged pull requests:

0.4.15 (2017-09-23)

Full Changelog

Merged pull requests:

0.4.15-alpha1 (2017-09-22)

Full Changelog

0.4.15-alpha (2017-09-22)

Full Changelog

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:

0.4.14 (2017-09-15)

Full Changelog

Closed issues:

  • Proposal: Improve version command #105
  • Proposal: Do a gofmt verification before build #95
  • Add Clojure as supported language #89

Merged pull requests:

0.4.14-alpha (2017-09-12)

Full Changelog

Fixed bugs:

  • build action template download/extraction fails on Windows #94

Closed issues:

  • Calling function created with csharp template results in error #90
  • publish function api to kong #88

0.4.13-alpha (2017-09-08)

Full Changelog

Implemented enhancements:

  • Proposal: Add 'invoke' command to the CLI #74
  • Proposal: Add init/new/create commands to the CLI #70

Merged pull requests:

  • [WIP] Use multi-stage build for CSharp #82 (rorpage)

0.4.12 (2017-09-05)

Full Changelog

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)

Full Changelog

Merged pull requests:

0.4.10 (2017-09-04)

Full Changelog

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)

Full Changelog

Closed issues:

  • Update fwatchdog to 0.6.1 and update command help message #56

0.4.9-beta (2017-08-27)

Full Changelog

0.4.9-alpha (2017-08-27)

Full Changelog

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)

Full Changelog

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:

0.4.7 (2017-08-16)

Full Changelog

Merged pull requests:

0.4.5-b (2017-08-10)

Full Changelog

0.4.6 (2017-08-10)

Full Changelog

Merged pull requests:

0.4.5 (2017-08-08)

Full Changelog

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)

Full Changelog

0.3 (2017-06-23)

Full Changelog

0.2 (2017-06-01)

Full Changelog

Merged pull requests:

0.1-alpha (2017-04-14)

* This Change Log was automatically generated by github_changelog_generator