Releases: JonasProgrammer/docker-machine-driver-hetzner
Releases · JonasProgrammer/docker-machine-driver-hetzner
5.0.2
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
Changelog
5.0.0
4.1.2
4.1.1
Changelog
- 8da914a bugfix: Do not crash on invalid lookups (#109, thanks @tniebergall)
4.1.0
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
3.13.0
3.12.2
Changelog
- e4302bf fix: Rename
--hetzner-disable-public-4/6
to--hetzner-disable-public-ipv4/6
(fixes #102, thanks @simonostendorf")
3.12.1
Changelog
- aa66729 release: 3.12.1 - rename
--wait-on-error
to--hetzner-wait-on-error
(fixes #100, thanks @mookie- @simonostendorf)