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
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.

- Internal operator refactoring: introduce a build() step in the reconciler that
assembles all relevant Kubernetes resources before anything is applied ([#1053]).
- Bump `stackable-operator` to 0.114.0 ([#1063]).
- Bump `stackable-operator` to 0.116.0 ([#1063], [#1077]).
- The RBAC ServiceAccount and RoleBinding are now built with the operator-rs `v2::rbac`
functions and carry the full set of recommended labels ([#1060]).
- BREAKING: The `servers` role is now required by the CRD.
Expand All @@ -22,6 +22,15 @@ All notable changes to this project will be documented in this file.
- The discovery ConfigMap is now always written, with empty `ZOOKEEPER` and `ZOOKEEPER_HOSTS` while
the listener publishes no addresses ([#1069]).
- All product containers now run with `securityContext.runAsNonRoot` set to `true` to improve security ([#1070]).
- BREAKING: Remove the `app.kubernetes.io/component` and `app.kubernetes.io/role-group` labels
from the resources they don't apply to (previously set to `none` or the placeholder value
`discovery`).
Server StatefulSets created by older operator versions cannot be updated in place: after the operator
upgrade, delete each server StatefulSet so that the operator immediately recreates it with the new labels ([#1077]).
- Environment variable overrides (`envOverrides`) are now merged into the operator-set
environment variables by name, so an override replaces the operator's value instead of
producing a duplicated entry whose precedence depended on Kubernetes' duplicate-name
handling ([#1077]).

### Fixed

Expand All @@ -35,6 +44,7 @@ All notable changes to this project will be documented in this file.
[#1068]: https://github.com/stackabletech/zookeeper-operator/pull/1068
[#1069]: https://github.com/stackabletech/zookeeper-operator/pull/1069
[#1070]: https://github.com/stackabletech/zookeeper-operator/pull/1070
[#1077]: https://github.com/stackabletech/zookeeper-operator/pull/1077

## [26.7.0] - 2026-07-21

Expand Down
Loading
Loading