Skip to content

Commit a378e19

Browse files
committed
chore(25.3.0): Add Druid changes
1 parent 4778de3 commit a378e19

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Authorization::
2020
OPA Rego rules no longer require the `future.keywords` import.
2121
They have been stabilised in OPA 1.0 and are now implicitly imported.
2222

23+
Druid::
24+
25+
The default memory limits have been increased for following roles:
26+
* Coordinator: From `512Mi` to `768Mi`
27+
* Middle Manager: From `1Gi` to `1500Mi`.
28+
29+
NOTE: Upgrades to existing deployments could cause memory limits to be reached on the node/namespace.
30+
2331
==== Platform deprecations
2432

2533
==== Product versions
@@ -104,6 +112,13 @@ S3 bucket `region` can now be configured for `S3Connection`, `S3Bucket`, and inl
104112

105113
NOTE: Products that use the Hadoop S3 implementation previously defaulted to `us-east-2`, so if there are bucket connectivity problems, you will need to set the region `us-east-2` explicitly.
106114

115+
===== Druid operator
116+
117+
NOTE: All Druid versions are affected.
118+
119+
If druid-opa-authorizer is used, `input.user` needs to be replaced by `input.authenticationResult.identity` in applicable Rego rules.
120+
Change in https://github.com/stackabletech/druid-opa-authorizer/pull/85[Add authenticationResponse context to OpaInput].
121+
107122
===== OPA operator
108123

109124
* Using `if` for all rules and `contains` for multi-value rules is now mandatory.

0 commit comments

Comments
 (0)