chore(main): release v1.37.0 - #1355
Merged
Merged
Conversation
hcloud-bot
force-pushed
the
releaser-pleaser--branches--main
branch
from
September 10, 2026 10:46
87c82bf to
4b8f07d
Compare
lukasmetzner
approved these changes
Sep 11, 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.
IPv6 ExternalIP
We derive the IPv6 ExternalIP of a Node from the IPv6 subnet the server reports, by using the first address of that subnet. This is wrong for servers that use a different address out of their subnet, and Robot does not report a subnet for every server, in which case the Node got no IPv6 ExternalIP at all. You can now set the address explicitly through the Node annotation
instance.hetzner.cloud/external-ipv6:kubectl annotate node $NODE_NAME --overwrite \ instance.hetzner.cloud/external-ipv6=2001:db8:1234::5The annotation works for Cloud and Robot servers and takes precedence over the derived address. It requires IPv6 to be enabled for Node addresses via
HCLOUD_INSTANCES_ADDRESS_FAMILY.Features
Bug Fixes
PR by releaser-pleaser 🤖
If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs.
Release Notes
Prefix / Start
This will be added to the start of the release notes.
Suffix / End
This will be added to the end of the release notes.