Skip to content

Releases: hetznercloud/terraform-provider-hcloud

v1.27.2

30 Jun 12:07
Compare
Choose a tag to compare

Changelog

f397c38 Add a feature request template
b461911 Fix hcloud_snapshot resource documentation
8d20464 Fix spelling and grammar mistakes
219a635 Update hcloud-go to v1.28.0

v1.27.1

28 Jun 07:58
Compare
Choose a tag to compare

Changelog

71f995b Add issue template
ad88a85 Add missing docs about the network attribute/argument on hcloud_server and implement the datatransformation of the network for the attribute
72a5fb4 Add testcase
449710e Add tests for terraform 1.0
0cfa7c8 Docs: Add missing firewall_ids to hcloud_server resource and datasource
80ee6fa Docs: Improve documentation for hcloud_firewall resource to include information about port ranges and the any keyword (#381)
8f1c5c1 Docs: Mark example "hcloud_token" variable as sensitive
b941c69 Fix non iso8601 timestamp in hcloud_image datasource
993b3cd Fix tests
e775c36 Generate Changelog with goreleaser
1795d37 Improve error messages from hcloud-go
895813e Improve hcloud_rdns resource documentation and validation of fields server_id and floating_ip_id that should be mutually exclusive
3cdd11b Increase create timeout for servers and snapshots
68a3d6a Move logic around to make it more readable
faa1553 Network Attachments: Retry on ServiceError and NoSubnetAvailable Error
edbddcf Update dependencies
4027dd6 Update terraform SDK to v2.7.0

v1.27.0

17 Jun 10:04
Compare
Choose a tag to compare
Add support for GRE and ESP protocols in firewalls

Signed-off-by: Lukas Kämmerling <[email protected]>

v1.26.2

28 May 10:41
Compare
Choose a tag to compare
Release 1.26.2

This is just a re-release of 1.26.1. Due to problems during the release
of 1.26.1 a checksum mismatch error occurred.

Closes #362

v1.26.1

28 May 09:45
Compare
Choose a tag to compare
Add explicit dependency to sub-network

v1.26.0

30 Mar 09:50
Compare
Choose a tag to compare

FEATURES:

  • New Resource hcloud_managed_certificate
  • New Resource hcloud_uploaded_certificate

CHANGED:

  • Deprecated Resource hcloud_certificate

v1.25.2

16 Mar 07:33
78635a5
Compare
Choose a tag to compare

BUG FIXES:

  • hcloud_firewall resource: plugin normalized CIDRs silently.

v1.25.1

10 Mar 15:06
Compare
Choose a tag to compare

BUG FIXES:

  • hcloud_firewall documentation: fix name of firewall_ids property.

v1.25.0

10 Mar 13:23
Compare
Choose a tag to compare

FEATURES:

  • New Resource: hcloud_snapshot
  • New Resource: hcloud_firewall
  • New Data Source: hcloud_firewall

BUG FIXES:

  • hcloud_server resource: image had a wrong type (int instead of string) when a server was created from a snapshot
  • hcloud_load_balancer_target resource: force recreation when changing a target attribute (server_id, ip or label_selector)

NOTES:

  • The provider is now built with Go 1.16

v1.24.1

04 Feb 07:10
Compare
Choose a tag to compare

BUG FIXES:

  • hcloud_volume datasource: id is now marked as computed to allow more setups where the id is unknown
  • hcloud_ssh_key datasource: id is now marked as computed to allow more setups where the id is unknown
  • hcloud_network datasource: id is now marked as computed to allow more setups where the id is unknown
  • hcloud_image datasource: id is now marked as computed to allow more setups where the id is unknown
  • hcloud_certificate datasource: id is now marked as computed to allow more setups where the id is unknown
  • hcloud_volume resource: Automount is now working when you attach an already existing volume to a server.