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 @@ -8,14 +8,23 @@ 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 ([#985]).
- Bump stackable-operator to 0.114.0 ([#994]).
- Bump stackable-operator to 0.116.0 ([#994], [#1011]).
- The RBAC ServiceAccount and RoleBinding are now built with the operator-rs `v2::rbac`
functions and carry the full set of recommended labels ([#990]).
- BREAKING: The `brokers` role is now required by the CRD; a KafkaCluster without it was
previously accepted by the API server but failed reconciliation ([#990]).
- All product containers now run with `securityContext.runAsNonRoot` set to `true` to improve security ([#998]).
- The reconciler now applies resources and derives the cluster status in discrete
apply and update_status steps ([#1000]).
- 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 ([#1011]).
- 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 a placeholder value).
Broker StatefulSets created by older operator versions cannot be updated in place: after the
operator upgrade, delete each broker StatefulSet so that the operator immediately recreates it
with the new labels ([#1011]).

### Fixed

Expand All @@ -28,6 +37,7 @@ All notable changes to this project will be documented in this file.
[#994]: https://github.com/stackabletech/kafka-operator/pull/994
[#998]: https://github.com/stackabletech/kafka-operator/pull/998
[#1000]: https://github.com/stackabletech/kafka-operator/pull/1000
[#1011]: https://github.com/stackabletech/kafka-operator/pull/1011

## [26.7.0] - 2026-07-21

Expand Down
Loading
Loading