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/pages/release-notes.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ This includes 11 critical and 55 high-severity CVEs.
118
118
119
119
Authorization::
120
120
121
-
* The performance of the xref:hdfs:usage-guide/security.adoc#\_authorization[OPA Authorizer] has been greatly improved.
121
+
* The performance of the xref:hdfs:usage-guide/security.adoc#\_authorization[HDFS OPA Authorizer] has been greatly improved.
122
122
This can in some cases be a breaking change so please make sure to read the hdfs-utils https://github.com/stackabletech/hdfs-utils/releases/tag/v0.4.0[release notes] for details.
123
123
* The User Info Fetcher HTTP API has been replaced with a Rego library. Please see xref:opa:usage-guide/user-info-fetcher#_user_info_fetcher_api[user-info-fetcher API] for more information.
124
124
@@ -146,7 +146,7 @@ The size of the operator deployed CRDs was reduced significantly (see: https://g
146
146
147
147
Bug fixes::
148
148
149
-
* Apache Spark Operator: Ensure Spark applications are submitted only once.
149
+
* Apache Spark: Ensure Spark applications are submitted only once.
150
150
Reconciling applications after the corresponding Job objects have been recycled doesn't lead to the creation of new Job objects.
151
151
This behavior was triggered by different situations, such as when the operator was restarted.
152
152
* Trino, Spark, HBase, Airflow: The https://github.com/stackabletech/issues/issues/548[issues] where config and environment variable overrides did not work consistently have now been fixed.
@@ -156,7 +156,7 @@ Bug fixes::
156
156
This has now been corrected and works for both celery- and kubernetes workers.
157
157
* Operators now do not stop reconciling existing clusters if one of the https://github.com/stackabletech/issues/issues/211[cluster objects cannot be deserialized].
158
158
* Apache HBase: The operator now does not https://github.com/stackabletech/hbase-operator/pull/584[ignore the `hbaseRootdir` config property at role level].
159
-
* Apache Kakfa: The bootstrap Kafka service is now included in https://github.com/stackabletech/kafka-operator/pull/741[certificate SANs].
159
+
* Apache Kafka: The bootstrap Kafka service is now included in https://github.com/stackabletech/kafka-operator/pull/741[certificate SANs].
160
160
* Trino: Do not print credentials to STDOUT during startup.
0 commit comments