Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/ROOT/partials/release-notes/release-25.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ See https://github.com/stackabletech/hive-operator/pull/578[hive-operator#578].
* Previously, pods with a Listener volume were stuck in an "Unknown" state after their node was restarted.
With this release, Listener volumes are correctly republished and the pods restart as expected.
See https://github.com/stackabletech/listener-operator/issues/262[listener-operator#262].
* Previously, TLS certificates generated by the secret operator referenced a wrong issuer if the secret operator used an intermediate CA.
With this release, the issuer of the generated TLS certificate is correct and using an intermediate CA in the secret operator works.
See https://github.com/stackabletech/secret-operator/pull/566[secret-operator#566].
* In 24.11 we used a custom build of jmx_exporter to resolve a https://github.com/stackabletech/issues/issues/649[performance degradation].
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].

Expand Down