Skip to content
Open
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ All notable changes to this project will be documented in this file.
- Bump stackable-operator to 0.114.0 ([#732]).
- The RBAC ServiceAccounts and RoleBindings of the history and connect servers are now
built with the operator-rs `v2::rbac` functions and carry the recommended labels ([#727]).
- All product containers now run with `securityContext.runAsNonRoot` set to `true` to improve security ([#744]).

### Fixed

- Fix a longstanding problem of including empty `categories`, `shortNames` and `additionalPrinterColumns` in the CRDs,
which could cause problems with GitOps tools (e.g. ArgoCD) reporting a diff in the custom resources.
See [our internal issue](https://github.com/stackabletech/hdfs-operator/issues/626) and [the fix](https://github.com/kube-rs/kube/pull/2042) for details ([#744]).

[#721]: https://github.com/stackabletech/spark-k8s-operator/pull/721
[#727]: https://github.com/stackabletech/spark-k8s-operator/pull/727
[#732]: https://github.com/stackabletech/spark-k8s-operator/pull/732
[#744]: https://github.com/stackabletech/spark-k8s-operator/pull/744

## [26.7.0] - 2026-07-21

Expand Down
Loading
Loading