Release date: April 24, 2025
If you're running Dynatrace Operator version 1.5, we recommend upgrading to version 1.5.1 to receive the latest important patches.
The Kubernetes dimension names (dt.kubernetes.cluster.id
, dt.kubernetes.workload.kind
, dt.kubernetes.workload.name
) won't be available starting with Dynatrace Operator version 1.7.
If you're still using them, update your configuration, queries, and other references to the new names as soon as possible.
dt.kubernetes.cluster.id
k8s.cluster.uid
dt.kubernetes.workload.kind
k8s.workload.kind
dt.kubernetes.workload.name
k8s.workload.name
cloudNativeFullStack
and hostMonitoring
, OneAgent (host module) no longer depends on the CSI driver. If the CSI driver is not deployed, a hostPath
volume is utilized instead. The default path (/var/opt/dynatrace
) can be overriden via the storageHostPath
field.log_analytics_collector
. Learn how to configure a PVC in our guide and protect yourself from losing log data.debugging
to .spec.activeGate.capabilities
.Providing custom arguments to the OneAgent (.spec.oneagent.*.args) could potentially result in duplications. To prevent unforeseen side effects, duplicates are now avoided, except for arguments --set-host-property
and --set-host-tag
.
Note: Providing --set-host-tag
multiple times with the same tag value is not allowed. Such a DynaKube configuration will be rejected.
key=value
pairs using --set-host-property
arguments. An issue that caused DynaKube configurations to be rejected has now been resolved, allowing the desired host properties to be set successfully..debug
switch now accepts string values, which are correctly interpreted./var/logs
host directory mount is now read-only to ensure access to journald and kubelet logs.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
The “Mark for Termination” event is deprecated and will be removed in a future Operator version. This functionality is now redundant, as it has been superseded by host availability events on host shutdown and reboot introduced in OneAgent version 1.301.
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,
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
v1beta4
. Make sure to update your DynaKube accordingly to use newly introduced features!feature.dynatrace.com/automatic-tls-certificate: false
in your Dynakube configuration.