Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Releases: openfaas/ofc-bootstrap

Publish release artifact 2nd attempt

25 Mar 19:07
Compare
Choose a tag to compare
Update dist path

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

Publish release artifact

25 Mar 18:38
Compare
Choose a tag to compare
Publish release artifacts

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

Add secrets filter functionality for GitLab

16 Mar 10:30
Compare
Choose a tag to compare

Changelog:

Minor fix to init.yaml example

15 Mar 19:09
Compare
Choose a tag to compare
Only install cert-manager if tls enabled

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

Use filters to improve secrets experience for users

15 Mar 18:49
Compare
Choose a tag to compare

Changelog:

  • Use filters to improve secrets experience for users #72

This feature means that you no-longer have to comment out secrets, just configure your init.yaml with the features you want and the required secrets will picked up.

Add option to install IngressController with hostPort

10 Feb 18:07
Compare
Choose a tag to compare

Changelog:

  • Add option to install IngressController with hostPort - via #62 @alexellis

This means OFC can be installed more easily onto clusters which have no LoadBalancer available such as with kind for testing or a kubeadm cluster.

Install SealedSecrets via helm

07 Feb 15:11
Compare
Choose a tag to compare

Changelog:

Release with OAuth, TLS/DNS with GCP, Route53 and DO

03 Feb 19:48
Compare
Choose a tag to compare

Changelog:

  • Adds TLS support for GCP Cloud DNS, AWS Route53 and DigitalOcean DNS @alexellis
  • Upgrades to cert-manager 0.6.0 @alexellis
  • Enables authentication via GitHub @ivanayov
  • Improved notes for getting started in README.md @alexellis
  • Add slack_url support in template @bartsmykla

0.2.0 release

26 Jan 19:51
Compare
Choose a tag to compare
Update LICENSE with OpenFaaS Authors

Signed-off-by: Ivana Yovcheva <[email protected]>

Initial release

24 Jan 10:37
Compare
Choose a tag to compare
adds templates for s3 properties

- adds S3 type to types.go
- adds S3 property to gateway_config struct passed into templates
- uses S3 properties in gateway_config.yaml template
- adds s3 properties to init.yaml defaulting to minio defaults
- closes #21

Signed-off-by: doowb <[email protected]>