Skip to content

Commit faee9b4

Browse files
authored
feat: Support PodDisruptionBudgets for HistoryServer (#288)
* feat: Support PodDisruptionBudgets for HistoryServer * changelog
1 parent f707dbd commit faee9b4

File tree

17 files changed

+404
-273
lines changed

17 files changed

+404
-273
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ All notable changes to this project will be documented in this file.
88

99
- Default stackableVersion to operator version. It is recommended to remove `spec.image.stackableVersion` from your custom resources ([#267], [#268]).
1010
- Configuration overrides for the JVM security properties, such as DNS caching ([#272]).
11+
- Support PodDisruptionBudgets for HistoryServer ([#288]).
1112

1213
### Changed
1314

1415
- `vector` `0.26.0` -> `0.31.0` ([#269]).
15-
- `operator-rs` `0.44.0` -> `0.48.0` ([#267], [#275]).
16+
- `operator-rs` `0.44.0` -> `0.52.1` ([#267], [#275], [#288]).
1617
- Removed usages of SPARK_DAEMON_JAVA_OPTS since it's not a reliable way to pass extra JVM options ([#272]).
1718
- [BREAKING] use product image selection instead of version ([#275]).
1819
- [BREAKING] refactored application roles to use `CommonConfiguration` structures from the operator framework ([#277]).
@@ -30,6 +31,7 @@ All notable changes to this project will be documented in this file.
3031
[#277]: https://github.com/stackabletech/spark-k8s-operator/pull/277
3132
[#281]: https://github.com/stackabletech/spark-k8s-operator/pull/281
3233
[#286]: https://github.com/stackabletech/spark-k8s-operator/pull/286
34+
[#288]: https://github.com/stackabletech/spark-k8s-operator/pull/288
3335

3436
## [23.7.0] - 2023-07-14
3537

0 commit comments

Comments
 (0)