chore(deps): update terraform hcloud to v1.60.1#252
chore(deps): update terraform hcloud to v1.60.1#252renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Terraform Format and Style 🖌
|
Base branch requires signed commits
c2c11d3 to
d05825e
Compare
Terraform Format and Style 🖌
|
Base branch requires signed commits
d05825e to
725c46e
Compare
Terraform Format and Style 🖌
|
725c46e to
3dbae8d
Compare
Terraform Format and Style 🖌
|
3dbae8d to
8707481
Compare
Terraform Format and Style 🖌
|
8707481 to
e2e2a84
Compare
Terraform Format and Style 🖌
|
e2e2a84 to
3697ca9
Compare
Terraform Format and Style 🖌
|
3697ca9 to
c987547
Compare
Terraform Format and Style 🖌
|
76974b0 to
805a07e
Compare
Terraform Format and Style 🖌
|
805a07e to
45cf672
Compare
Terraform Format and Style 🖌
|
45cf672 to
0d0cb9f
Compare
Terraform Format and Style 🖌
|
0d0cb9f to
167370a
Compare
Terraform Format and Style 🖌
|
167370a to
3616653
Compare
Terraform Format and Style 🖌
|
3616653 to
e7978fe
Compare
Terraform Format and Style 🖌
|
e7978fe to
31e2475
Compare
Terraform Format and Style 🖌
|
This PR contains the following updates:
1.48.0→1.60.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
hetznercloud/terraform-provider-hcloud (hcloud)
v1.60.1Compare Source
Bug Fixes
v1.60.0Compare Source
Features
zone_recordresource (#1228)v1.59.0Compare Source
Features
Bug Fixes
v1.58.0Compare Source
Breaking Change for the Storage Box resource
Previously the
hcloud_storage_boxresource ignored any changes to thessh_keysattribute to avoid accidentally deleting the Storage Box (SSH Keys can not be changed through the API after the Storage Box is created).This is changed in this release, we now mark the resource as "requires replacement" if the SSH Keys are changed. If you want to ignore changes and keep the previous behaviour, please add the attribute to
lifecycle.ignore_changes:We are releasing this breaking change in a minor version as the Storage Box support is marked as experimental.
Deprecation of
datacenterattribute for Primary IPs and ServersThe
datacenterattributes is deprecated inPrimary IPsandServersAPI resources and will be removed after 1 July 2026. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters for more details.Therefore,
datacenterattributes is deprecated in favour of thelocationattribute in the following Terraform resources/datasources:hcloud_serverdata.hcloud_serverdata.hcloud_servershcloud_primary_ipdata.hcloud_primary_ipdata.hcloud_primary_ipsThe
locationattribute already exists for Servers, and was added for Primary IPs.The
datacenterattribute will not be updated any more after it is no longer returned by the API. For existing resources this will keep the previous value, for new resources this will result in an empty string.Please make sure to upgrade to
v1.58.0+before the removal date to avoid potential crashes in the provider.Features
Bug Fixes
v1.57.0Compare Source
Storage Box API Experimental
This release adds support for the Storage Box API.
The Storage Box integration will be introduced as an experimental feature. This experimental phase is expected to last until 2 January 2026. During this period, upcoming minor releases of the project may include breaking changes to features related to the Storage Box API. You can find out the current state of this in #1285.
This release includes all changes from the recent Storage Box API changelog entry.
Examples
Features
Bug Fixes
v1.56.0Compare Source
DNS API is now generally available
The DNS API is now generally available, as well as support for features in this project that are related to the DNS API.
To migrate existing zones to the new DNS API, see the DNS migration guide.
See the changelog for more details.
Server and load balancer network attachment
With this release, the
hcloud_server_networkandhcloud_load_balancer_networkresource now supports assigning a server or load balancer to a specific network subnet using thesubnet_idattribute. Thesubnet_idattribute also validates that thenetwork_idandipattributes are consistent with thesubnet_id. If they are not consistent, the resource will be replaced.In the
hcloud_server_networkresource, thealias_ipsattributes now defaults to an empty set when undefined.Features
v1.55.0Compare Source
Features
txt_recordhelper function (#1227)Bug Fixes
v1.54.0Compare Source
DNS API Beta
This release adds support for the new DNS API.
The DNS API is currently in beta, which will likely end on 10 November 2025. After the beta ended, it will no longer be possible to create new zones in the old DNS system. See the DNS Beta FAQ for more details.
Future minor releases of this project may include breaking changes for features that are related to the DNS API.
See the DNS API Beta changelog for more details.
Examples
Features
v1.53.1Compare Source
Bug Fixes
v1.53.0Compare Source
Server Types now depend on Locations.
We added a new
locationsproperty to the Server Types resource. The new property defines a list of supported Locations and additional per Locations details such as deprecations information.We deprecated the
deprecationproperty from the Server Types resource. The property will gradually be phased out as per Locations deprecations are being announced. Please use the new per Locations deprecation information instead.See our changelog for more details.
Upgrading
Features
Bug Fixes
v1.52.0Compare Source
Features
v1.51.0Compare Source
Features
v1.50.1Compare Source
Bug Fixes
v1.50.0Compare Source
In this release, we upgraded the underlying Hetzner Cloud API client (hcloud-go) for the entire provider, which involves risk of breakage. Please make sure to test this new version before using it on production environments.
Features
Bug Fixes
v1.49.1Compare Source
Bug Fixes
v1.49.0Compare Source
Features
Bug Fixes
v1.48.1Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.