Skip to content

Releases: vitobotta/hetzner-k3s

v1.0.4

08 Jan 02:15
Compare
Choose a tag to compare
  • 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

07 Jan 20:44
Compare
Choose a tag to compare
  • 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

03 Jan 16:01
Compare
Choose a tag to compare
  • Allow using an SSH agent by setting the new use_ssh_agent config setting to true. This solves problems with some SSH keys and also makes it possible to use SSH keys protected with a passphrase

v1.0.1

02 Jan 19:46
Compare
Choose a tag to compare
  • Allow the Cluster Autoscaler to be scheduled on a master even when the masters are tainted not to schedule other pods

v1.0.0

02 Jan 19:22
20bc95a
Compare
Choose a tag to compare
  • Implemented autoscaling 🎉

v0.7.0

02 Jan 14:56
Compare
Choose a tag to compare
  • Cache the k3s releases in a temporary file instead of a file in the current directory

v0.6.9

02 Jan 13:44
Compare
Choose a tag to compare
  • Fixed an issue with allowed networks validation

v0.6.8

02 Jan 11:26
Compare
Choose a tag to compare
  • Made it possible to specify a relative path for the kubeconfig
  • The tool now halts execution when a shell command fails

v0.6.7

01 Jan 21:39
Compare
Choose a tag to compare
  • Add support for the us-west region

v0.6.6

01 Jan 20:58
Compare
Choose a tag to compare
  • The Linux binary is now statically compiled, so you no longer need to install some dependencies