Skip to content

Commit 0489fce

Browse files
committed
docs: Add a few missing changes
1 parent 560a325 commit 0489fce

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ Starting with this release, the release notes for `stackablectl` are located on
2828

2929
====== Security
3030

31-
Users (and services) can now use the new TrustStore resource to request the trust root certificates associated with a SecretClass.
32-
See the xref:secret-operator:truststore.adoc[TrustStore documentation] and https://github.com/stackabletech/secret-operator/issues/410[secret-operator#410].
31+
* Users (and services) can now use the new TrustStore resource to request the trust root certificates associated with a SecretClass.
32+
See the xref:secret-operator:truststore.adoc[TrustStore documentation] and https://github.com/stackabletech/secret-operator/issues/410[secret-operator#410].
33+
* Add support for format-specific annotations to override secret file names.
34+
Names can be customized using secret volume annotations which are listed xref:secret-operator:volume.adoc[in our documentation].
35+
See https://github.com/stackabletech/secret-operator/pull/572[secret-operator#572].
3336

3437
====== Automatic cluster domain detection
3538

@@ -48,16 +51,23 @@ See https://github.com/stackabletech/issues/issues/662[issues#662].
4851
* All operators use unified CLI arguments and environment variables to configure the exporters.
4952
* All operators allow exporter configuration via Helm values.
5053
* All exporters are disabled by default, except for console logs, which remain enabled by default.
54+
* Customization via Helm values is supported for all exporters.
5155

5256
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.
5357

58+
====== AuthZ
59+
60+
The user-info-fetcher backend now supports fetching user groups from Microsoft Entra (experimental).
61+
See https://github.com/stackabletech/opa-operator/pull/712[opa-operator#712].
62+
5463
===== Apache Airflow
5564

5665
* The recent release of Airflow 3 brings with it a raft of changes - with both new features and significant changes to architecture.
5766
SDP offers early experimental support for Airflow 3.0.1 as of SDP 25.7.
5867
This gives users the chance to use the new UI, to https://airflow.apache.org/docs/apache-airflow/3.0.1/installation/upgrading_to_airflow3.html#step-3-dag-authors-check-your-airflow-dags-for-compatibility[update] their DAGs and to test the new OPA authenticator.
5968
See https://github.com/stackabletech/docker-images/issues/1074[docker-images#1074].
6069
* Set the default `airflow.task` log level to `INFO` to not spam the Airflow UI with task logs.
70+
See https://github.com/stackabletech/airflow-operator/pull/649[airflow-operator#649].
6171

6272
===== Apache NiFi
6373

@@ -146,6 +156,8 @@ This includes 3 critical and 97 high-severity CVEs.
146156
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].
147157
* Re-add Iceberg support to NiFi 2.4.0, which was removed upstream starting with version 2.0.0.
148158
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].
159+
* Update patch that allows bypassing the host header validation starting with NiFi 2.4.0.
160+
See https://github.com/stackabletech/docker-images/pull/1125[docker-images#1125].
149161

150162
===== Apache ZooKeeper
151163

0 commit comments

Comments
 (0)