This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
Releases: openfaas/openfaas-cloud
Releases · openfaas/openfaas-cloud
Add ValidHMAC method to sdk
Add ValidHMAC to sdk Reduces duplication, tested with unit tests Signed-off-by: Alex Ellis (VMware) <[email protected]>
Add HMAC to SDK
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
Signed-off-by: Alex Ellis (VMware) <[email protected]>
Stable release with multiple GitHub statuses
Release before adding multiple-commit statuses
0.4.0 Add upper-case test-account
Updates to router
No-harm change - refactors router to use config type and tests for reading configuration.
New options for router:
port
- TCP port to bind toupstream_url
- address of gatewaytimeout
- for reaching function
Support for user secrets via SealedSecret
- 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
Add andresguisado to CUSTOMERS Signed-off-by: Andres Guisado <[email protected]>
Initial release
0.1.0 Update README.md