Skip to content

Releases: JonasProgrammer/docker-machine-driver-hetzner

5.0.2

15 Dec 15:24
Compare
Choose a tag to compare

Changelog

  • bugfix: outdated default image detection (#116; thanks @smirnov-mi)
    • old driver versions set the default image as an image name, causing trouble when flags are inferred from the configuraiton
    • all previous default images names are now accepted as exceptions when both --hetzner-image and --hetzner-image-id are being passed, with the latter taking precedence
  • bugfix: honour NextActions member in server creation result (#119; thanks @apricote)
    • wait on queued post-creation actions
    • this should help reduce the number of polls on initials startup and thus ease usage of the API call rate limit
  • chore: update to go 1.21
    • bump go version
    • switch to stdlib errors

5.0.1

24 Sep 08:30
Compare
Choose a tag to compare

Changelog

  • chore: upgrade preparation for /actions deprecation (#112, #113; thanks @makmarius)
    • upgrade hcloud-go to latest version
    • replace waitForAction with integrated helper from hcloud-go
    • add http client debug output on instrumented builds (only when HETZNER_DRIVER_HTTP_DEBUG=42 is set in environment)

5.0.0

18 Aug 18:57
Compare
Choose a tag to compare

Changelog

  • 3cef722 chore: int64 ID support (#108) - update hcloud-go to v2 - use int64 for ID flags in driver - work around lack of int64 in mcnflag

4.1.2

19 Jul 17:44
Compare
Choose a tag to compare

Changelog

  • 711d027 bugfix: Make server location, SSH key optional (closes #110, thanks @avpnusr) - reduce overly pedantic null checks - indicate nullability in getter name

4.1.1

17 Jul 21:21
Compare
Choose a tag to compare

Changelog

4.1.0

18 Jun 06:42
Compare
Choose a tag to compare

Changelog

  • 32908bb feat: Reduce API calls when creating server - add --hetzner-wait-on-polling and --hetzner-wait-for-running-timeout flags (#107, thanks @inakimalerba for providing a PR)

4.0.0

08 May 18:53
Compare
Choose a tag to compare

Changelog

this is a major release due to breaking changes in default image behaviour

  • move default image a supported version of ubuntu-20.04 (#106, thanks @makmarius)
  • discourage relying on default image (#87-ish)
  • implement v4 deprecations and add warning for configurations incompatible with v5

3.13.0

15 Apr 10:39
Compare
Choose a tag to compare

Changelog

  • 6915fda feat: Implement support for image architecture (fixes #105, thanks @Knight1) - switch to non-deprecated architecture-aware image lookup - use server type architecture by default - add --hetzner-image-arch for explicit setting - minor refactoring

3.12.2

16 Mar 19:17
Compare
Choose a tag to compare

Changelog

3.12.1

04 Mar 08:38
Compare
Choose a tag to compare

Changelog