chore(deps): update helm release hcloud-csi to v2.20.2#210
Merged
lukasmetzner merged 1 commit intomainfrom Apr 16, 2026
Merged
Conversation
fcfbaae to
9c2b9ee
Compare
9c2b9ee to
02c56c3
Compare
lukasmetzner
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.20.0→2.20.2Release Notes
hetznercloud/csi-driver (hcloud-csi)
v2.20.2Compare Source
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
v2.20.1Compare Source
Validate Volume Labels
With this release, volume labels are validated against Hetzner Cloud API requirements before a volume is created.
To avoid breaking existing setups, label values that exceed the maximum length of 63 characters are automatically truncated from the left, keeping the last 63 characters. This is especially relevant for automatically set labels like
pvc-name,pvc-namespace, andpv-name, which may contain long Kubernetes resource names.Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.