Releases: vitobotta/hetzner-k3s
Releases · vitobotta/hetzner-k3s
v1.0.4
- Improvement: it is now possible to use a custom snapshot instead of one of the default OS images. This makes it now possible to use an alternative OS like openSuSE MicroOS which is not supported by Hetzner directly. See the README for details and limitations.
v1.0.3
- Fixed an issue preventing creation of a cluster with an OS image other than Ubuntu
- Changed default image to Ubuntu 22.04
- Fixed an issue with cluster creation hanging if one or more nodes were not attached to the private network yet
- Upgraded Cluster Autoscaler to 1.26.1
v1.0.2
- Allow using an SSH agent by setting the new
use_ssh_agent
config setting totrue
. This solves problems with some SSH keys and also makes it possible to use SSH keys protected with a passphrase
v1.0.1
- Allow the Cluster Autoscaler to be scheduled on a master even when the masters are tainted not to schedule other pods
v1.0.0
- Implemented autoscaling 🎉
v0.7.0
- Cache the k3s releases in a temporary file instead of a file in the current directory
v0.6.9
- Fixed an issue with allowed networks validation
v0.6.8
- Made it possible to specify a relative path for the kubeconfig
- The tool now halts execution when a shell command fails
v0.6.7
- Add support for the us-west region
v0.6.6
- The Linux binary is now statically compiled, so you no longer need to install some dependencies