Update Terraform hcloud to v1.58.0 #196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/hcloud-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.48.1→1.58.0Release Notes
hetznercloud/terraform-provider-hcloud (hcloud)
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Update Terraform hcloud to v1.49.0to Update Terraform hcloud to v1.49.1af619f21275ea340497eUpdate Terraform hcloud to v1.49.1to Update Terraform hcloud to v1.50.05ea340497e86dd59880aUpdate Terraform hcloud to v1.50.0to Update Terraform hcloud to v1.50.186dd59880a76272b1916Update Terraform hcloud to v1.50.1to Update Terraform hcloud to v1.51.076272b1916e45968d174Update Terraform hcloud to v1.51.0to Update Terraform hcloud to v1.52.0e45968d1740211e9e8c60211e9e8c6dfbde1c909dfbde1c909cfa641ad19cfa641ad19ad03827addUpdate Terraform hcloud to v1.52.0to Update Terraform hcloud to v1.53.0ad03827add5f6d1e8178Update Terraform hcloud to v1.53.0to Update Terraform hcloud to v1.53.15f6d1e817880b7ec277dUpdate Terraform hcloud to v1.53.1to Update Terraform hcloud to v1.54.0Update Terraform hcloud to v1.54.0to Update Terraform hcloud to v1.55.080b7ec277d0d3ed9d0be0d3ed9d0bec383250014Update Terraform hcloud to v1.55.0to Update Terraform hcloud to v1.56.0Update Terraform hcloud to v1.56.0to Update Terraform hcloud to v1.57.0c38325001492bdc7695f92bdc7695ff923aa23f2Update Terraform hcloud to v1.57.0to Update Terraform hcloud to v1.58.0f923aa23f2b9e1c0e97dView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.