Skip to content

Releases: hetznercloud/terraform-provider-hcloud

v1.47.0

03 May 15:28
ad9e077
Compare
Choose a tag to compare

1.47.0 (2024-05-02)

Features

Bug Fixes

  • ssh-key: data inconsistency with empty label objects (#922) (7e1bf2c), closes #921
  • subnet: handle new error message for deleting subnets with attached resources (#923) (932c47b)

v1.46.1

08 Apr 08:55
bd5246a
Compare
Choose a tag to compare

1.46.1 (2024-04-05)

Bug Fixes

  • server: cannot update placement group (#902) (fa5f98c)

v1.46.0

26 Mar 15:49
c4ff1fe
Compare
Choose a tag to compare

1.46.0 (2024-03-26)

Features

Bug Fixes

  • add api request status code in error diagnostics (#839) (3689ade)
  • firewall: unnecessary diff if user specified non-minimal IPv6 (40df28d), closes #870
  • return after error in datacenter data source (#847) (bfac734)
  • server: unable to attach two new networks (#901) (df177e2), closes #899

v1.45.0

11 Jan 16:32
6011b42
Compare
Choose a tag to compare

1.45.0 (2024-01-11)

Features

  • provider: choose between constant & exponential backoff for actions (#798) (fa7ea1f)
  • server: add primary_disk_size attribute in resource and datasource (#801) (98c2f2d)

Bug Fixes

  • network: mark data source fields as computed (#805) (63e157c)
  • placement-group: mark data source fields as computed (#806) (53069ac)
  • server: missing field primary_disk_size (#811) (9bd0ef0)

v1.44.1

05 Oct 07:56
b6d42a6
Compare
Choose a tag to compare

1.44.1 (2023-10-05)

Bug Fixes

v1.44.0

04 Oct 10:56
98dc4b2
Compare
Choose a tag to compare

1.44.0 (2023-10-04)

Features

  • setup initial plugin framework skaffolding (#749) (5c284e2)

Bug Fixes

  • poll_interval not working as expected (6ef7467)

v1.43.0

20 Sep 10:56
91a7b1a
Compare
Choose a tag to compare

1.43.0 (2023-09-20)

Features

  • build with Go 1.21 (#753) (f68e079)
  • server: Optional graceful shutdown before deleting servers (#755) (0c477a3)

v1.42.1

14 Aug 13:39
8e14ea6
Compare
Choose a tag to compare

1.42.1 (2023-08-14)

Bug Fixes

  • primary_ip: list data source only returned first 25 IPs (#729) (62e9781)
  • server: panic when passing empty string as ssh key (#736) (d57b386)
  • server: Return nil instead of "<nil>" with IPv4/IPv6 disabled (#723) (6cd2a37)
  • use exponential backoff when retrying actions (#735) (d51ee4a)

v1.42.0

24 Jul 12:47
2c0d3cc
Compare
Choose a tag to compare

1.42.0 (2023-07-13)

Features

  • image: add filter include_deprecated to datasources (#685) (#717) (9f039ba)

Bug Fixes

  • lb: early validation for lb_target arguments (#721) (10928d1)
  • rdns: crash when resource was deleted outside of terraform (#720) (aad0614), closes #710

v1.41.0

22 Jun 10:43
053cbdc
Compare
Choose a tag to compare

1.41.0 (2023-06-22)

Features

  • network: add support for exposing routes to vswitch connection (#703) (f213550)