Skip to content

Commit c379651

Browse files
feat: Support non-default cluster domain (#290)
* adapt to op-rs 0.79.0 * adapt changelog * cargo +nightly update --breaking -Z unstable-options * bump to op-rs 0.80.0 --------- Co-authored-by: Sebastian Bernauer <[email protected]> Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent f3b1d5e commit c379651

File tree

5 files changed

+142
-81
lines changed

5 files changed

+142
-81
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- The operator can now run on Kubernetes clusters using a non-default cluster domain.
10+
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#290]).
11+
712
### Changed
813

914
- BREAKING: Bump `stackable-operator` to 0.78.0 which includes a new `AuthenticationClassProvider` member for Kerberos. This will need to be considered when validating authentication providers ([#285]).
@@ -14,6 +19,7 @@ All notable changes to this project will be documented in this file.
1419

1520
[#283]: https://github.com/stackabletech/commons-operator/pull/283
1621
[#285]: https://github.com/stackabletech/commons-operator/pull/285
22+
[#290]: https://github.com/stackabletech/commons-operator/pull/290
1723

1824
## [24.7.0] - 2024-07-24
1925

0 commit comments

Comments
 (0)