Skip to content

5.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 15:24

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