Skip to content

Commit d360dff

Browse files
Techassilfrancke
andauthored
chore: Apply more suggestions
Co-authored-by: Lars Francke <lars.francke@stackable.tech>
1 parent 6f4f44b commit d360dff

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The Airflow operator also now has the ability to convert certain changes between
4949

5050
[IMPORTANT]
5151
====
52-
It should be noted that conversions in the opposite direction - from v1alpha2 to v1alpha1 - are not possible if the v1alpha2 resource definition refers to the new field.
52+
Conversions in the opposite direction - from v1alpha2 to v1alpha1 - are not possible if the v1alpha2 resource definition refers to the new field.
5353
====
5454

5555
See the xref:airflow:usage-guide/mounting-dags.adoc#_via_git_sync[DAG mounting usage guide] for more details.
@@ -77,7 +77,7 @@ Implemented in https://github.com/stackabletech/hive-operator/issues/388[hive-op
7777
It should be noted that this is not yet supported by the Kafka Controller (available in Kafka 4.x).
7878
====
7979
--
80-
* Users of the Stackable operator for Apache Kafka can now migrate existing 3.9.1 clusters from Apache ZooKeeper to the built in KRaft metadata manager.
80+
* Users of the Stackable operator for Apache Kafka can now migrate existing 3.9.1 clusters from Apache ZooKeeper to the built-in KRaft metadata manager.
8181
See the xref:kafka:usage-guide/kraft-controller.adoc#_kraft_migration_guide[KRaft migration guide] which describes the necessary steps to perform the migration.
8282
Implemented in https://github.com/stackabletech/kafka-operator/pull/923[kafka-operator#923].
8383

@@ -91,7 +91,7 @@ It should be noted that this is not yet supported by the Kafka Controller (avail
9191

9292
+
9393
Implemented in https://github.com/stackabletech/spark-k8s-operator/pull/647[spark-k8s-operator#647].
94-
* This release adds first class support for S3 buckets and connections to Spark Connect servers.
94+
* This release adds first-class support for S3 buckets and connections to Spark Connect servers.
9595
Users can give clients access to all S3 buckets or a selected list.
9696
For more details, see the xref:spark-k8s:usage-guide/spark-connect.adoc[Spark Connect usage guide].
9797
Implemented in https://github.com/stackabletech/spark-k8s-operator/pull/652[spark-k8s-operator#652].
@@ -103,9 +103,9 @@ Implemented in https://github.com/stackabletech/spark-k8s-operator/pull/647[spar
103103
===== Open Policy Agent
104104

105105
* The User Info Fetcher (UIF) now has experimental support for OpenLDAP as a backend.
106-
See the xref:opa:usage-guide/user-info-fetcher.adoc#backend-openldap[documentation] of the UIF for details on how to configure it.
106+
See the xref:opa:usage-guide/user-info-fetcher.adoc#backend-openldap[OpenLDAP backend documentation] of the UIF for details on how to configure it.
107107
Implemented in https://github.com/stackabletech/opa-operator/issues/523[opa-operator#523].
108-
* The OPA operator now supports overriding command-line arguments passed to the OPA binary via the cliOverrides property in the CRD.
108+
* The OPA operator now supports overriding command-line arguments passed to the OPA binary via the `cliOverrides` property in the CRD.
109109
This allows you to customize OPA's behavior by passing additional or overriding existing command-line flags.
110110
See the xref:opa:usage-guide/configuration-environment-overrides.adoc#_cli_overrides[OPA operator documentation] for further details and examples.
111111
Implemented in https://github.com/stackabletech/opa-operator/issues/781[opa-operator#781].
@@ -200,7 +200,7 @@ Implemented in https://github.com/stackabletech/hdfs-operator/pull/751[hdfs-oper
200200

201201
* *Breaking:* The authorization configuration for the operator has been adjusted to more closely match and represent the Apache NiFi interfaces and implementations.
202202
The `opa`, `singleUser`, and `standard` authorization options can now be explicitly set.
203-
This allows to set an `initialAdminUser` for file-based authorization.
203+
This allows setting an `initialAdminUser` for file-based authorization.
204204
+
205205
--
206206
[source,yaml]
@@ -228,7 +228,8 @@ The cluster definition must be extended by an authorization part like shown abov
228228
This means that the bind user now can differ from the `initialAdminUser`.
229229
====
230230

231-
See the xref:nifi:usage_guide/security.adoc#authorization[security usage guide] for more information. Implemented in https://github.com/stackabletech/nifi-operator/pull/884[nifi-operator#884].
231+
See the xref:nifi:usage_guide/security.adoc#authorization[security usage guide] for more information.
232+
Implemented in https://github.com/stackabletech/nifi-operator/pull/884[nifi-operator#884].
232233
--
233234
* There are cases where customers may wish to provide static authorization files (users.xml, authorizer.xml, authorizations.xml) instead of fetching the data dynamically (for instance, when collecting user and group data from AD/Entra).
234235
+
@@ -336,7 +337,7 @@ Fixed in https://github.com/stackabletech/hdfs-operator/pull/746[hdfs-operator#7
336337

337338
===== Apache ZooKeeper
338339

339-
Previously running `zkCli` commands in the ZooKeeper image could fail due to https://issues.apache.org/jira/browse/ZOOKEEPER-4985[an upstream issue ZOOKEEPER-4985].
340+
Previously, running `zkCli` commands in the ZooKeeper image could fail due to https://issues.apache.org/jira/browse/ZOOKEEPER-4985[an upstream issue ZOOKEEPER-4985].
340341
This has now been fixed by setting the environment variable `ZOOCFGDIR`.
341342
Fixed in https://github.com/stackabletech/zookeeper-operator/pull/988[zookeeper-operator#988].
342343

@@ -357,7 +358,7 @@ Fixed in https://github.com/stackabletech/commons-operator/pull/387[commons-oper
357358

358359
[WARNING]
359360
====
360-
It should be noted that the commons-operator now needs the RBAC permission to `create` and `patch` `mutatingwebhookconfigurations`.
361+
The commons-operator now needs the RBAC permission to `create` and `patch` `mutatingwebhookconfigurations`.
361362
Operator installations via the Helm Chart automatically add these new permissions.
362363
====
363364

@@ -464,7 +465,7 @@ Information on how to browse the registry can be found xref:contributor:project-
464465

465466
[WARNING]
466467
====
467-
There currently is one known issue when running on Kubernetes 1.35.
468+
There is one known issue when running on Kubernetes 1.35.2 and earlier. Later versions might have fixed it.
468469
See the link:#known-issues-26_3_0[known issues] section below for more details.
469470
====
470471

0 commit comments

Comments
 (0)