From e5d4f0b9bbc92285dcdaa544e5926ebee3bf2fae Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Tue, 1 Apr 2025 12:05:10 +0200 Subject: [PATCH 1/2] docs: Update release notes --- modules/ROOT/partials/release-notes/release-25.3.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ROOT/partials/release-notes/release-25.3.adoc b/modules/ROOT/partials/release-notes/release-25.3.adoc index d6ef0fb44..cb4467c4a 100644 --- a/modules/ROOT/partials/release-notes/release-25.3.adoc +++ b/modules/ROOT/partials/release-notes/release-25.3.adoc @@ -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]. From e3ee047a3b052541200074faa93f65c14f191ddc Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Tue, 1 Apr 2025 13:38:57 +0200 Subject: [PATCH 2/2] Update modules/ROOT/partials/release-notes/release-25.3.adoc Co-authored-by: Techassi --- modules/ROOT/partials/release-notes/release-25.3.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/partials/release-notes/release-25.3.adoc b/modules/ROOT/partials/release-notes/release-25.3.adoc index cb4467c4a..de584c6c8 100644 --- a/modules/ROOT/partials/release-notes/release-25.3.adoc +++ b/modules/ROOT/partials/release-notes/release-25.3.adoc @@ -108,7 +108,7 @@ See https://github.com/stackabletech/hive-operator/pull/578[hive-operator#578]. 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. + With this release, the issuer of the generated TLS certificate is correct and using an intermediate CA in the secret operator works as expected. 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].