Skip to content

Commit 992c3e7

Browse files
TechassiNickLarsenNZadwk67lfranckesbernauer
authored
chore(tracking): Release Notes for SDP 25.11.0 (#797)
* chore: Initial commit * docs: Add new general platform features * docs: Add new Airflow features * docs: Add new NiFi features * docs: Add new Spark features * docs: Add new OPA features * docs: Add new Trino features * docs: Add general platform improvements * docs: Add Airflow improvements * docs: Add NiFI improvements * docs: Add Spark improvements * docs: Add Superset improvements * docs: Add OPA improvements * docs: Add commons-operator improvements * docs: Add listener-operator improvements * docs: Add secret-operator improvements * docs: Add new product LTS versions * docs: Add new product versions * docs: Add deprecated product versions * docs: Add removed product versions * docs: Add supported Kubernetes versions * docs: Add supported OpenShift versions * docs: Add upgrade instructions * docs: Add release date * chore: Remove trailing empty line * docs: Add EoS check feature * docs: Introduce a new "platform fixes" section * docs: Add initial OpenSearch announcement * docs: Use correct heading level * docs: Add more content to the OpenSearch section * docs: Explicitly mention secret-operator Helm changes * docs: Mention increased metrics exposure for OPA * docs: Add Kafka KRaft section * docs: Improve/expand metrics section * docs: Move Superset startup probe section * docs: Add release highlights * docs: Add various small tweaks * docs: Update release notes template * docs: Update product order in release notes template * docs: Add Stackable operators to release notes template * docs: Adjust product ordering * docs: Add more small tweaks * docs: Mention how CRD maintenance can be disabled * chore: Apply suggestions Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com> * docs: Adjust casing for some terms * docs: Mention argo-cd-git-ops demo * docs: Add ... to YAML code blocks * docs: Mention that secret-operator CRDs don't need be replaced manually * docs: Mention secret-operator DaemonSet renames * chore: Apply suggestion Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com> * docs: Update getting-started page * docs: Add summary of breaking changes * chore: Add a few small tweaks * chore: Summary -> overview * chore: Apply suggestions Co-authored-by: Lars Francke <github@lars-francke.de> * docs: Add slightly more details to release hightlight * chore: Apply suggestions Co-authored-by: Lars Francke <github@lars-francke.de> * docs: Mark opensearch-operator as experimental Co-authored-by: Lars Francke <github@lars-francke.de> * docs: Improve release notes for listener-operator changes * docs: Tweak listener-operator notes * docs: Add warning about known issues for Kafka with KRaft * docs: Mention additional permission for secret-operator * docs: Mark Kafka metrics change as breaking * docs: Mark HBase and Hadoop metrics changes as breaking * docs: Tweak listener-operator changes * docs: Mention additional secret-operator permission --------- Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com> Co-authored-by: Lars Francke <github@lars-francke.de> Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>
1 parent a460244 commit 992c3e7

File tree

4 files changed

+1056
-55
lines changed

4 files changed

+1056
-55
lines changed

modules/ROOT/pages/getting-started.adoc

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ These can be installed on any node that has access to the Kubernetes control pla
3737
In this example we will install them on the controller node.
3838

3939
Stackable operators can be installed using `stackablectl`.
40-
Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 25.7 release.
40+
Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 25.11 release.
4141

4242
[source,bash]
4343
----
44-
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 25.7
44+
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 25.11
4545
----
4646

4747
.Using Helm instead
@@ -56,12 +56,12 @@ Install the operators:
5656
5757
[source,bash]
5858
----
59-
helm install zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version=25.7.0
60-
helm install kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version=25.7.0
61-
helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version=25.7.0
62-
helm install listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version=25.7.0
63-
helm install commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version=25.7.0
64-
helm install nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version=25.7.0
59+
helm install zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version=25.11.0
60+
helm install kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version=25.11.0
61+
helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version=25.11.0
62+
helm install listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version=25.11.0
63+
helm install commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version=25.11.0
64+
helm install nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version=25.11.0
6565
----
6666
====
6767

@@ -70,12 +70,12 @@ You can check which operators are installed using `stackablectl operator install
7070
[source,console]
7171
----
7272
OPERATOR VERSION NAMESPACE STATUS LAST UPDATED
73-
commons 25.7.0 default deployed 2025-07-24 17:58:32.916032854 +0100 CET
74-
kafka 25.7.0 default deployed 2025-07-24 17:58:55.036115353 +0100 CET
75-
listener 25.7.0 default deployed 2025-07-24 17:59:18.136775259 +0100 CET
76-
nifi 25.7.0 default deployed 2025-07-24 17:59:51.927081648 +0100 CET
77-
secret 25.7.0 default deployed 2025-07-24 18:00:05.060241771 +0100 CET
78-
zookeeper 25.7.0 default deployed 2025-07-24 18:00:08.425686918 +0100 CET
73+
commons 25.11.0 default deployed 2025-11-07 17:58:32.916032854 +0100 CET
74+
kafka 25.11.0 default deployed 2025-11-07 17:58:55.036115353 +0100 CET
75+
listener 25.11.0 default deployed 2025-11-07 17:59:18.136775259 +0100 CET
76+
nifi 25.11.0 default deployed 2025-11-07 17:59:51.927081648 +0100 CET
77+
secret 25.11.0 default deployed 2025-11-07 18:00:05.060241771 +0100 CET
78+
zookeeper 25.11.0 default deployed 2025-11-07 18:00:08.425686918 +0100 CET
7979
----
8080

8181
== Deploying Stackable Services

modules/ROOT/pages/release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The Stackable Data Platform consists of multiple operators that work together.
77
Periodically a platform release is made, including all components of the platform at a specific version.
88

99
// WARNING: Please keep the empty newlines, otherwise headings are broken.
10+
include::partial$release-notes/release-25.11.adoc[]
11+
1012
include::partial$release-notes/release-25.7.adoc[]
1113

1214
include::partial$release-notes/release-25.3.adoc[]

0 commit comments

Comments
 (0)