Update Terraform hcloud to v1.68.0 - #558
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
from
February 27, 2026 13:09
5fc1e9d to
9a150a1
Compare
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
from
March 13, 2026 10:32
9a150a1 to
0d8b2b8
Compare
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
2 times, most recently
from
April 16, 2026 16:15
92f9ede to
9cb41fb
Compare
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
2 times, most recently
from
April 28, 2026 17:27
840dd13 to
b973b06
Compare
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
from
April 30, 2026 13:48
b973b06 to
27bcda2
Compare
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
from
May 12, 2026 15:47
27bcda2 to
83d9e9e
Compare
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
from
May 28, 2026 17:48
83d9e9e to
798054c
Compare
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
from
June 8, 2026 13:48
798054c to
fdb263e
Compare
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
from
June 18, 2026 18:13
fdb263e to
8e9625a
Compare
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
from
July 12, 2026 09:33
8e9625a to
f268868
Compare
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
2 times, most recently
from
July 20, 2026 22:36
5adb12a to
aad6920
Compare
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
from
July 24, 2026 16:46
aad6920 to
dee048a
Compare
renovate
Bot
force-pushed
the
renovate/hcloud-1.x
branch
from
July 28, 2026 18:57
dee048a to
a5b6b68
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
1.51.0→1.68.0Release Notes
hetznercloud/terraform-provider-hcloud (hcloud)
v1.68.0Compare Source
Compare to previous version
Features
Bug Fixes
v1.67.0Compare Source
Compare to previous version
Removed datacenter from Server and Primary IP
The deprecated
datacenterattribute was marked for removal from the Server and Primary IP resources/data sources. You must use thelocationattribute instead. Since the property was already removed from the Hetzner Cloud API, we do not consider this a breaking change (see changelog entry).Before:
After:
Features
datacenterfrom primary ips and servers (#1501) (59a48f5)Bug Fixes
v1.66.1Compare Source
Compare to previous version
Bug Fixes
v1.66.0Compare Source
Datacenter data sources are deprecated
The
hcloud_datacenterandhcloud_datacentersdata sources are deprecated and will be removed after 1 Oct. 2026. After this date, requests to the datacenters API endpoints will returnHTTP 410 Gone.Please use the
hcloud_locationandhcloud_locationsdata sources instead.See the changelog for more details.
Features
hcloud_datacenter(s)data sources (#1463)Bug Fixes
v1.65.0Compare Source
Features
auto_deleteattribute optional (#1429)allow_deprecated_imagesfromhcloud_server(#1435)Bug Fixes
v1.64.0Compare Source
Features
timeout_idlehttp service attribute (#1398)Bug Fixes
network_idandsubnet_idto be defined (#1430)v1.63.0Compare Source
Features
v1.62.0Compare Source
Primary IPs
assignee_typebehavior changeThe
hcloud_primary_ipresource will now:assignee_typeattribute is configured withoutassignee_idattributeassignee_idattribute is configured withoutassignee_typeattributeAs of 1 August 2026, the behavior of the Primary IP
assignee_typeproperty will change, and will returnunassignedwhen the Primary IP is not assigned (whenassignee_idisnull). The goal is to eventually assign Primary IPs to other resource types, not only toserver.See the changelog for more details.
In addition, the Primary IP request body
assignee_typeproperty of the operationPOST /v1/primary_ipsis now optional. Primary IPs created withoutassignee_typereturnserveruntil 1 August 2026, after this date, its value will beunassigned.See the changelog for more details.
Features
assignee_typeattribute is now optional (#1395)Bug Fixes
v1.61.0Compare Source
Available and recommended Server Types have been moved
hcloud_datacenter/hcloud_datacenters[]: Attributessupported_server_type_ids[]andavailable_server_type_ids[]have been deprecated.hcloud_server_type/hcloud_server_types[]: Attributeslocations[].availableandlocations[].recommendedhave been added as a replacement for the deprecated datacenter attributes.See the changelog for more details.
Features
Bug Fixes
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
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.