Releases: alexellis/k3sup
Tune verbosity of pkg
Changelog for 0.9.3:
- PR #242 Ignore error from reading stdin in unit test by @alexellis
- PR #229 Fixes #228 support downloading into a folder with a space by @amalkh5
Commits
629c0bc Make GetClientArch silent on command line by @alexellis
bda94d0 Update examples and list multi-master as a feature by @alexellis
4c110e6 Update README for about author by @alexellis
002ca83 Add post by Eamon by @alexellis
f677605 Ignore error from reading stdin in unit test by @alexellis
dbfada9 Fix missed err by @alexellis
64da658 Add new k3sup post by @alexellis
e462d27 support downloading into a folder with a space by @amalkh5
8d19951 Update Slack channel in Derek's message by @alexellis
Generated by Derek
Add --no-extras flag
Changelog for 0.9.2:
- PR #220 README: add another blog post by @leonklingele
- PR #219 Make Grep case insensitive in download script by @Waterdrips
Commits
5a636db Add --no-extras flag by @alexellis
7a0c182 Add note on k3s kubeconfig as world-readable by @alexellis
560e197 Removed post that moved to arkade by @alexellis
01a643e README: add another blog post by @leonklingele
c347d0a Create FUNDING.yml by @alexellis
6a698ed Make Grep case insensitive in download script by @Waterdrips
Generated by Derek
Return on-zero exit for k3sup app
Changelog for 0.9.1:
Commits
6645e9b Give non-zero exit code for k3sup app by @alexellis
Generated by Derek
Remove k3sup app command in favour of arkade
Changelog for 0.9.0:
- PR #214 Add tests for thrown errors upon project-id omission by @utsavanand2
In this version we removed the "k3sup app" command in favour of "arkade", you can find out more via #217 and if you're not ready to upgrade, just pin the version to an older release.
We now have:
k3up install - build a new k3s server
k3sup join - build an agent and join it to a k3s cluster
Commits
59a8fa9 Merge branch 'remove-apps' by @alexellis
25e4872 Remove apps from k3sup README by @alexellis
6184746 Remove apps and move to arkade by @alexellis
971f87d Add tests for thrown errors upon project-id omission by @utsavanand2
Generated by Derek
Add --secret-key-file to inlets-operator
Changelog for 0.8.14:
- PR #211 Update inlets-operator to take the --secret-key-file flag by @Waterdrips
Commits
90d5718 Update inlets-operator to take the --secret-key-file flag by @Waterdrips
65fc012 Update inlets-operator app overrides by @utsavanand2
Generated by Derek
Operator updates for Inlets
Changelog for 0.8.13:
- PR #212 Update inlets-operator app overrides by @utsavanand2
Commits
65fc012 Update inlets-operator app overrides by @utsavanand2
7be2f23 Add formatting to Travis by @alexellis
Generated by Derek
Run gofmt in CI and updates for helm
Changelog for 0.8.12:
- PR #208 Rework the wait flag to be optional and fix chart template by @Waterdrips
Commits
7be2f23 Add formatting to Travis by @alexellis
5b74569 Add gofmt as part of Makefile by @alexellis
2fd0c74 Fix gofmt by @alexellis
2941dfd Rework the wait flag to be optional and fix chart template by @Waterdrips
fa2f0d1 Re-add the --wait flag to the helm3 installation by @Waterdrips
Generated by Derek
Add the --wait flag to the helm3 installation
Changelog for 0.8.11:
- PR #205 Re-add the --wait flag to the helm3 installation by @Waterdrips
Commits
fa2f0d1 Re-add the --wait flag to the helm3 installation by @Waterdrips
17f05fb Add flag to override basic-auth password by @Waterdrips
Generated by Derek
Add flag to override basic-auth password for OpenFaaS
Changelog for 0.8.10:
- PR #207 Add flag to override basic-auth password by @Waterdrips
Commits
17f05fb Add flag to override basic-auth password by @Waterdrips
5269a8e Add note for removing cached versions of k3sup tools by @alexellis
Generated by Derek
Fix an issue with downloading helm2/3 on demand
Changelog for 0.8.9:
- PR #196 Pass flag for helm version rather than use env var by @Waterdrips
- PR #200 Allow Pinning of versions for charts by @Waterdrips
- PR #202 Add blog post by Pablo Caderno by @kadern0
Commits
5269a8e Add note for removing cached versions of k3sup tools by @alexellis
e5797f1 Remove the override for custom HELM_VERSION by @Waterdrips
44148cb Pass flag for helm version rather than use env var by @Waterdrips
69517d6 Allow Pinning of versions for charts by @Waterdrips
4254351 Add blog post by Pablo Caderno by @kadern0
218958a Prevent installation of apps for arm by @alexellis
Generated by Derek