Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading