Skip to content

Releases: hetznercloud/terraform-provider-hcloud

v1.24.0

12 Jan 06:45
Compare
Choose a tag to compare

FEATURES:

  • New Datasource: hcloud_server_type
  • New Datasource: hcloud_server_types
  • New network property for hcloud_server resource.

BUG FIXES:

  • hcloud_volume resource: A race condition was fixed, that was called when you tried to create multiple volumes for a single server
  • hcloud_locations datasource: Use a stable value as IDs instead of a timestamp. We now use a hash of the concatenation of all location IDs as ID
  • hcloud_datacenters datasource: Use a stable value as IDs instead of a timestamp. We now use a hash of the concatenation of all datacenters IDs as ID

Notes:

  • This release is tested against Terraform 0.13.x and 0.14.x. Testing on 0.12.x was removed, therefore Terraform 0.12.x is no longer officially supported

v1.23.0

03 Nov 11:22
5b5a863
Compare
Choose a tag to compare

FEATURES:

  • hcloud_network_subnet supports vSwitch Subnets

Notes:

  • The provider was updated to use the Terraform Plugin SDK v2.

v1.22.0

05 Oct 08:07
Compare
Choose a tag to compare

FEATURES:

  • All hcloud_* resources are now importable.

BUG FIXES:

  • hcloud_rdns resource: It is now possible to import the resource as documented.

v1.21.0

10 Sep 08:29
8e25150
Compare
Choose a tag to compare

1.21.0 (September 09, 2020)

CHANGED:

  • Un-deprecate network_id property of hcloud_load_balancer_network and
    hcloud_server_network resources.
  • Change module path from
    github.com/terraform-providers/terraform-provider-hcloud to
    github.com/hetznercloud/terraform-provider-hcloud

v1.20.1

18 Aug 08:46
eec7014
Compare
Choose a tag to compare

BUG FIXES:

  • hcloud_certificate resource: Updating the certificate needs to recreate the certificate.

NOTES:

  • The provider is now build with Go 1.15
  • We overhauled parts of the underlying test suite

v1.20.0

10 Aug 12:58
Compare
Choose a tag to compare

FEATURES:

  • Allow updating/resizing a Load Balancer through the
    load_balancer_type of hcloud_load_balancer resource
  • Add support for Load Balancer Label Selector and IP targets.

v1.19.2

28 Jul 13:52
1ea8385
Compare
Choose a tag to compare

CHANGED:

  • Deprecate network_id property of hcloud_server_network and
    hcloud_load_balancer_network resources. Introduce a subnet_id
    property as replacement.

    Both resources require a subnet to be created. Since network_id
    references the network and not the subnet there is no explicit
    dependency between those resources. This leads to Terraform creating
    those resources in parallel, which creates a race condition. Users
    stuck with the network_id property can create an explicit dependency
    on the subnet using depends_on to work around this issue.

BUG FIXES:

  • Enable and Disable proxyprotocol on a Load Balancer didn't work after creation
  • Deleted all Load Balancer services when you changed the listen_port of one service
  • hcloud_load_balancer_target was not idempotent when you add a target that was already defined

NOTES:

  • Update to hcloud-go v1.19.0 to fix the bad request issue

v1.19.1

16 Jul 13:51
c8a87a9
Compare
Choose a tag to compare