Release date: August 18, 2025
This page provides an overview of the patches included in Dynatrace Operator version 1.6.2. For detailed information on new features and other enhancements, see the release notes for version 1.6.
If you're running Dynatrace Operator version 1.6, we recommend upgrading to version 1.6.3 to receive the latest important patches.
We have identified the following known issues with Dynatrace Operator version 1.6.0 - 1.6.2.
codeModulesImage to using it with node image pull, ensure that the CSI driver’s filesystem does not contain a code module for the specified DynaKube. If it does, the CSI driver will fail and require manual intervention to recover.
This issue is fixed in Dynatrace Operator version 1.7+. We highly recommend upgrading to mitigate this issue.
Other ways to solve the problem:
In case this issue is encountered, reverting back to not using the codeModulesImage will make the CSI driver operational again.
You can use the find command to check for the downloaded code module for a DynaKube in the filesystem of the CSI server container:
> find /data -name latest-codemodule/data/_dynakubes/my-dynakube-1/latest-codemodule/data/_dynakubes/my-dynakube-2/latest-codemodule
metadata.dynatrace.com on scheduled customer application pods were not propagated properly to the enrichment file..spec.templates.logMonitoring.resources in the DynaKube..spec.templates.otelCollector.imageRef field in future operator releases. To prepare for this update, users leveraging the Telemetry ingest feature will now receive a warning if an OpenTelemetry collector image is not defined in the configuration.The Helm repository located in dynatrace/helm-charts is deprecated and will stop receiving updates in a future release! If you are still using it,
please update the URL to dynatrace/dynatrace-operator or switch to the OCI registry-based approach. Update the Helm repository URL with the following commands:
helm repo remove dynatracehelm repo add dynatrace https://raw.githubusercontent.com/Dynatrace/dynatrace-operator/main/config/helm/repos/stable
DynaKube CustomResourceDefinition are marked for deprecation and will be removed in specified Dynatrace Operator versions:
v1beta1 will be removed with Dynatrace Operator version 1.7v1beta2 will be removed with Dynatrace Operator version 1.7v1beta3 will be removed with Dynatrace Operator version 1.8There are no breaking changes in this version.