Skip to content

Commit afaf600

Browse files
committed
chore(25.3.0): Add more links
1 parent e7b1f5b commit afaf600

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@ Released on 2025-03-21.
2525

2626
===== Security
2727

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].
2930
* The Stackable Secret Operator's `experimentalCertManager` backend now supports specifying custom key lengths.
3031
The `autoTls` backend has supported this since 24.11.
3132
* 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].
3334

3435
===== Observability
3536

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.
3738

3839
===== NiFi
3940

@@ -88,7 +89,8 @@ They have been stabilised in OPA 1.0 and are now implicitly imported.
8889

8990
===== Druid
9091

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].
9294

9395
* Coordinator: From `512Mi` to `768Mi`
9496
* Middle Manager: From `1Gi` to `1500Mi`.
@@ -98,11 +100,13 @@ NOTE: Upgrades to existing deployments could cause memory limits to be reached o
98100
===== Hive
99101

100102
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].
101104

102105
===== Bug fixes
103106

104107
* Previously, pods with a Listener volume were stuck in an "Unknown" state after their node was restarted.
105108
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].
106110
* In 24.11 we used a custom build of jmx_exporter to resolve a https://github.com/stackabletech/issues/issues/649[performance degredation].
107111
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].
108112

@@ -209,13 +213,15 @@ Of the changes mentioned above, the following are breaking (or could lead to bre
209213

210214
===== General
211215

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].
213219

214220
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.
215221

216222
===== Airflow operator
217223

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.
219225
If you have specified a time without a unit, eg: `wait: 20`, you will need to add the applicable unit, eg: `wait: 20s`.
220226

221227
===== Druid operator

0 commit comments

Comments
 (0)