Skip to content

Commit cd57e0e

Browse files
committed
chore(25.3.0): Put each sentence on a new line
1 parent e0713c6 commit cd57e0e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,14 +234,16 @@ Change in https://github.com/stackabletech/druid-opa-authorizer/pull/85[druid-op
234234
===== OPA operator
235235

236236
* Using `if` for all rules and `contains` for multi-value rules is now mandatory.
237-
* `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.
237+
* `strict` mode is now enabled by default.
238+
For more upgrade information, read the https://www.openpolicyagent.org/docs/latest/v0-upgrade/#upgrading-rego[Upgrading Rego] section of the official documentation.
238239

239240
===== Trino operator
240241

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

243244
* TLS is always enabled and cannot be disabled.
244-
* Client-side encryption is not supported. Server-side encryption (SSE) is the recommended alternative.
245+
* Client-side encryption is not supported.
246+
Server-side encryption (SSE) is the recommended alternative.
245247
* Multipart (non-streaming) writes and upload are not supported.
246248

247249
Legacy S3 support (via Hadoop) has been disabled and will be removed in a future version of Trino.
@@ -320,7 +322,8 @@ release "commons-operator" uninstalled
320322
----
321323

322324
Afterward you will need to upgrade the CustomResourceDefinitions (CRDs) installed by the Stackable Platform.
323-
The reason for this is that helm will uninstall the operators but not the CRDs. This can be done using `kubectl replace`:
325+
The reason for this is that helm will uninstall the operators but not the CRDs.
326+
This can be done using `kubectl replace`:
324327

325328
[source]
326329
----

0 commit comments

Comments
 (0)