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-25.3.adoc
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,16 @@ Released on 2025-03-21.
25
25
26
26
===== Security
27
27
28
-
* Additional trust roots can be specified in an `autoTls` SecretClass. See xref:secret-operator:secretclass.adoc[Documentation].
28
+
* Additional trust roots can be specified in an `autoTls` SecretClass.
29
+
See the xref:secret-operator:secretclass.adoc[`autoTls` backend documentation].
29
30
* The Stackable Secret Operator's `experimentalCertManager` backend now supports specifying custom key lengths.
30
31
The `autoTls` backend has supported this since 24.11.
31
32
* Users can now configure the lifetime of self-signed certificates directly in the product's custom resources which influences the frequency of pod restarts.
32
-
Details can be found at xref:concepts:operations/temporary_credentials_lifetime.adoc[].
33
+
Details can be found on the xref:concepts:operations/temporary_credentials_lifetime.adoc[temporary credentials lifetime page].
33
34
34
35
===== Observability
35
36
36
-
Products now log information about their container environment, on startup and on an interval after that. xref:concepts:containerdebug.adoc[]
37
+
Products now log information about their xref:concepts:containerdebug.adoc[container environment], on startup and on an interval after that.
37
38
38
39
===== NiFi
39
40
@@ -88,7 +89,8 @@ They have been stabilised in OPA 1.0 and are now implicitly imported.
88
89
89
90
===== Druid
90
91
91
-
The default memory limits have been increased for following roles:
92
+
The default memory limits have been increased for following roles.
93
+
See https://github.com/stackabletech/druid-operator/pull/685[druid-operator#685].
92
94
93
95
* Coordinator: From `512Mi` to `768Mi`
94
96
* Middle Manager: From `1Gi` to `1500Mi`.
@@ -98,11 +100,13 @@ NOTE: Upgrades to existing deployments could cause memory limits to be reached o
98
100
===== Hive
99
101
100
102
The the default memory reservation of Hive metastore has been increased from `512Mi` to `768Mi` to avoid OOMKilled events.
103
+
See https://github.com/stackabletech/hive-operator/pull/578[hive-operator#578].
101
104
102
105
===== Bug fixes
103
106
104
107
* Previously, pods with a Listener volume were stuck in an "Unknown" state after their node was restarted.
105
108
With this release, Listener volumes are correctly republished and the pods restart as expected.
109
+
See https://github.com/stackabletech/listener-operator/issues/262[listener-operator#262].
106
110
* In 24.11 we used a custom build of jmx_exporter to resolve a https://github.com/stackabletech/issues/issues/649[performance degredation].
107
111
In this release, Java products ship with the fixed upstream https://github.com/prometheus/jmx_exporter/releases/tag/1.1.0[jmx_exporter 1.1.0] which includes https://github.com/prometheus/jmx_exporter/pull/1009[the fix].
108
112
@@ -209,13 +213,15 @@ Of the changes mentioned above, the following are breaking (or could lead to bre
209
213
210
214
===== General
211
215
212
-
S3 bucket `region` can now be configured for `S3Connection`, `S3Bucket`, and inline S3 references. It defaults to `us-east-1`.
216
+
S3 bucket `region` can now be configured for `S3Connection`, `S3Bucket`, and inline S3 references.
217
+
It defaults to `us-east-1`.
218
+
See the https://github.com/stackabletech/issues/issues/696[tracking issue].
213
219
214
220
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.
215
221
216
222
===== Airflow operator
217
223
218
-
The field `.spec.clusterConfig.dagsGitSync[].wait` changed from `uint8` to our human-readable `Duration` type.
224
+
The field `.spec.clusterConfig.dagsGitSync[].wait` changed from `uint8` to our human-readable xref:reference:duration.adoc[`Duration`] type.
219
225
If you have specified a time without a unit, eg: `wait: 20`, you will need to add the applicable unit, eg: `wait: 20s`.
0 commit comments