Skip to content

v2.20.2

Choose a tag to compare

@hcloud-bot hcloud-bot released this 16 Apr 06:33
7c7d75b

Volume Label Truncation Issue

The label value truncation introduced in v2.20.1 could produce values
starting with a non-alphanumeric character (e.g. -), which is invalid
per the https://docs.hetzner.cloud/reference/cloud#description/labels.
Truncated values are now stripped of leading non-alphanumeric characters
to ensure they remain valid.

Bug Fixes

  • strip leading non-alphanumeric characters after truncating volume label (#1328)