Skip to content
Merged
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 @@ -25,13 +25,15 @@ All notable changes to this project will be documented in this file.
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler for spark application, spark connect and spark history server([#687]).
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#689]).
- Fix the `SparkApplication` CRD description, which incorrectly described it as a "Spark cluster stacklet" rather than a Spark application ([#705]).
- BREAKING: make application templates namespaced instead of cluster wide objects ([#694]).

[#674]: https://github.com/stackabletech/spark-k8s-operator/pull/674
[#679]: https://github.com/stackabletech/spark-k8s-operator/pull/679
[#680]: https://github.com/stackabletech/spark-k8s-operator/pull/680
[#684]: https://github.com/stackabletech/spark-k8s-operator/pull/684
[#687]: https://github.com/stackabletech/spark-k8s-operator/pull/687
[#689]: https://github.com/stackabletech/spark-k8s-operator/pull/689
[#694]: https://github.com/stackabletech/spark-k8s-operator/pull/694
[#696]: https://github.com/stackabletech/spark-k8s-operator/pull/696
[#705]: https://github.com/stackabletech/spark-k8s-operator/pull/705

Expand Down
Loading