Skip to content

Releases: vitobotta/hetzner-k3s

v0.4.5

03 Nov 17:28
Compare
Choose a tag to compare
  • Fix network creation (bug introduced in the previous version)

v0.4.4

03 Nov 15:02
Compare
Choose a tag to compare
  • Add support for the new Ashburn, Virginia (USA) location
  • Automatically use a placement group so that the instances are all created on different physical hosts for high availability

v0.4.3

17 Oct 18:35
Compare
Choose a tag to compare
  • Fix an issue with SSH key creation

v0.4.2

03 Oct 10:30
Compare
Choose a tag to compare
  • Update Hetzner CSI driver to v1.6.0
  • Update System Upgrade Controller to v0.8.0

v0.4.1

02 Oct 14:48
Compare
Choose a tag to compare
  • Allow to optionally specify the path of the private SSH key
  • Set correct permissions for the kubeconfig file
  • Retry fetching manifests a few times to allow for temporary network issues
  • Allow to optionally schedule workloads on masters
  • Allow clusters with no worker node pools if shceduling is enabled for the masters

v0.4.0

24 Aug 17:15
Compare
Choose a tag to compare
  • Ensure the masters are removed from the API load balancer before deleting the load balancer
  • Ensure the servers are removed from the firewall before deleting it
  • Allow using an environment variable to specify the Hetzner token
  • Allow restricting SSH access to the nodes to specific networks
  • Do not open the port 6443 on the nodes if a load balancer is created for an HA cluster

v0.3.9

20 Aug 07:59
Compare
Choose a tag to compare

Add command "version" to print the version of the tool in use.

v0.3.8

20 Aug 07:41
Compare
Choose a tag to compare

Fix: ensure that only servers created by this tool are deleted from the project. The tool now looks for servers that have a label "cluster" set to the cluster name, and ignores any other servers that may be present in the project. However it is recommended to keep a separate project for each cluster, to avoid networking issues. See README for more details.

v0.3.7

18 Aug 17:56
Compare
Choose a tag to compare

Add more validations for the cluster name for compatibility with the Hetzner cloud controller manager.

v0.3.6

18 Aug 17:01
Compare
Choose a tag to compare

Retry SSH commands when IOError exceptions occur.