Skip to content

chore(deps): update terraform hcloud to v1.68.0 - #623

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

chore(deps): update terraform hcloud to v1.68.0#623
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/hcloud-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
hcloud (source) required_provider minor 1.60.11.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)

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • 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 changed the title chore(deps): update terraform hcloud to v1.61.0 chore(deps): update terraform hcloud to v1.62.0 Apr 28, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from 1741edc to a9db730 Compare April 28, 2026 15:15
@renovate renovate Bot changed the title chore(deps): update terraform hcloud to v1.62.0 chore(deps): update terraform hcloud to v1.63.0 May 12, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from a9db730 to cdece18 Compare May 12, 2026 17:00
@renovate renovate Bot changed the title chore(deps): update terraform hcloud to v1.63.0 chore(deps): update terraform hcloud to v1.64.0 May 28, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from cdece18 to 5d13681 Compare May 28, 2026 19:44
@renovate renovate Bot changed the title chore(deps): update terraform hcloud to v1.64.0 chore(deps): update terraform hcloud to v1.65.0 Jun 8, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from 5d13681 to f58cf1c Compare June 8, 2026 17:01
@renovate renovate Bot changed the title chore(deps): update terraform hcloud to v1.65.0 chore(deps): update terraform hcloud to v1.66.0 Jun 18, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from f58cf1c to b0a8d0f Compare June 18, 2026 20:10
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch 2 times, most recently from b557b92 to 56de2c4 Compare July 15, 2026 15:47
@renovate renovate Bot changed the title chore(deps): update terraform hcloud to v1.66.0 chore(deps): update terraform hcloud to v1.66.1 Jul 15, 2026
@renovate renovate Bot changed the title chore(deps): update terraform hcloud to v1.66.1 chore(deps): update terraform hcloud to v1.67.0 Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from 56de2c4 to 9523ea6 Compare July 24, 2026 19:57
@renovate renovate Bot changed the title chore(deps): update terraform hcloud to v1.67.0 chore(deps): update terraform hcloud to v1.68.0 Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from 9523ea6 to ca6ed19 Compare July 28, 2026 18:55
@renovate
renovate Bot force-pushed the renovate/hcloud-1.x branch from ca6ed19 to f75792b Compare August 14, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants