Skip to content

Commit a5450d7

Browse files
committed
docs: Add summary of breaking changes
1 parent eb32c1c commit a5450d7

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

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

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
Released on 2026-03-16.
66
(Optional description / introduction)
77

8+
[WARNING,caption=Overview of breaking changes]
9+
====
10+
The following components of the SDP contain breaking changes for this release:
11+
12+
* link:#airflow-removals-26_3_0[Apache Airflow]
13+
* link:#druid-fixes-26_3_0[Apache Druid]
14+
* link:#nifi-improvements-26_3_0[Apache NiFi]
15+
* link:#trino-improvements-26_3_0[Trino]
16+
* link:#commons-fixes-26_3_0[Stackable commons-operator]
17+
* link:#secret-removals-26_3_0[Stackable secret-operator]
18+
====
19+
820
==== New platform features
921

1022
===== General
@@ -168,6 +180,7 @@ Now both TLS and non-TLS modes are supported.
168180
It should be noted that this is not yet supported by the Kafka Controller (available in Kafka 4.x).
169181
====
170182

183+
[#nifi-improvements-26_3_0]
171184
===== Apache NiFi
172185

173186
* *Breaking:* The authorization configuration for the operator has been adjusted to more closely match and represent the Apache NiFi interfaces and implementations.
@@ -307,11 +320,7 @@ When the log file reached a size of 5 MB, an error message repeatedly appeared i
307320
With this release, we have resolved the permissions issue, ensuring that the log file rollover works correctly.
308321
Fixed in https://github.com/stackabletech/opensearch-operator/issues/106[opensearch-operator#106].
309322

310-
===== Trino
311-
312-
The `spec.connector.iceberg.metastore` field in TrinoCatalog is now optional, as Iceberg also supports other catalogs, such as a REST catalog, which (currently) can only be added using configOverrides.
313-
Fixed in https://github.com/stackabletech/trino-operator/pull/841[trino-operator#841].
314-
323+
[#commons-fixes-26_3_0]
315324
===== Stackable commons-operator
316325

317326
*BREAKING:* Prevent an unnecessary restart of Pod 0 of the StatefulSet when the StatefulSet is initially created.
@@ -323,11 +332,13 @@ Fixed in https://github.com/stackabletech/commons-operator/pull/387[commons-oper
323332

324333
==== Platform removals
325334

335+
[#airflow-removals-26_3_0]
326336
===== Apache Airflow
327337

328338
*Breaking:* Users of the `EXPERIMENTAL_FILE_HEADER` and `EXPERIMENTAL_FILE_FOOTER` fields who rely on `AUTH_OID` from the `flask_appbuilder.const` import must switch to `AUTH_OAUTH`.
329339
Removed in https://github.com/stackabletech/airflow-operator/pull/737[airflow-operator#737].
330340

341+
[#secret-removals-26_3_0]
331342
===== Stackable secret-operator
332343

333344
*Breaking:* Removed support for ephemeral CSI volumes.

0 commit comments

Comments
 (0)