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.11.adoc
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -393,7 +393,6 @@ See https://github.com/stackabletech/listener-operator/pull/334[listener-operato
393
393
This separation is needed for CRD versioning and conversion by the operator.
394
394
** The controller (which reconciles resources, maintains CRDs and provides the CRD conversion webhook) runs as a Deployment with a single replica.
395
395
** The CSI Provisioner and Driver runs on every Kubernetes cluster node via a DaemonSet (this behaviour is unchanged).
396
-
** The old DaemonSet `secret-operator-daemonset` should be removed manually.
397
396
** The Helm values are adjusted in accordance to the changes above.
398
397
+
399
398
--
@@ -492,6 +491,16 @@ csiNodeDriver:
492
491
493
492
--
494
493
494
+
** As part of the Helm value changes listed above, some resource names have also been updated.
495
+
+
496
+
[WARNING]
497
+
====
498
+
It should be noted that generally no action is required, but that depends on whether or not your deployment scripts (eg: Kustomize) or monitoring/alerting system depends on any of the names and values.
499
+
====
500
+
*** DaemonSet `secret-operator-daemonset` has been renamed to `secret-operator-csi-node-driver`
501
+
**** Container `secret-operator` has been renamed to `csi-node-service`
502
+
503
+
495
504
+
496
505
See https://github.com/stackabletech/secret-operator/pull/645[secret-operator#645].
0 commit comments