Skip to content

Latest commit

 

History

History
110 lines (68 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

110 lines (68 loc) · 4.04 KB

Changelog

Bug Fixes

  • deps: update gitlab.com/gitlab-org/fleeting/fleeting digest to e4f2f6f (hetznercloud/fleeting-plugin-hetzner!179)
  • deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.17.0 (hetznercloud/fleeting-plugin-hetzner!174)
  • deps: update module github.com/stretchr/testify to v1.10.0 (hetznercloud/fleeting-plugin-hetzner!175)

Features

  • add volume sanity check (hetznercloud/fleeting-plugin-hetzner!168)

Bug Fixes

  • do not error when deleting a resource that is not found (hetznercloud/fleeting-plugin-hetzner!164)
  • deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.16.0 (hetznercloud/fleeting-plugin-hetzner!158)

Features

  • add instance name to instance id (hetznercloud/fleeting-plugin-hetzner!148)
  • allow attaching a volume to an instance (hetznercloud/fleeting-plugin-hetzner!144)

Bug Fixes

  • populate instance group labels when config has no labels (hetznercloud/fleeting-plugin-hetzner!152)
  • deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.15.0 (hetznercloud/fleeting-plugin-hetzner!146)
  • deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.14.0 (hetznercloud/fleeting-plugin-hetzner!141)
  • deps: update module github.com/boumenot/gocover-cobertura to v1.3.0 (hetznercloud/fleeting-plugin-hetzner!140)
  • deps: update module go.uber.org/mock to v0.5.0 (hetznercloud/fleeting-plugin-hetzner!135)

Bug Fixes

  • use first host ip in public ipv6 network (hetznercloud/fleeting-plugin-hetzner!130)

Features

  • clean instance if it failed to be created (!121)

Bug Fixes

  • deps: update gitlab.com/gitlab-org/fleeting/fleeting digest to a0ce7d6 (!118)

Bug Fixes

  • deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.13.1 (!104)
  • deps: update gitlab.com/gitlab-org/fleeting/fleeting digest to da5f142 (!97)
  • client actions polling backoff (!99)
  • use truncated exponential backoff with jitter when polling actions (!88)

Features

  • use available ip from pool (!81)

Bug Fixes

  • deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.10.2 (!83)

Bug Fixes

  • improve log messages (!67)
  • managed by label should be the software name (!64)

Features

  • use new hetzner cloud instance group abstraction (!53)
  • rename access_token config to token (!58)
  • remove disable_public_networks config field (!59)
  • move project to gitlab.com/hetznercloud/fleeting-plugin-hetzner (!35)
  • rename cloud_init_user_data settings to user_data (fleeting-plugin-hetzner/fleeting-plugin-hetzner!33)

Bug Fixes

  • deps: update gitlab.com/gitlab-org/fleeting/fleeting to 20240408 revision (fleeting-plugin-hetzner/fleeting-plugin-hetzner!29)
  • wrong server location

Features

  • Support custom cloud-init user data (2c9a8877)
  • Implement support for private networks (fc1fd091)
  • Change SSH key generation slightly (f2c2a368)
  • Delete servers on plugin shutdown (9217b4af)
  • Implement basic functionality (429b6070)
  • Start implementing some of the basic Hetzner API calls (a7144cd2)
  • Remove WinRM support (2af26d66)

Bug Fixes

  • Fix arch info returned in ConnectInfo data (eb0f4334)
  • Workaround for ServerStatusOff (d487cb43)
  • Fix plugin configuration to work with config.toml data (5ea43110)