Skip to content

Commit f928035

Browse files
Techassilfrancke
andauthored
docs: Apply suggestions from review
Co-authored-by: Lars Francke <lars.francke@stackable.tech>
1 parent d245186 commit f928035

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/ROOT/partials/release-notes/release-26.7.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Implemented in https://github.com/stackabletech/opensearch-operator/pull/144[ope
261261
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).
262262
This release migrates existing internal Secrets to mutable versions for
263263
** 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].
265265

266266
+
267267
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
288288
You must recreate any templates in the namespaces where the applications run.
289289
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]).
290290
* 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.
292292
Fixed in https://github.com/stackabletech/spark-k8s-operator/pull/696[spark-k8s-operator#696].
293293
* Spark executors now shut down gracefully on `SIGTERM`.
294294
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
303303

304304
===== Trino
305305

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.
307307
With this release, the password file Secrets are excluded from the restart-controller and hot-reloading is supported again.
308308
Fixed in https://github.com/stackabletech/trino-operator/pull/868[trino-operator#868].
309309

0 commit comments

Comments
 (0)