Skip to content

Releases: alexellis/k3sup

Extract helm download commands to public package

21 Jan 11:00
Compare
Choose a tag to compare

Changelog for 0.7.8:

Extract helm download code to public package

This allows code re-use with other systems and projects.

Generated by Derek

Move to apps to their own package

20 Jan 20:15
Compare
Choose a tag to compare

Changelog for 0.7.7:

Generated by Derek

Fix regression in k3sup version info

14 Jan 11:55
Compare
Choose a tag to compare

Changelog for 0.7.6:

Generated by Derek

Set exit code to non-zero upon error

12 Jan 20:47
Compare
Choose a tag to compare

Changelog for 0.7.5:

Generated by Derek

Add --set for istio app

11 Jan 19:40
Compare
Choose a tag to compare

Changelog for 0.7.4:

  • Add --set which I believe will be crucial for any users to
    customise the options they want
  • Allow skip of init chart via --init=false

Generated by Derek

Migrate to Go modules

11 Jan 18:42
Compare
Choose a tag to compare

Changelog for 0.7.3:

Generated by Derek

Add Istio app

11 Jan 18:27
Compare
Choose a tag to compare

Changelog for 0.7.2:

Generated by Derek

Update go-execute

24 Dec 14:20
Compare
Choose a tag to compare

Changelog for 0.7.1:

Generated by Derek

Expose getClientArch

24 Dec 14:12
Compare
Choose a tag to compare

Changelog for 0.7.0:

Generated by Derek

Additional OpenFaaS HA flags

17 Dec 16:00
Compare
Choose a tag to compare

Changelog for 0.6.13:

  • PR #132 Add replicas for queue-worker/gateway for OpenFaaS by @alexellis

For anyone who needs it, you can now give:

k3sup app install openfaas \
  --queue-workers 4 \
  --gateways 2

Generated by Derek