Skip to content

Commit 52fd8d9

Browse files
Techassilfrancke
andauthored
chore: Apply suggestions
Co-authored-by: Lars Francke <github@lars-francke.de>
1 parent 9917707 commit 52fd8d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The following components of the SDP contain breaking changes for this release:
3131

3232
Traffic between Open Policy Agent (OPA) and clients can be encrypted using TLS by enabling it in the OPA custom resource.
3333
The authorizers for Trino and NiFi automatically integrate with these secured OPA deployments and verify the authenticity of the server certificates when TLS for OPA is enabled.
34+
Support for other operators will be rolled out in a future release.
3435
See the xref:opa:usage-guide/tls.adoc[TLS encryption documentation page] and https://github.com/stackabletech/opa-operator/issues/581[opa-operator#581].
3536

3637
====== End-of-Support (EoS) warning
@@ -64,17 +65,16 @@ See https://github.com/stackabletech/demos/pull/289[demos#289].
6465
===== Apache Airflow
6566

6667
* The Airflow xref:airflow:index.adoc#_triggerers[triggerer] component is now supported.
67-
This can be used with DAGs utilising deferrable operators to keep worker slots free and enhance HA.
68+
This can be used with DAGs utilizing deferrable operators to keep worker slots free and enhance HA.
6869
See https://github.com/stackabletech/airflow-operator/issues/200[airflow-operator#200].
6970
* The xref:demos:airflow-scheduled-job.adoc[`airflow-scheduled-job`] demo for Airflow has been extended to showcase some of the new Airflow 3.x features in the context of SDP i.e. event scheduling (with Kafka), triggerer actions and user authorization with OPA and the SDP OPA authorizer.
7071
See https://github.com/stackabletech/demos/issues/223[demos#223].
7172

7273
===== Apache Kafka
7374

74-
This release adds experimental support for KRaft managed Kafka clusters.
75+
This release adds experimental support for KRaft-managed Kafka clusters.
7576
KRaft Controllers can be deployed instead of Apache ZooKeeper to manage the state of Kafka.
76-
// TODO: Should this instead be "... the only cluster management option available."?
77-
KRaft is supported by all Kafka versions provided by SDP, and starting with Kafka 4 it is the only cluster management version available.
77+
KRaft is supported by all Kafka versions provided by SDP, and starting with Kafka 4 it is the only cluster management option available.
7878
See https://github.com/stackabletech/kafka-operator/pull/889[kafka-operator#889].
7979

8080
===== Apache NiFi
@@ -214,7 +214,7 @@ priorityClassName: ...
214214

215215
===== Apache Airflow
216216

217-
* The JWT key is now created internally by the the operator.
217+
* The JWT key is now created internally by the operator.
218218
The same applies to the key previously defined in the credentials secret under `connections.secretKey`: this change is non-breaking, as `connections.secretKey` will be ignored if supplied.
219219
See https://github.com/stackabletech/airflow-operator/pull/686[airflow-operator#686].
220220
* Database initialization routines - which are idempotent and run by default - can be deactivated to e.g. help diagnose or troubleshoot start-up issues via the new `databaseInitialization.enabled` field.

0 commit comments

Comments
 (0)