Releases: alexellis/k3sup
Releases Β· alexellis/k3sup
Extract helm download commands to public package
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
Fix regression in k3sup version info
Set exit code to non-zero upon error
Changelog for 0.7.5:
- PR #151 Wrap command execution with global error check by @burtonr
- PR #150 include istio app in Readme by @prateekgogia
Generated by Derek
Add --set for istio app
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
Add Istio app
Changelog for 0.7.2:
- PR #141 Add Istio app by @alexellis
- PR #144 add helm3 flag to inlets operator command by @prateekgogia
- PR #142 Adds --set flag to openfaas command by @prateekgogia
- PR #143 README: k3sup-multipass by @matti
- PR #137 Add app info subcommand by @karuppiah7890
Generated by Derek
Update go-execute
Changelog for 0.7.1:
Generated by Derek
Expose getClientArch
Changelog for 0.7.0:
- PR #135 Upgrade to k3s v1.0.1 by @Waterdrips
- PR #129 Add readme info on the currently supported Apps by @Waterdrips
- PR #130 Fix chart app creating namespace even if exists by @Waterdrips
Generated by Derek
Additional OpenFaaS HA flags
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