Docker Machine Driver Hetzner Versions Save

Docker machine driver for the new hetzner cloud API

3.5.0

2 years ago
  • added --hetzner-placement-group and --hetzner-auto-spread flags to support placement groups (#72 , thanks @anebi)

3.4.0

2 years ago
  • added --hetzner-key-label flag to add metadata for newly created SSH keys (#69, thanks @JanKoppe)

3.3.1

2 years ago
  • [Build] add arm64 architecture for M1 based Macs (#66, thanks @cedricziel)

3.3.0

3 years ago
  • added --hetzner-firewalls flag (#60, thanks @fnkr)

3.2.0

3 years ago
  • added --hetzner-server-label option: Servers can now be assigned additional metadata during creation, e.g. for use with k8s and load balancers (#56)

3.1.1

3 years ago

fixes #55: automatically created keys should be removed again

3.1.0

3 years ago
  • adds #53: allow additional ssh keys using --hetzner-additional-key/HETZNER_ADDITIONAL_KEYS

3.0.0

3 years ago
  • 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

2.1.0

4 years ago
  • feat: added option for using private network (#44)

2.0.1

4 years ago