Releases: vitobotta/hetzner-k3s
Releases · vitobotta/hetzner-k3s
v1.1.2
- Added support for the new ARM instances 🎉
v1.1.1
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
- Fixed an issue introduced in the previous release that prevented traffic from flowing through the private network
v1.0.9
- Make it possible to customize the subnet
v1.0.8
- 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
- Makes it possible to use keys with old SHA1 crypto on Redhat system, until the upstream ssh2 library is updated
v1.0.6
- 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
- Fixed an issue with autoscaling when using an openSUSE MicroOS snapshot instead of a default OS image
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