This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
Releases: openfaas/ofc-bootstrap
Releases · openfaas/ofc-bootstrap
Publish release artifact 2nd attempt
Update dist path Signed-off-by: Alex Ellis <[email protected]>
Publish release artifact
Publish release artifacts Signed-off-by: Alex Ellis <[email protected]>
Add secrets filter functionality for GitLab
Changelog:
- Add secrets filter functionality for GitLab #84 @martindekov @ivanayov
Minor fix to init.yaml example
Only install cert-manager if tls enabled Signed-off-by: Alex Ellis <[email protected]>
Use filters to improve secrets experience for users
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
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
Changelog:
- Installs SealedSecrets via helm instead of via YAML. via @alexellis @stefanprodan @ivanayov
Release with OAuth, TLS/DNS with GCP, Route53 and DO
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
Update LICENSE with OpenFaaS Authors Signed-off-by: Ivana Yovcheva <[email protected]>
Initial release
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]>