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.7.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
=== 25.7.0
7
7
8
-
Released on YYYY-MM-DD.
8
+
Released on 2025-07-23.
9
9
(Optional description / introduction)
10
10
11
11
[NOTE]
@@ -15,7 +15,7 @@ The SDP 25.7.0 release is the first release which will **only** be published on
15
15
16
16
[NOTE]
17
17
====
18
-
In previous releases, releases of the `stackablectl` CLI tool were synced with platform releases.
18
+
Previously, releases of the `stackablectl` CLI tool were synced with platform releases.
19
19
The tool itself was never tied to a particular version of SDP.
20
20
As such, it was decided to version `stackablectl` independently.
21
21
// Starting with this release, the release notes for `stackablectl` are located on a separate xref:management:stackablectl/release-notes.adoc[page].
@@ -37,7 +37,7 @@ Starting with this release, the release notes for `stackablectl` are located on
37
37
====== Automatic cluster domain detection
38
38
39
39
The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
40
-
Operators are now required to have the RBAC permission to get nodes/proxy in the apiGroup `""`.
40
+
Operators are now required to have the RBAC permission to get `nodes/proxy`.
41
41
The helm-charts takes care of this.
42
42
43
43
The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set.
@@ -47,14 +47,14 @@ See https://github.com/stackabletech/issues/issues/662[issues#662].
47
47
48
48
====== Observability
49
49
50
-
* All operators support sending OpenTelemetry logs and traces.
50
+
* All operators support sending OpenTelemetry logs and traces via OTLP.
51
51
* All operators use unified CLI arguments and environment variables to configure the exporters.
52
52
* All operators allow exporter configuration via Helm values.
53
53
* All exporters are disabled by default, except for console logs, which remain enabled by default.
54
54
55
55
Additionally see the official xref:concepts:observability/telemetry.adoc[telemetry documentation page] and the tracking issue https://github.com/stackabletech/issues/issues/639[issues#639] for further details.
56
56
57
-
====== AuthZ
57
+
====== Authorization
58
58
59
59
The user-info-fetcher backend now supports fetching user groups from Microsoft Entra (experimental).
60
60
See https://github.com/stackabletech/opa-operator/pull/712[opa-operator#712].
@@ -80,7 +80,7 @@ See https://github.com/stackabletech/issues/issues/748[issues#748].
80
80
* Custom NiFi Archives (NARs) and Python components can be loaded from Git repositories with git-sync.
81
81
See https://github.com/stackabletech/nifi-operator/issues/739[nifi-operator#739] and documentation on xref:nifi:usage_guide/custom-components.adoc[custom components].
82
82
* The Stackable operator for Apache NiFi now supports using Kubernetes for cluster coordination and storage, rather than ZooKeeper.
83
-
(Requires NiFi 2.x, migrating existing installs is currently not supported)
83
+
(Requires NiFi 2, migrating existing installs is currently not supported)
84
84
See xref:nifi:usage_guide/clustering.adoc#backend-kubernetes[NiFi backend documentation] and https://github.com/stackabletech/nifi-operator/issues/737[nifi-operator#737].
85
85
* Rolling upgrades are now supported between NiFi 2 versions.
86
86
This is the default update strategy for NiFi 2 clusters.
@@ -149,7 +149,7 @@ See the overall tracking issue https://github.com/stackabletech/issues/issues/69
149
149
Both Coordinators and Workers have two services at role group level, a headless service called `<cluster>-<role>-<rolegroup>-headless` and a service for metrics called `<cluster>-<role>-<rolegroup>-metrics`.
150
150
See xref:trino:usage-guide/listenerclass.adoc[Trino ListenerClass documentation] and https://github.com/stackabletech/issues/issues/692#issuecomment-3001089387[issues#692 (comment)].
151
151
152
-
====== AuthZ
152
+
====== Authorization
153
153
154
154
The user-info-fetcher AD backend now filters by both UPN and SAN fields when fetching user groups.
155
155
See the xref:opa:usage-guide/user-info-fetcher.adoc#backend-activedirectory[documentation] and https://github.com/stackabletech/opa-operator/issues/702[opa-operator#702].
@@ -191,7 +191,7 @@ See https://github.com/stackabletech/druid-operator/pull/740[druid-operator#740]
191
191
192
192
===== Apache NiFi
193
193
194
-
* The operator now emits a warning for deprecated sensitive property algorithms in NiFi version 1.x.x and errors out for version 2.x.x if an unsupported sensitive properties algorithm is used.
194
+
* The operator now emits a warning for deprecated sensitive property algorithms in NiFi version 1 and errors out for version 2 if an unsupported sensitive properties algorithm is used.
195
195
See the official https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#property-encryption-algorithms[NiFi documentation] and https://github.com/stackabletech/nifi-operator/issues/791[nifi-operator#791].
196
196
* Re-add Iceberg support to NiFi 2.4.0, which was removed upstream starting with version 2.0.0.
197
197
See xref:nifi:usage_guide/writing-to-iceberg-tables.adoc[NiFi Iceberg documentation] and https://github.com/stackabletech/nifi-operator/issues/738[nifi-operator#738].
@@ -251,7 +251,7 @@ See https://github.com/stackabletech/docker-images/pull/1124[docker-images#1124]
251
251
252
252
===== Apache HBase
253
253
254
-
Starting with this release, support for HBase 2.4.x has been removed.
254
+
Starting with this release, support for HBase 2.4 has been removed.
255
255
This includes metrics exposed via the JMX exporter.
256
256
All supported HBase versions expose metrics via the built in Prometheus servlet.
257
257
See https://github.com/stackabletech/hbase-operator/pull/672[hbase-operator#672].
0 commit comments