chore(main): release v1.58.0 #1295
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
PR by releaser-pleaser 🤖
If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs.
Release Notes
Prefix / Start
This will be added to the start of the release notes.
Suffix / End
This will be added to the end of the release notes.