Skip to content

Releases: JonasProgrammer/docker-machine-driver-hetzner

3.6.0

20 Jan 18:43
Compare
Choose a tag to compare

Changelog

  • make more server creation data public (i.e. store it in the creation machine's config json for downstream consumers; #64)

3.5.0

22 Oct 17:35
Compare
Choose a tag to compare

3.4.0

02 Sep 17:48
57a0e93
Compare
Choose a tag to compare
  • added --hetzner-key-label flag to add metadata for newly created SSH keys (#69, thanks @JanKoppe)

3.3.1

11 Jul 14:44
06c6c3f
Compare
Choose a tag to compare
  • [Build] add arm64 architecture for M1 based Macs (#66, thanks @cedricziel)

Version 3.3.0

11 Mar 16:22
Compare
Choose a tag to compare
  • added --hetzner-firewalls flag (#60, thanks @fnkr)

Version 3.2.0

01 Jan 14:06
Compare
Choose a tag to compare
  • 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

22 Dec 21:15
Compare
Choose a tag to compare

fixes #55: automatically created keys should be removed again

Version 3.1.0

09 Dec 12:26
Compare
Choose a tag to compare
  • adds #53: allow additional ssh keys using --hetzner-additional-key/HETZNER_ADDITIONAL_KEYS

Version 3.0.0

20 Oct 12:46
Compare
Choose a tag to compare
  • 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

28 Mar 17:20
Compare
Choose a tag to compare
  • feat: added option for using private network (#44)