Skip to content

v1.5.0

Compare
Choose a tag to compare
@chimanjain chimanjain released this 20 Mar 15:15
· 175 commits to main since this release
v1.5.0
5a711be

Release Notes - Container Storage Modules Operator v1.5.0

New Features/Changes

Fixed Issues

Known Issues

  • When CSM Operator creates a deployment that includes secrets (e.g., application-mobility, observability, cert-manager, velero), these secrets are not deleted on uninstall and will be left behind. For example, the karavi-topology-tls, otel-collector-tls, and cert-manager-webhook-ca secrets will not be deleted. This should not cause any issues on the system, but all secrets present on the cluster can be found with kubectl get secrets -A, and any unwanted secrets can be deleted with kubectl delete secret -n <secret-namespace> <secret-name>