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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ All notable changes to this project will be documented in this file.
### Fixed

- Application template merging should not ignore "*Overrides" fields ([#680]).
- SparkHistoryServer security.properties now contain the correct JVM DNS settings used across all Java products in the SDP platform ([#692]).

### Changed

- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#674]).
- Remove runtime usage of `product-config`. Default values that previously came from `deploy/config-spec/properties.yaml` are now defined in operator code and merged with CRD `configOverrides` ([#692]).
Comment thread
maltesander marked this conversation as resolved.
- BREAKING: Values previously configured via `properties.yaml` (the `product-config` mechanism) are no longer read at runtime. Users who relied on this file to set configuration defaults must migrate those settings to the `configOverrides` field in their custom resources ([#692]).
- BREAKING: Each custom resource accepts now only the known config files in `configOverrides`:
- `SparkApplication`: `spark-env.sh` and `security.properties`
- `SparkHistoryServer`: `spark-defaults.conf`, `spark-env.sh` and `security.properties`
Expand All @@ -30,6 +33,7 @@ All notable changes to this project will be documented in this file.
[#684]: https://github.com/stackabletech/spark-k8s-operator/pull/684
[#687]: https://github.com/stackabletech/spark-k8s-operator/pull/687
[#689]: https://github.com/stackabletech/spark-k8s-operator/pull/689
[#692]: https://github.com/stackabletech/spark-k8s-operator/pull/692

## [26.3.0] - 2026-03-16

Expand Down
Loading
Loading