Skip to content

Releases: JonasProgrammer/docker-machine-driver-hetzner

2.0.1

26 Jul 14:44
Compare
Choose a tag to compare
bump: version to 2.0.1

Version 2.0.0

26 Jul 07:53
Compare
Choose a tag to compare

Changelog

Changes

  • Breaking: Use Ubuntu 18.04 as the default image

Version 1.4.0

10 Jul 12:51
cadbe7d
Compare
Choose a tag to compare

Changelog

Changes

  • Added support for Volumes and Networks provided as parameters

Version 1.3.0

25 May 12:40
Compare
Choose a tag to compare

Changelog

Fixes

  • Disabled CGO for compilation to provide support for Alpine Linux

Changes

  • Migrated Go Dep to Go Modules

Version 1.2.3

18 May 09:47
Compare
Choose a tag to compare

Changelog:

  • updated hcloud-go to 1.13 (#30)

Version 1.2.2

25 Oct 19:45
Compare
Choose a tag to compare

Changelog:

  • added -v flag to print out the version of the driver (#25)

Version 1.2.1

23 Oct 23:02
8b562bf
Compare
Choose a tag to compare

Changelog:

  • fixed dangling public keys after removal, when the server was manually deleted, preventing the same machine name from being re-used for new machines (thanks @mhutter)
  • fixed segfaults on non-existing API objects, as hcloud-go returns nil instead of an error for those (thanks @mhutter)

1.2.0

26 Apr 11:17
Compare
Choose a tag to compare

Changelog:

  • added --hetzner-image-id flag as suggested in #14

Version 1.1.0

21 Mar 12:11
159a8fc
Compare
Choose a tag to compare

Changelog:

Version 1.0.0

27 Feb 19:55
Compare
Choose a tag to compare

Changelog:

  • Switch default image from debian-9 to ubuntu-16.04 due to #8