File tree Expand file tree Collapse file tree
modules/ROOT/partials/release-notes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,6 +214,15 @@ Fixed in https://github.com/stackabletech/hbase-operator/pull/716[hbase-operator
214214The operator now utilizes the `.spec.clusterConfig.authorization.opa.package` field instead of hard-coding the OPA package name to `nifi`.
215215Fixed in https://github.com/stackabletech/nifi-operator/pull/881[nifi-operator#881].
216216
217+ ===== Apache Spark
218+
219+ * Driver pods are now garbage collected when the spark application is finished.
220+ Previously, driver pods created by the submit job would be left hanging even after the job has been deleted.
221+ Fixed in https://github.com/stackabletech/spark-k8s-operator/pull/649[spark-k8s-operator#649].
222+ * Fix application pod specifications when both the history server and the S3 connection reference the same SecretClass object.
223+ Previously this would lead to duplicate volume. With this release that duplication is removed.
224+ Fixed in https://github.com/stackabletech/spark-k8s-operator/pull/655[spark-k8s-operator#655].
225+
217226
218227==== Supported versions
219228
You can’t perform that action at this time.
0 commit comments