Skip to content

Commit 65f3317

Browse files
chore: Apply suggestions
Co-authored-by: Nick <[email protected]>
1 parent 5f035ad commit 65f3317

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
=== 25.7.0
77

8-
Released on YYYY-MM-DD.
8+
Released on 2025-07-23.
99
(Optional description / introduction)
1010

1111
[NOTE]
@@ -15,7 +15,7 @@ The SDP 25.7.0 release is the first release which will **only** be published on
1515

1616
[NOTE]
1717
====
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.
1919
The tool itself was never tied to a particular version of SDP.
2020
As such, it was decided to version `stackablectl` independently.
2121
// 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
3737
====== Automatic cluster domain detection
3838

3939
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`.
4141
The helm-charts takes care of this.
4242

4343
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].
4747

4848
====== Observability
4949

50-
* All operators support sending OpenTelemetry logs and traces.
50+
* All operators support sending OpenTelemetry logs and traces via OTLP.
5151
* All operators use unified CLI arguments and environment variables to configure the exporters.
5252
* All operators allow exporter configuration via Helm values.
5353
* All exporters are disabled by default, except for console logs, which remain enabled by default.
5454

5555
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.
5656

57-
====== AuthZ
57+
====== Authorization
5858

5959
The user-info-fetcher backend now supports fetching user groups from Microsoft Entra (experimental).
6060
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].
8080
* Custom NiFi Archives (NARs) and Python components can be loaded from Git repositories with git-sync.
8181
See https://github.com/stackabletech/nifi-operator/issues/739[nifi-operator#739] and documentation on xref:nifi:usage_guide/custom-components.adoc[custom components].
8282
* 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)
8484
See xref:nifi:usage_guide/clustering.adoc#backend-kubernetes[NiFi backend documentation] and https://github.com/stackabletech/nifi-operator/issues/737[nifi-operator#737].
8585
* Rolling upgrades are now supported between NiFi 2 versions.
8686
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
149149
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`.
150150
See xref:trino:usage-guide/listenerclass.adoc[Trino ListenerClass documentation] and https://github.com/stackabletech/issues/issues/692#issuecomment-3001089387[issues#692 (comment)].
151151

152-
====== AuthZ
152+
====== Authorization
153153

154154
The user-info-fetcher AD backend now filters by both UPN and SAN fields when fetching user groups.
155155
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]
191191

192192
===== Apache NiFi
193193

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.
195195
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].
196196
* Re-add Iceberg support to NiFi 2.4.0, which was removed upstream starting with version 2.0.0.
197197
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]
251251

252252
===== Apache HBase
253253

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.
255255
This includes metrics exposed via the JMX exporter.
256256
All supported HBase versions expose metrics via the built in Prometheus servlet.
257257
See https://github.com/stackabletech/hbase-operator/pull/672[hbase-operator#672].

0 commit comments

Comments
 (0)