Skip to content

Commit ef71d7c

Browse files
chore: Update to operator-rs 0.78.0 (#472)
* chore: Update to operator-rs 0.80.0 * changelog * Update rust/crd/src/s3logdir.rs Co-authored-by: Nick <[email protected]> * fix compilation --------- Co-authored-by: Nick <[email protected]>
1 parent 0a8bf49 commit ef71d7c

File tree

12 files changed

+1320
-853
lines changed

12 files changed

+1320
-853
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
1515

1616
### Fixed
1717

18+
- BREAKING: The fields `connection` and `host` on `S3Connection` as well as `bucketName` on `S3Bucket`are now mandatory ([#472]).
1819
- Fix `envOverrides` for SparkApplication and SparkHistoryServer ([#451]).
1920
- Ensure SparkApplications can only create a single submit Job. Fix for #457 ([#460]).
2021

@@ -26,6 +27,7 @@ All notable changes to this project will be documented in this file.
2627
[#451]: https://github.com/stackabletech/spark-k8s-operator/pull/451
2728
[#459]: https://github.com/stackabletech/spark-k8s-operator/pull/459
2829
[#460]: https://github.com/stackabletech/spark-k8s-operator/pull/460
30+
[#472]: https://github.com/stackabletech/spark-k8s-operator/pull/472
2931

3032
## [24.7.0] - 2024-07-24
3133

0 commit comments

Comments
 (0)