Docker Machine Driver Hetzner Versions Save

Docker machine driver for the new hetzner cloud API

2.0.0

4 years ago

Changelog

Changes

  • Breaking: Use Ubuntu 18.04 as the default image

1.4.0

4 years ago

Changelog

Changes

  • Added support for Volumes and Networks provided as parameters

1.3.0

5 years ago

Changelog

Fixes

  • Disabled CGO for compilation to provide support for Alpine Linux

Changes

  • Migrated Go Dep to Go Modules

1.2.3

5 years ago

Changelog:

  • updated hcloud-go to 1.13 (#30)

1.2.2

5 years ago

Changelog:

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

1.2.1

5 years ago

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

6 years ago

Changelog:

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

1.1.0

6 years ago

Changelog:

1.0.0

6 years ago

Changelog:

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

0.2.7

6 years ago

Initial release