Skip to content

Releases: openfaas/faas-cli

Fix breakage in 0.7.2 with building functions

03 Sep 14:17
Compare
Choose a tag to compare

Changelog:

  • Ensure that we name the copy dest correctly #523 Fixes #521

OPENFAAS_TEMPLATE_URL override and other minor fixes

03 Sep 09:21
Compare
Choose a tag to compare

Changelog:

  • Override for template pull URL via ENV variable OPENFAAS_TEMPLATE_URL #515 by s8sg
  • Adds support for additional HTTP verbs PATCH, OPTIONS and HEAD #505 by ewilde
  • Fixes issue with faas-cli build for same folder #480 by viveksyngh
  • Configurable handler directory #504 by dmcclory
  • Proxy version command HTTP call #520 by viveksyngh

Security and proxy fix for invoke command

29 Aug 14:19
Compare
Choose a tag to compare

Changelog

  • invoke verb was sending basic auth headers in error (fixed) #518
  • invoke was not honouring https_proxy/http_proxy variables (fixed) #517
  • invoke fix issue with header with parsing values with multiple = symbols #510

Adds "up" verb combining build/push/deploy!

17 Aug 15:02
Compare
Choose a tag to compare

Changelog:

🎉 💯 🥇 #TeamServerless

Docker distribution change and annotations for store

14 Aug 08:40
Compare
Choose a tag to compare

Changelog:

Docker distribution change and annotations for store

09 Aug 16:30
Compare
Choose a tag to compare

Changelog:

Docker distribution change and annotations for store

09 Aug 15:21
Compare
Choose a tag to compare

Changelog:

Rename read-only fs option to readonly_root_filesystem

01 Aug 14:49
Compare
Choose a tag to compare

The YAML file option for specifying that a function should be read-only is now readonly_root_filesystem

Support extended --tag syntax, read-only fs and assorted fixes.

31 Jul 12:27
Compare
Choose a tag to compare

Changelog:

  • Command store deploy still returns 0 when deploy failed
    #473 by martindekov

  • Extend last PR to make store deploy return proper status code
    #476 by martindekov was merged 5 days ago

  • Fix a possible race between wg.Add and wg.Wait new-contributor
    #470 by rosti

  • Extend --tag=branch which tags image with branch and sha
    #465 by martindekov

  • faas-cli store deploy - deploys wrong image with mismatched name
    #466 by alexellis

  • Add ReadOnlyRootFilesystem to the schema
    #439 by LucasRoesler

  • Add exit code 1 for functions that exit with status different than 200 or 202
    #445 by martindekov

Also closed #443 #401

Fixes for registry auth on Swarm with GitLab extended repos

21 Jul 18:28
Compare
Choose a tag to compare

Changelog

  • Fixes for registry auth on Swarm with GitLab extended repos via #453 @johnmccabe