-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support marking cluster domains as FQDNs, and change the defaul…
…t to FQDN (#939) * fix: Avllow trailing dots in DomainName * Add trailing dot to KubernetesClusterInfo::cluster_domain * Update crates/stackable-operator/src/validation.rs * Update crates/stackable-operator/src/utils/cluster_info.rs Co-authored-by: Malte Sander <malte.sander.it@gmail.com> * Update crates/stackable-operator/src/utils/cluster_info.rs Co-authored-by: Malte Sander <malte.sander.it@gmail.com> * chore: update CHANGELOG to reflect breaking changes in cluster domain handling * test: add additional test cases for FQDN validation * chore: fixed changelog entry * Update crates/stackable-operator/src/utils/cluster_info.rs Co-authored-by: Natalie Klestrup Röijezon <nat.roijezon@stackable.tech> * docs: be more explicit about the change in the CHANGELOG * fix: renamed some variables and functions, since we validate domains, not just FQDNs --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech> Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> Co-authored-by: Malte Sander <malte.sander.it@gmail.com> Co-authored-by: Natalie Klestrup Röijezon <nat.roijezon@stackable.tech>
- Loading branch information
1 parent
953567d
commit 6f1ef43
Showing
4 changed files
with
56 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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