Skip to content

Commit 2bc0dcc

Browse files
NickLarsenNZTechassilfrancke
authored
Release notes 26.7.0 (#893)
* Release notes for 26.7.0 New platform features. Discovered via Claude, using a generated script. This will later inform a skill. Note: It misses release note comments inside PR descriptions. Working on a fix. * Improve generated script It no longer tries to find the "release notes" since they are quite free form. Instead, an LLM can do that but after the script pulls the content. * Rearranged release notes after catching the missing release notes from issues. * remove a todo * nifi cold start * kafka pod FQDNs in cert DNs * TrustStore .spec.tlsPemCaName no configurable * NiFi 1 CRD fields gone, and sensitiveProperties removedl * Nifi OPA Authorizer thread exhaustion * Product changes Based on data in portal, but with a correction for Spark * docs: Tweak 26.7.0 release notes * docs: Fix underscore rendering issue * docs: Apply suggestions from review Co-authored-by: Lars Francke <lars.francke@stackable.tech> * docs: Apply suggestion from review * docs: Add vulnerabilities section * docs: Add Druid deprecation admonition * docs: Update getiing-started page * docs: Apply suggestions from review Co-authored-by: Lars Francke <lars.francke@stackable.tech> * docs: Fix two small typos * docs: Apply suggestions from review Co-authored-by: Lars Francke <lars.francke@stackable.tech> * docs: Move UIF timeout change to fixed section * docs: Mark Druid 37 TLS/S3 region changes as breaking * docs: Update order of breaking changes overview * docs: Use consistent name for UIF * docs: Add release highlights * docs: Apply suggestions from review Co-authored-by: Lars Francke <lars.francke@stackable.tech> * docs: Adjust Superset Celery query section * chore: Add missing colon * docs: Add links to product-specific upgrade guides * docs: Add examples of generic database connections * docs: Mark Kafka FQDN change as breaking * docs: Add SPDX SBOM entry * docs: Apply suggestion from review Co-authored-by: Lars Francke <lars.francke@stackable.tech> --------- Co-authored-by: Techassi <git@techassi.dev> Co-authored-by: Lars Francke <lars.francke@stackable.tech>
1 parent ff36a19 commit 2bc0dcc

4 files changed

Lines changed: 840 additions & 14 deletions

File tree

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 26.3 release.
40+
Run the following commands to install ZooKeeper, Kafka and NiFi from the Stackable 26.7 release.
4141

4242
[source,bash]
4343
----
44-
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 26.3
44+
stackablectl release install -i commons -i secret -i listener -i zookeeper -i kafka -i nifi 26.7
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=26.3.0
60-
helm install kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version=26.3.0
61-
helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version=26.3.0
62-
helm install listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version=26.3.0
63-
helm install commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version=26.3.0
64-
helm install nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version=26.3.0
59+
helm install zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version=26.7.0
60+
helm install kafka-operator oci://oci.stackable.tech/sdp-charts/kafka-operator --version=26.7.0
61+
helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version=26.7.0
62+
helm install listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version=26.7.0
63+
helm install commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version=26.7.0
64+
helm install nifi-operator oci://oci.stackable.tech/sdp-charts/nifi-operator --version=26.7.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 26.3.0 default deployed 2026-03-16 17:58:32.916032854 +0100 CET
74-
kafka 26.3.0 default deployed 2026-03-16 17:58:55.036115353 +0100 CET
75-
listener 26.3.0 default deployed 2026-03-16 17:59:18.136775259 +0100 CET
76-
nifi 26.3.0 default deployed 2026-03-16 17:59:51.927081648 +0100 CET
77-
secret 26.3.0 default deployed 2026-03-16 18:00:05.060241771 +0100 CET
78-
zookeeper 26.3.0 default deployed 2026-03-16 18:00:08.425686918 +0100 CET
73+
commons 26.7.0 default deployed 2026-07-21 17:58:32.916032854 +0100 CET
74+
kafka 26.7.0 default deployed 2026-07-21 17:58:55.036115353 +0100 CET
75+
listener 26.7.0 default deployed 2026-07-21 17:59:18.136775259 +0100 CET
76+
nifi 26.7.0 default deployed 2026-07-21 17:59:51.927081648 +0100 CET
77+
secret 26.7.0 default deployed 2026-07-21 18:00:05.060241771 +0100 CET
78+
zookeeper 26.7.0 default deployed 2026-07-21 18:00:08.425686918 +0100 CET
7979
----
8080

8181
== Deploying Stackable Services

modules/ROOT/pages/release-notes.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,28 @@
66
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

9+
[WARNING]
10+
.Stackable support for Apache Druid is deprecated
11+
====
12+
Stackable's support for xref:druid:index.adoc[Apache Druid] is deprecated as of SDP link:#_release_26_7[26.7] and is planned for removal in SDP 27.11.
13+
This concerns only the Apache Druid integration in the Stackable Data Platform (SDP).
14+
Apache Druid itself is an independent, actively maintained project and is not affected; only its inclusion in the SDP is being discontinued.
15+
We have taken this decision because we have not seen adoption of Apache Druid among our customers.
16+
17+
The planned timeline is:
18+
19+
* SDP 26.7 ships Apache Druid link:#druid-37_0_0[37.0.0], the final LTS version we plan to provide, with approximately one year of support.
20+
* SDP 27.7 is planned to be the last release that includes Apache Druid.
21+
* Apache Druid is planned to be removed in SDP 27.11.
22+
23+
There is no direct replacement for Apache Druid within the SDP.
24+
If you rely on Apache Druid, please contact us via our https://stackable.tech/[homepage] or the https://github.com/orgs/stackabletech/discussions[Discussions forum] to discuss your options.
25+
If you are willing to fund its continued development and support, we are open to reconsidering this decision.
26+
====
27+
928
// WARNING: Please keep the empty newlines, otherwise headings are broken.
29+
include::partial$release-notes/release-26.7.adoc[]
30+
1031
include::partial$release-notes/release-26.3.adoc[]
1132

1233
include::partial$release-notes/release-25.11.adoc[]

0 commit comments

Comments
 (0)