Skip to content

Commit

Permalink
feat: Support PodDisruptionBudgets for HistoryServer (#288)
Browse files Browse the repository at this point in the history
* feat: Support PodDisruptionBudgets for HistoryServer

* changelog
  • Loading branch information
sbernauer authored Oct 6, 2023
1 parent f707dbd commit faee9b4
Show file tree
Hide file tree
Showing 17 changed files with 404 additions and 273 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ All notable changes to this project will be documented in this file.

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

### Changed

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

## [23.7.0] - 2023-07-14

Expand Down
Loading

0 comments on commit faee9b4

Please sign in to comment.