Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Releases: openfaas/openfaas-cloud

Add ValidHMAC method to sdk

20 Aug 14:41
Compare
Choose a tag to compare
Add ValidHMAC to sdk

Reduces duplication, tested with unit tests

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

Add HMAC to SDK

20 Aug 14:38
Compare
Choose a tag to compare
Use secret instead of env-var for github hmac

github-webhook-secret env-var is changed to github-webhook-secret
secret.

status.Report(gateway, key) takes an extra input for key

Signed-off-by: Swarvanu Sengupta <[email protected]>

Add BuildResult / PipelineLog to SDK

18 Aug 11:02
Compare
Choose a tag to compare
Signed-off-by: Alex Ellis (VMware) <[email protected]>

Stable release with multiple GitHub statuses

13 Aug 14:57
Compare
Choose a tag to compare

Release before adding multiple-commit statuses

07 Aug 09:42
1f30c65
Compare
Choose a tag to compare
0.4.0

Add upper-case test-account

Updates to router

27 Jun 08:26
Compare
Choose a tag to compare

No-harm change - refactors router to use config type and tests for reading configuration.

New options for router:

  • port - TCP port to bind to
  • upstream_url - address of gateway
  • timeout - for reaching function

Support for user secrets via SealedSecret

08 Jun 05:30
Compare
Choose a tag to compare
  • Support for user secrets via SealedSecret - read docs/DEV.md for more and the faas-cli README for how to seal functions.
  • Better Kubernetes support with YAML files in ./yaml/ for use with kubectl

Status updates to GitHub

23 May 10:39
Compare
Choose a tag to compare
Add andresguisado to CUSTOMERS

Signed-off-by: Andres Guisado <[email protected]>

Initial release

23 Feb 22:05
c71495f
Compare
Choose a tag to compare
0.1.0

Update README.md