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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,11 @@ It should be noted that conversions in the opposite direction - from v1alpha2 to
30
30
See the xref:airflow:usage-guide/mounting-dags.adoc#_via_git_sync[DAG mounting usage guide] for more details.
31
31
Implemented in https://github.com/stackabletech/airflow-operator/issues/382[airflow-operator#382].
32
32
33
+
===== Apache HBase
34
+
35
+
Add the `hbase.rest.endpoint` field to the restserver rolegroup ConfigMap for advertising the REST servers.
36
+
Implemented in https://github.com/stackabletech/hbase-operator/pull/708[hbase-operator#708] and https://github.com/stackabletech/hbase-operator/pull/716[hbase-operator#716].
37
+
33
38
===== Apache Hive
34
39
35
40
The Stackable operator for Apache Hive now supports delegating authorization requests to the Open Policy Agent (OPA) using a custom https://github.com/boschglobal/hive-metastore-opa-authorizer[hive-metastore-opa-authorizer] plugin.
@@ -209,10 +214,12 @@ Fixed in https://github.com/stackabletech/issues/issues/821[issues#821].
209
214
The documentation has been xref:airflow:troubleshooting/index.adoc#_setting_api_workers[corrected] and clarified to reflect this.
210
215
Fixed in https://github.com/stackabletech/airflow-operator/pull/727[airflow-operator#727].
211
216
212
-
===== Apache HBase
217
+
[#druid-fixes-26_3_0]
218
+
===== Apache Druid
213
219
214
-
Add the `hbase.rest.endpoint` field to the restserver rolegroup ConfigMap for advertising the REST servers.
215
-
Fixed in https://github.com/stackabletech/hbase-operator/pull/716[hbase-operator#716].
220
+
*Breaking:* Starting with Druid 35, the router requires higher CPU resources.
221
+
CPU request and limit have been bumped from `100m` and `400m` to `300m` and `1200m` respectively.
222
+
Fixed in https://github.com/stackabletech/druid-operator/pull/786[druid-operator#786].
0 commit comments