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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
This has the effect that applications where the `spark-submit` Pod fails are not resubmitted.
Previously, Jobs were retried at most 6 times by default ([#647]).
- Support for Spark `3.5.8` ([#650]).
- First class support for S3 buckets on Spark connect clusters ([#652]).

### Changed

Expand All @@ -34,6 +35,7 @@ All notable changes to this project will be documented in this file.
[#649]: https://github.com/stackabletech/spark-k8s-operator/pull/649
[#650]: https://github.com/stackabletech/spark-k8s-operator/pull/650
[#651]: https://github.com/stackabletech/spark-k8s-operator/pull/651
[#652]: https://github.com/stackabletech/spark-k8s-operator/pull/652

## [25.11.0] - 2025-11-07

Expand Down
40 changes: 25 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

120 changes: 72 additions & 48 deletions Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading