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

Releases: openfaas/openfaas-cloud

Update RBAC for SealedSecrets

11 Apr 16:34
Compare
Choose a tag to compare

Changelog:

  • Restrict SealedSecrets RoleBinding to ServiceAccount #0b2caa7 @alexellis

Updates from community

26 Mar 20:25
Compare
Choose a tag to compare

Enable Dockerfile template

Add the URL builders to SDK

03 Jan 13:54
Compare
Choose a tag to compare

Changelog:

  • Add the URL builders to SDK via #371

Re-vendor SDK for HMAC on by default

06 Dec 10:43
Compare
Choose a tag to compare
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) <[email protected]>

Re-vendor event SDK

06 Nov 16:46
Compare
Choose a tag to compare
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) <[email protected]>

Add Clear method to sdk.Status

02 Nov 10:10
Compare
Choose a tag to compare
- allows for cleaner abstraction when resetting statuses.

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

Release to include owner ID from GitHub

30 Oct 13:33
Compare
Choose a tag to compare
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) <[email protected]>

Add repository URL to GitHub events

29 Oct 14:50
Compare
Choose a tag to compare
Add missing url / RepositoryURL to sdk

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

Vendor repo ID, installation events and shortSha function

29 Oct 14:41
Compare
Choose a tag to compare
Move installation event into SDK

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

Vendor new SDK structs/fields

17 Oct 09:14
Compare
Choose a tag to compare
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) <[email protected]>