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-26.3.adoc
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The Airflow operator also now has the ability to convert certain changes between
49
49
50
50
[IMPORTANT]
51
51
====
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.
53
53
====
54
54
55
55
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
77
77
It should be noted that this is not yet supported by the Kafka Controller (available in Kafka 4.x).
78
78
====
79
79
--
80
-
* Users of the Stackable operator for Apache Kafka can now migrate existing 3.9.1 clusters from Apache ZooKeeper to the builtin 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.
81
81
See the xref:kafka:usage-guide/kraft-controller.adoc#_kraft_migration_guide[KRaft migration guide] which describes the necessary steps to perform the migration.
82
82
Implemented in https://github.com/stackabletech/kafka-operator/pull/923[kafka-operator#923].
83
83
@@ -91,7 +91,7 @@ It should be noted that this is not yet supported by the Kafka Controller (avail
91
91
92
92
+
93
93
Implemented in https://github.com/stackabletech/spark-k8s-operator/pull/647[spark-k8s-operator#647].
94
-
* This release adds firstclass 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.
95
95
Users can give clients access to all S3 buckets or a selected list.
96
96
For more details, see the xref:spark-k8s:usage-guide/spark-connect.adoc[Spark Connect usage guide].
97
97
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
103
103
===== Open Policy Agent
104
104
105
105
* 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.
107
107
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.
109
109
This allows you to customize OPA's behavior by passing additional or overriding existing command-line flags.
110
110
See the xref:opa:usage-guide/configuration-environment-overrides.adoc#_cli_overrides[OPA operator documentation] for further details and examples.
111
111
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
200
200
201
201
* *Breaking:* The authorization configuration for the operator has been adjusted to more closely match and represent the Apache NiFi interfaces and implementations.
202
202
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.
204
204
+
205
205
--
206
206
[source,yaml]
@@ -228,7 +228,8 @@ The cluster definition must be extended by an authorization part like shown abov
228
228
This means that the bind user now can differ from the `initialAdminUser`.
229
229
====
230
230
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].
232
233
--
233
234
* 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).
234
235
+
@@ -336,7 +337,7 @@ Fixed in https://github.com/stackabletech/hdfs-operator/pull/746[hdfs-operator#7
336
337
337
338
===== Apache ZooKeeper
338
339
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].
340
341
This has now been fixed by setting the environment variable `ZOOCFGDIR`.
341
342
Fixed in https://github.com/stackabletech/zookeeper-operator/pull/988[zookeeper-operator#988].
342
343
@@ -357,7 +358,7 @@ Fixed in https://github.com/stackabletech/commons-operator/pull/387[commons-oper
357
358
358
359
[WARNING]
359
360
====
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`.
361
362
Operator installations via the Helm Chart automatically add these new permissions.
362
363
====
363
364
@@ -464,7 +465,7 @@ Information on how to browse the registry can be found xref:contributor:project-
464
465
465
466
[WARNING]
466
467
====
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.
468
469
See the link:#known-issues-26_3_0[known issues] section below for more details.
0 commit comments