Skip to content

Releases: vitobotta/hetzner-k3s

v1.1.2

26 Apr 18:34
Compare
Choose a tag to compare
  • Added support for the new ARM instances 🎉

v1.1.1

15 Apr 15:14
Compare
Choose a tag to compare

This is mostly a maintenance release to refactor and improve the code. In addition:

  • Removed the restriction of max 10 servers per worker pool. This was due to a limitation in Hetzner's placement groups that can contain max 10 servers each. With this update, hetzner-k3s creates as many placement groups as needed to accommodate the number of servers specified in the pool
  • Upgraded Cluster Autoscaler to 1.26.2

v1.1.0

15 Feb 15:56
Compare
Choose a tag to compare
  • Fixed an issue introduced in the previous release that prevented traffic from flowing through the private network

v1.0.9

15 Feb 15:18
Compare
Choose a tag to compare
  • Make it possible to customize the subnet

v1.0.8

04 Feb 18:07
Compare
Choose a tag to compare
  • Fixed: now it is possible to specify the Hetzner Cloud token in the environment variable HCLOUD_TOKEN instead of the config file. This makes it possible to safely commit the config file to a repository without leaking the token
  • Fixed: there was an issue preventing cluster upgrades due to a bug in the comparison of the new k3s version with the current

v1.0.7

15 Jan 23:09
Compare
Choose a tag to compare
  • Makes it possible to use keys with old SHA1 crypto on Redhat system, until the upstream ssh2 library is updated

v1.0.6

13 Jan 19:31
Compare
Choose a tag to compare
  • As a temporary workaround, configures new servers with Ubuntu 22.04 (and others that have deprecated SHA1 for SSH keys) to use SSH keys with old crypto. This is a workaround until libssh2 is updated upstream.

v1.0.5

08 Jan 18:44
Compare
Choose a tag to compare
  • Fixed an issue with autoscaling when using an openSUSE MicroOS snapshot instead of a default OS image

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