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-25.11.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ The following components of the SDP contain breaking changes for this release:
31
31
32
32
Traffic between Open Policy Agent (OPA) and clients can be encrypted using TLS by enabling it in the OPA custom resource.
33
33
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.
34
35
See the xref:opa:usage-guide/tls.adoc[TLS encryption documentation page] and https://github.com/stackabletech/opa-operator/issues/581[opa-operator#581].
35
36
36
37
====== End-of-Support (EoS) warning
@@ -64,17 +65,16 @@ See https://github.com/stackabletech/demos/pull/289[demos#289].
64
65
===== Apache Airflow
65
66
66
67
* 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.
68
69
See https://github.com/stackabletech/airflow-operator/issues/200[airflow-operator#200].
69
70
* 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.
70
71
See https://github.com/stackabletech/demos/issues/223[demos#223].
71
72
72
73
===== Apache Kafka
73
74
74
-
This release adds experimental support for KRaftmanaged Kafka clusters.
75
+
This release adds experimental support for KRaft-managed Kafka clusters.
75
76
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.
78
78
See https://github.com/stackabletech/kafka-operator/pull/889[kafka-operator#889].
79
79
80
80
===== Apache NiFi
@@ -214,7 +214,7 @@ priorityClassName: ...
214
214
215
215
===== Apache Airflow
216
216
217
-
* The JWT key is now created internally by the the operator.
217
+
* The JWT key is now created internally by the operator.
218
218
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.
219
219
See https://github.com/stackabletech/airflow-operator/pull/686[airflow-operator#686].
220
220
* 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