Skip to content

Commit 886b837

Browse files
committed
update changelog
1 parent 1f23e36 commit 886b837

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ All notable changes to this project will be documented in this file.
1919
We now correctly handle multiple certificates in this cases.
2020
See [this GitHub issue](https://github.com/stackabletech/issues/issues/764) for details
2121

22+
- The service account of spark applications can now be overriden with pod overrides ([#617]).
23+
24+
Previously the spplication service account was passed as command line argument to spark-submit
25+
and was thus not possible to overwrite with pod overrides for the driver and executors.
26+
This CLI argument has now been moved to the pod templates of the individual roles.
27+
2228
### Removed
2329

2430
- Support for Spark versions 3.5.5 has been dropped ([#610]).
@@ -28,6 +34,7 @@ All notable changes to this project will be documented in this file.
2834
[#608]: https://github.com/stackabletech/spark-k8s-operator/pull/608
2935
[#610]: https://github.com/stackabletech/spark-k8s-operator/pull/610
3036
[#611]: https://github.com/stackabletech/spark-k8s-operator/pull/611
37+
[#617]: https://github.com/stackabletech/spark-k8s-operator/pull/617
3138

3239
## [25.7.0] - 2025-07-23
3340

0 commit comments

Comments
 (0)