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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ All notable changes to this project will be documented in this file.
- The RBAC ServiceAccount and RoleBinding are now built with the operator-rs `v2::rbac`
functions and carry the full set of recommended labels ([#861]).
- All product containers now run with `securityContext.runAsNonRoot` set to `true` to improve security ([#871]).
- Bump `stackable-operator` to 0.116.0 ([#867], [#880]).
- Environment variable overrides (`envOverrides`) are now applied after all environment
variables set by the operator. In particular, `CONTAINERDEBUG_LOG_DIRECTORY` can now be
overridden, whereas previously the operator's value always took precedence ([#880]).
- 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):
the role-level Service (`<cluster>-server`) and the discovery ConfigMap lose
`app.kubernetes.io/role-group`, and the RBAC ServiceAccount and RoleBinding lose both labels (previously `none`). Anything selecting on these label values must be adjusted. All resources can be updated in place; no manual
deletion is required ([#880]).

### Fixed

Expand All @@ -26,6 +35,7 @@ All notable changes to this project will be documented in this file.
[#867]: https://github.com/stackabletech/opa-operator/pull/867
[#871]: https://github.com/stackabletech/opa-operator/pull/871
[#872]: https://github.com/stackabletech/opa-operator/pull/872
[#880]: https://github.com/stackabletech/opa-operator/pull/880

## [26.7.0] - 2026-07-21

Expand Down
Loading
Loading