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
Update to Go 1.11
Changelog:
- Update to Go 1.11
Add more detailed documentation and a get.sh script
Updated release with -version
flag
Add network policies option
Changelog:
- Add network policies change #112 @martindekov
Network policy is installed by default, but can be turned off.
Vendor OpenFaaS cloud renaming changes
Changelog:
- Move to edge-prefix for auth/router #108
Add version pinning for OFC version
Changelog:
- Pin OFC version in init.yaml #106
Add scale_to_zero option to enable scale to zero
Add support for dockerfile template in init.yaml
Changelog:
- Add support for dockerfile template. Fixes #94
Expose `custom_templates` to users
Changelog:
- Expose
custom_templates
to users - see example.init.yaml for how to configure custom build templates for your environment
Upgrading:
- If you maintain your own init.yaml between versions of this tool, then copy the
custom_templates
section into your init.yaml. If you are not going to create a new cluster then you can edit the git-tar deployment to override this value in the openfaas-fn namespace.
Fix for GitLab on Linux
Convert sed usage to go templates / fix GitLab - fixes issues with sed working differently on Mac/Linux - replaces use of sed with go templates to remove GitHub secrets when using GitLab as the SCM - removes "private-key" GitHub secret from the gitlab.yml file which was preventing deployments Signed-off-by: Alex Ellis <[email protected]>
Publish release artifact attempt 3
Add specific files Signed-off-by: Alex Ellis <[email protected]>