NOTE: the hetzner-k3s --version
command will show v1.1.3 as I forgot to update the version before releasing, but it's actually 1.1.4 if you install with homebrew or download the binaries from this release.
- Added config parameter to disable public interfaces when creating nodes (ipv4 and/or ipv6) by @derlinuxer
- Cloud init function can be configured in pool section too (pool config overrules global config) by @derlinuxer
- Improved release workflow by @derlinuxer
- Build for Linux ARM by @derlinuxer
- Add private ip of API load balancer to TLS SAN of K8s API by @mgalesloot
- Allow adding a custom DNS name to the TLS SAN of K8s API by @mgalesloot
- Bump cluster-autoscaler to v1.27.3 by @Funzinator