Skip to content

Commit 4778de3

Browse files
committed
chore(25.3.0): Add OPA rego changes
1 parent b462c5f commit 4778de3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Additional trust roots can be specified in an `autoTls` SecretClass. See xref:se
1515

1616
==== Platform improvements
1717

18+
Authorization::
19+
20+
OPA Rego rules no longer require the `future.keywords` import.
21+
They have been stabilised in OPA 1.0 and are now implicitly imported.
22+
1823
==== Platform deprecations
1924

2025
==== Product versions
@@ -99,6 +104,11 @@ S3 bucket `region` can now be configured for `S3Connection`, `S3Bucket`, and inl
99104

100105
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.
101106

107+
===== OPA operator
108+
109+
* Using `if` for all rules and `contains` for multi-value rules is now mandatory.
110+
* `strict` mode is now enabled by default. For more upgrade information, read the https://www.openpolicyagent.org/docs/latest/v0-upgrade/#upgrading-rego[Upgrading Rego] section of the official documentation.
111+
102112
===== Trino operator
103113

104114
Trino now uses the native S3 implementation which has the following requirements for S3 connections:

0 commit comments

Comments
 (0)