⚠️ Upgrade Notes
This release adds support for Hetzner Bare Metal Servers (Robot Servers) and enables global.enableProvidedByTopology=true, as described in the Hcloud CSI documentation. This setting currently contains a bug that can cause PVC provisioning and pod scheduling failures in clusters spanning multiple Hetzner locations.
See the bug report: hetznercloud/csi-driver#1428
For multi-location clusters, it is recommended to postpone the upgrade until the bug is fixed or disable the feature through var.hcloud_csi_helm_values before upgrading and avoid using bare metal servers:
hcloud_csi_helm_values = {
global = {
enableProvidedByTopology = false
}
}What's Changed
Full Changelog: 5.2.0...5.3.0