Skip to content

v2.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Feb 13:48
· 2 commits to main since this release
20b44ec

What's Changed

  • 🌱 Fix "phasing-out-datacenters" by @guettli in #79

From upstream hcloud ccm:

The server.datacenter field is deprecated and will be removed from the API response after July 2026: https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters

To avoid a breaking change in HCCM, we decided to statically map from the old location names to the existing datacenter names for the topology.kubernetes.io/zone label. For new locations we will return the location name without a -dcxx suffix.

Deployments of hcloud-cloud-controller-manager that are not updated when the field is removed from the API will panic with the following error:

"Observed a panic" panic="runtime error: invalid memory address or nil pointer dereference" panicGoValue=""invalid memory address or nil pointer dereference""

hcloud ccm PR #1159


Full Changelog: v2.0.3...v2.0.4