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

Releases: openfaas/openfaas-cloud

Extended auditing and HMAC trust

30 Sep 13:14
Compare
Choose a tag to compare

This release adds extended auditing from git-tar/buildshiprun, fixes an issue with GitHub Checks API logs being rejected when they are too long for the API and implements trust via HMAC for the of-builder. and buildshiprun.

Auth 1.0

27 Sep 14:11
Compare
Choose a tag to compare

Authentication (and basic authorization via CUSTOMERS file) added

Release before adding auth

24 Sep 10:49
ac79dd3
Compare
Choose a tag to compare
0.6.1

Update CUSTOMERS

Assorted changes

21 Sep 13:57
Compare
Choose a tag to compare

Changes:

  • github-event is now the primary interface to GitHub rather than github-push
  • labels are now all lowercase and prefixed with com.openfaas.cloud.

Other assorted changes in the UI dashboard.

Add URL formatting method to sdk

21 Sep 12:49
Compare
Choose a tag to compare
Format gateway url depending on env var

Creating a function in sdk which handles the formating of the
internal gateway URL. If variable present for kubernetes
the namespace is appended to the URL

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

Add consts to sdk package

18 Sep 08:26
Compare
Choose a tag to compare

Changelog:

  • Add consts to sdk package
  • Includes various fixes / features for builder and dashboard

Add format method to SDK

06 Sep 14:47
Compare
Choose a tag to compare
Rename ServiceName to FormatServiceName and move out of event.go

Renaming ServiceName function to FormatServiceName function and
moving it into its own service.go file inside sdk also renaming
userName to owner in function parameter

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

Add validation to PostAudit

30 Aug 09:24
Compare
Choose a tag to compare
Add tests for github-push

Adds tests against validCustomer and branch testing.

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

Add AuditLogger struct/interface

30 Aug 08:49
Compare
Choose a tag to compare
Add AuditLogger interface

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

Add Private field to PushEvent / Event

24 Aug 11:09
Compare
Choose a tag to compare
Add "Private" to Event and PushEvent

Required for #7 to know when to use a token to clone a private
repo.

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