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

Releases: openfaas/ofc-bootstrap

Migrate to Go modules

11 Feb 15:43
Compare
Choose a tag to compare

Changelog for 0.9.1:

Commits
c7697df Migrate to Go modules by @alexellis
d792c75 Use license-check docker image instead of curl by @hasheddan
4de181f Update README.md by @alexellis
ad0a6f0 Remove unused method by @alexellis
56bf5b6 Bump ROADMAP and remove Tiller/Swarm reference by @alexellis
e123764 Switch to using helm3 for bootstrap by @alexellis

Generated by Derek

Migrate to Helm3

28 Jan 11:40
Compare
Choose a tag to compare

Changelog for 0.9.0:

Upgrade notes:

  • A new cluster will be required as Helm3 cannot migrate from Helm2 with Tiller.

Thanks to @Waterdrips for the review.

Generated by Derek

Add create-github-app command

12 Jan 14:04
Compare
Choose a tag to compare

Changelog for 0.8.9:

  • PR #177 Add ip to create-github-command so browser opens on Linux by @Waterdrips
  • PR #176 OpenFaaS Ltd feature - capture GitHub app from create-github-app command by @alexellis
  • PR #172 Bump go-execute and use args for secrets by @alexellis
  • PR #170 Rename system-metrics to metrics for 0.12.0 of OFC by @alexellis
  • PR #167 Add section for ECR Config, can now set AWS region for register-image by @Waterdrips
  • PR #174 Update README to clarify Route53 Info by @Waterdrips

Multiple -f files can be passed in ofc-bootstrap init, which will be merged into a single config, this is great for maintaining overrides.

Generated by Derek

Add --password-stdin to registry-login command

26 Dec 08:29
Compare
Choose a tag to compare

Changelog for 0.8.8:

Generated by Derek

Refine registry-login flags

16 Dec 21:25
Compare
Choose a tag to compare

Changelog for 0.8.7:

  • PR #166 Rename --registry-url to --server in registry-login by @Waterdrips

Generated by Derek

Add registry-login command

13 Dec 21:57
Compare
Choose a tag to compare

Changelog for 0.8.6:

Generated by Derek

Move to cobra CLI library

04 Dec 10:32
Compare
Choose a tag to compare

Changelog for 0.8.5:

Generated by Derek

Add CloudFlare DNS01 as option for TLS

29 Nov 12:39
Compare
Choose a tag to compare

Changelog for 0.8.4:

Generated by Derek

Add validation for registry credentials

03 Nov 17:06
Compare
Choose a tag to compare

Changelog for 0.8.3:

  • PR #148 add validator for registry credentials file by @Waterdrips
  • PR #141 Update the OpenFaaS installation to only pull images if not present by @Waterdrips

Generated by Derek

Add build_branch support

31 Oct 07:28
Compare
Choose a tag to compare

Changelog:

  • Add support for branch_name variable for ofc-bootstrap script #143 @Waterdrips