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

Releases: openfaas/openfaas-cloud

Update RBAC for SealedSecrets

Choose a tag to compare

@alexellis alexellis released this 11 Apr 16:34

Changelog:

  • Restrict SealedSecrets RoleBinding to ServiceAccount #0b2caa7 @alexellis

Updates from community

Choose a tag to compare

@alexellis alexellis released this 26 Mar 20:25

Enable Dockerfile template

Add the URL builders to SDK

Choose a tag to compare

@alexellis alexellis released this 03 Jan 13:54

Changelog:

  • Add the URL builders to SDK via #371

Re-vendor SDK for HMAC on by default

Choose a tag to compare

@alexellis alexellis released this 06 Dec 10:43
Make validation turn on by default

Turn on validation on customers and hmac by default
now you must be explicit on turning it off by setting it
to `0` or `false` started by @ivanayov

Signed-off-by: Martin Dekov (VMware) <mdekov@vmware.com>

Re-vendor event SDK

Choose a tag to compare

@alexellis alexellis released this 06 Nov 16:46
Add RepoURL and OwnerID to sdk

Adding RepoURL and Owner ID in the SDK because it was
manually added in functions and not through vendoring

Signed-off-by: Martin Dekov (VMware) <mdekov@vmware.com>

Add Clear method to sdk.Status

Choose a tag to compare

@alexellis alexellis released this 02 Nov 10:10
- allows for cleaner abstraction when resetting statuses.

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>

Release to include owner ID from GitHub

Choose a tag to compare

@alexellis alexellis released this 30 Oct 13:33
Fix error with invalid text in label

The affected code was clearly not tested with Kubernetes where
label values are tightly constrained. This fixes the error by
putting the URL of a Git repo into an annotation.

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>

Add repository URL to GitHub events

Choose a tag to compare

@alexellis alexellis released this 29 Oct 14:50
Add missing url / RepositoryURL to sdk

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>

Vendor repo ID, installation events and shortSha function

Choose a tag to compare

@alexellis alexellis released this 29 Oct 14:41
Move installation event into SDK

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>

Vendor new SDK structs/fields

Choose a tag to compare

@alexellis alexellis released this 17 Oct 09:14
Call garbage-collect through async route

Calling garbage-collect through async route in github-event
so the request wont time out in case we have couple of functions
deployed

Signed-off-by: Martin Dekov (VMware) <mdekov@vmware.com>