Skip to content

Commit

Permalink
feat: Support non-default cluster domain (#870)
Browse files Browse the repository at this point in the history
* adapt to op-rs 0.79.0

* adapt changelog

* cargo +nightly update --breaking -Z unstable-options

* Update rust/crd/src/lib.rs

Co-authored-by: Sebastian Bernauer <[email protected]>

* improve error handling

* adapt to op-rs 0.80.0

---------

Co-authored-by: Sebastian Bernauer <[email protected]>
Co-authored-by: Sebastian Bernauer <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent 0ad1e35 commit b032637
Show file tree
Hide file tree
Showing 11 changed files with 292 additions and 139 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- The operator can now run on Kubernetes clusters using a non-default cluster domain.
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#870]).

### Changed

- Reduce CRD size from `483KB` to `57KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#853]):
Expand All @@ -20,6 +25,7 @@ All notable changes to this project will be documented in this file.

[#853]: https://github.com/stackabletech/zookeeper-operator/pull/853
[#857]: https://github.com/stackabletech/zookeeper-operator/pull/857
[#870]: https://github.com/stackabletech/zookeeper-operator/pull/870
[#872]: https://github.com/stackabletech/zookeeper-operator/pull/872

## [24.7.0] - 2024-07-24
Expand Down
Loading

0 comments on commit b032637

Please sign in to comment.