You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-26.7.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ Implemented in https://github.com/stackabletech/opensearch-operator/pull/144[ope
261
261
Previously these objects were immutable and, if deleted, were recreated with new random values; because immutable Secrets are cached, this could disrupt clusters (for example workers failing to join).
262
262
This release migrates existing internal Secrets to mutable versions for
263
263
** Trino in https://github.com/stackabletech/trino-operator/pull/876[trino-operator#876] and
264
-
** Apache Airflow in https://github.com/stackabletech/airflow-operator/pull/770[airflow-operator#770]
264
+
** Apache Airflow in https://github.com/stackabletech/airflow-operator/pull/770[airflow-operator#770].
265
265
266
266
+
267
267
Tracked in https://github.com/stackabletech/issues/issues/843[issues#843].
@@ -288,7 +288,7 @@ Tracked in https://github.com/stackabletech/nifi-opa-plugin/issues/30[nifi-opa-p
288
288
You must recreate any templates in the namespaces where the applications run.
289
289
Fixed in https://github.com/stackabletech/spark-k8s-operator/pull/694[spark-k8s-operator#694] (reapplied in https://github.com/stackabletech/spark-k8s-operator/pull/720[spark-k8s-operator#720]).
290
290
* User arguments are now correctly propagated to the Spark Connect server.
291
-
Previously, the newline concatenation in the Spark Connect server entrypoint was faulty which resulted in user arguments to be dropped.
291
+
Previously, the newline concatenation in the Spark Connect server entrypoint was faulty which resulted in user arguments being dropped.
292
292
Fixed in https://github.com/stackabletech/spark-k8s-operator/pull/696[spark-k8s-operator#696].
293
293
* Spark executors now shut down gracefully on `SIGTERM`.
294
294
Previously the executor did not receive `SIGTERM` when the driver did, so it was `SIGKILL`ed after the grace period.
@@ -303,7 +303,7 @@ Fixed in https://github.com/stackabletech/opa-operator/issues/858[opa-operator#8
303
303
304
304
===== Trino
305
305
306
-
In the last release, hot-reloading of password file Secrets did not work anymore because a change to the Secret triggered a restart of the pods.
306
+
As of SDP 26.3, hot-reloading of password file Secrets did not work anymore because a change to the Secret triggered a restart of the pods.
307
307
With this release, the password file Secrets are excluded from the restart-controller and hot-reloading is supported again.
308
308
Fixed in https://github.com/stackabletech/trino-operator/pull/868[trino-operator#868].
0 commit comments