Releases: JonasProgrammer/docker-machine-driver-hetzner
Releases · JonasProgrammer/docker-machine-driver-hetzner
3.6.0
3.5.0
- added
--hetzner-placement-group
and--hetzner-auto-spread
flags to support placement groups (#72 , thanks @anebi)
3.4.0
3.3.1
- [Build] add arm64 architecture for M1 based Macs (#66, thanks @cedricziel)
Version 3.3.0
Version 3.2.0
- added
--hetzner-server-label
option: Servers can now be assigned additional metadata during creation, e.g. for use with k8s and load balancers (#56)
Version 3.1.1
fixes #55: automatically created keys should be removed again
Version 3.1.0
- adds #53: allow additional ssh keys using
--hetzner-additional-key
/HETZNER_ADDITIONAL_KEYS
Version 3.0.0
- fixes #49: multiple machines can now be created with the same SSH key, re-using a potentially existing key from Hetzner, that has the same fingerprint (thanks @am97)
- due to breaking changes in key handling (not always attempting to upload), this is a major release -- the changes should not affect existing users, however, as creating machines in the affected way would always fail beforehand
Version 2.1.0
- feat: added option for using private network (#44)