Skip to content

Update Terraform hcloud to v1.68.0 - #1

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hcloud-1.x
Open

Update Terraform hcloud to v1.68.0#1
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hcloud-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 1, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
hcloud (source) required_provider minor 1.58.01.68.0

Release Notes

hetznercloud/terraform-provider-hcloud (hcloud)

v1.68.0

Compare Source

Compare to previous version

Features
Bug Fixes

v1.67.0

Compare Source

Compare to previous version

Removed datacenter from Server and Primary IP

The deprecated datacenter attribute was marked for removal from the Server and Primary IP resources/data sources. You must use the location attribute instead. Since the property was already removed from the Hetzner Cloud API, we do not consider this a breaking change (see changelog entry).

[!IMPORTANT]
Action required: Please update all configuration that uses the datacenter attribute to use the location attribute instead.

Before:

resource "hcloud_server" "main" {
  // ...
  datacenter = "hel1-dc1"
}

resource "hcloud_primary_ip" "main" {
  // ...
  datacenter = "hel1-dc1"
}

After:

resource "hcloud_server" "main" {
  // ...
  location = "hel1"
}

resource "hcloud_primary_ip" "main" {
  // ...
  location = "hel1"
}
Features
Bug Fixes

v1.66.1

Compare Source

Compare to previous version

Bug Fixes
  • primary_ip: only validate assignee attributes when known (#​1487) (8fc1a69)
  • server: inconsistent image attribute when using data source (#​1489) (3fefa12)

v1.66.0

Compare Source

Datacenter data sources are deprecated

The hcloud_datacenter and hcloud_datacenters data sources are deprecated and will be removed after 1 Oct. 2026. After this date, requests to the datacenters API endpoints will return HTTP 410 Gone.

Please use the hcloud_location and hcloud_locations data sources instead.

See the changelog for more details.

Features
  • image: warn when using a deprecated image (#​1456)
  • deprecate hcloud_datacenter(s) data sources (#​1463)
Bug Fixes
  • handle invalid input errors without details (#​1453)

v1.65.0

Compare Source

Features
  • primary-ip: make auto_delete attribute optional (#​1429)
  • server: remove allow_deprecated_images from hcloud_server (#​1435)
Bug Fixes
  • primary-ip: do not update assignee on unknown assignee_type (#​1440)

v1.64.0

Compare Source

Features
  • load-balancer: support timeout_idle http service attribute (#​1398)
  • drop support for terraform v1.13 (#​1418)
  • add support for terraform v1.15 (#​1418)
  • drop support for opentofu v1.9 (#​1420)
  • add support for opentofu v1.12 (#​1420)
Bug Fixes
  • rdns: gracefully handle not found errors (#​1419)
  • server: handle ipv6 when removing public net block (#​1427)
  • server: allow both network_id and subnet_id to be defined (#​1430)

v1.63.0

Compare Source

Features
  • server: add subnet_id support (#​1278)

v1.62.0

Compare Source

Primary IPs assignee_type behavior change

The hcloud_primary_ip resource will now:

  • raise a warning if assignee_type attribute is configured without assignee_id attribute
  • raise an error if assignee_id attribute is configured without assignee_type attribute

As of 1 August 2026, the behavior of the Primary IP assignee_type property will change, and will return unassigned when the Primary IP is not assigned (when assignee_id is null). The goal is to eventually assign Primary IPs to other resource types, not only to server.

See the changelog for more details.

In addition, the Primary IP request body assignee_type property of the operation POST /v1/primary_ips is now optional. Primary IPs created without assignee_type return server until 1 August 2026, after this date, its value will be unassigned.

See the changelog for more details.

Features
  • primary-ip: assignee_type attribute is now optional (#​1395)
Bug Fixes
  • firewall: apply_to update removes firewall from state when target resource is not found (#​1380)

v1.61.0

Compare Source

Available and recommended Server Types have been moved
  • Data sources hcloud_datacenter/hcloud_datacenters[]: Attributes supported_server_type_ids[] and available_server_type_ids[] have been deprecated.
  • Data sources hcloud_server_type/hcloud_server_types[]: Attributes locations[].available and locations[].recommended have been added as a replacement for the deprecated datacenter attributes.

See the changelog for more details.

Features
  • server: implement actions for poweron, poweroff, reset, and reboot (#​1342)
  • datacenter, server_type: move available and recommended to server_type (#​1378)
Bug Fixes
  • primary-ip: reassigning fails as IP needs to be unassigned first (#​1353)
  • primary-ip: unassign before deleting a primary ip (#​1384)
  • include response correlation id in api error diagnostics (#​1386)

v1.60.1

Compare Source

Bug Fixes
  • storage-box: subaccount name was ignored (#​1344)

v1.60.0

Compare Source

Features
  • add zone_record resource (#​1228)
  • Storage Box support no longer experimental (#​1329)
  • floating-ip: unassign from server before deleting it (#​1335)

v1.59.0

Compare Source

Features
  • add name to Storage Box Subaccount (#​1323)
Bug Fixes
  • support importing storage box without forced replacement (#​1314)
  • panic on nil action in settle actions helper (#​1321)

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from fdfeaff to 22a4a11 Compare April 30, 2026 03:59
@renovate renovate Bot changed the title Update Terraform hcloud to v1.60.1 Update Terraform hcloud to v1.62.0 Apr 30, 2026
@renovate renovate Bot changed the title Update Terraform hcloud to v1.62.0 Update Terraform hcloud to v1.63.0 May 13, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from 22a4a11 to e83853f Compare May 13, 2026 23:08
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from e83853f to 52eeeeb Compare May 30, 2026 20:05
@renovate renovate Bot changed the title Update Terraform hcloud to v1.63.0 Update Terraform hcloud to v1.64.0 May 30, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from 52eeeeb to 95a557f Compare June 13, 2026 00:00
@renovate renovate Bot changed the title Update Terraform hcloud to v1.64.0 Update Terraform hcloud to v1.65.0 Jun 13, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from 95a557f to 8f2ae31 Compare June 20, 2026 12:09
@renovate renovate Bot changed the title Update Terraform hcloud to v1.65.0 Update Terraform hcloud to v1.66.0 Jun 20, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from 8f2ae31 to 31645cb Compare July 18, 2026 11:33
@renovate renovate Bot changed the title Update Terraform hcloud to v1.66.0 Update Terraform hcloud to v1.66.1 Jul 18, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from 31645cb to 1c9aab7 Compare July 25, 2026 03:59
@renovate renovate Bot changed the title Update Terraform hcloud to v1.66.1 Update Terraform hcloud to v1.67.0 Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from 1c9aab7 to fdbe304 Compare July 29, 2026 04:05
@renovate renovate Bot changed the title Update Terraform hcloud to v1.67.0 Update Terraform hcloud to v1.68.0 Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants