Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Releases: openfaas/faas-swarm

Refactoring: use faas-provider model package

05 Aug 13:30
Compare
Choose a tag to compare
Move to faas-provider models

Moves to use models from faas-provider instead of from the
gateway package.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

Update Go to 1.11 and Dockerfile runtime to Alpine 3.10

31 Jul 09:09
Compare
Choose a tag to compare

Changelog:

Add logs support in API

31 Jul 07:56
Compare
Choose a tag to compare

Changelog:

Updates healthcheck endpoint

04 May 01:02
Compare
Choose a tag to compare

Changelog:

Return empty list when no secrets present in API

11 Jan 09:44
Compare
Choose a tag to compare

Return empty list when no secrets present in API #44

Add secrets CRUD

10 Jan 16:17
Compare
Choose a tag to compare

Changelog:

Vendor faas-provider for proxying to functions

28 Nov 08:35
Compare
Choose a tag to compare

Changelog:

This change should largely be a no-harm change and only affects gateways which have direct_functions set to false meaning every function invocation first passes through the provider.

Return 202 instead of 200 for CRUD

28 Sep 07:54
Compare
Choose a tag to compare

Changelog:

Expand HTTP methods for proxying through provider

19 Sep 11:56
Compare
Choose a tag to compare

This change does not affect most users, it is only used when direct_functions is set to false and function calls pass through the provider.

Enable basic auth on incoming calls

10 Sep 12:01
Compare
Choose a tag to compare

Changelog:

  • Enable/enforce basic auth #31 #32

When "basic_auth" is set to true as an env-var, all incoming calls to the /system/ routes are protected with the basic auth credentials in the cluster.