Skip to content

Commit 72dbc14

Browse files
committed
docs: Mention that secret-operator CRDs don't need be replaced manually
1 parent 6999bc7 commit 72dbc14

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ It should be noted that generally no action is required, but that depends on whe
386386
+
387387
See https://github.com/stackabletech/listener-operator/pull/334[listener-operator#334] for more details.
388388

389+
[#secret-operator-improvements-25_11_0]
389390
===== Stackable secret-operator
390391

391392
* *Breaking:* The Helm Chart now deploys the secret-operator as two parts.
@@ -709,7 +710,10 @@ Afterwards you will need to upgrade the CustomResourceDefinitions (CRDs) install
709710
The reason for this is that helm will uninstall the operators but not the CRDs.
710711
This can be done using `kubectl replace`.
711712

712-
// TODO: Mention that the CRDs of the secret-operator don't need to be replaced manually.
713+
[NOTE]
714+
====
715+
It should be noted that the SecretClass and TrustStore CRDs don't need to be replaced manually, because the Stackable secret-operator link:#secret-operator-improvements-25_11_0[maintains them by default].
716+
====
713717

714718
[source,shell]
715719
----
@@ -766,7 +770,10 @@ Afterward you will need to upgrade the CustomResourceDefinitions (CRDs) installe
766770
The reason for this is that helm will uninstall the operators but not the CRDs.
767771
This can be done using `kubectl replace`.
768772

769-
// TODO: Mention that the CRDs of the secret-operator don't need to be replaced manually.
773+
[NOTE]
774+
====
775+
It should be noted that the SecretClass and TrustStore CRDs don't need to be replaced manually, because the Stackable secret-operator link:#secret-operator-improvements-25_11_0[maintains them by default].
776+
====
770777

771778
[source,shell]
772779
----

0 commit comments

Comments
 (0)