⚠️ This is a pre-release, which has no official support by Dynatrace. If you run into issues with this specific release, please open a Github Issue!
Release notes for v1.4.0 will be published in our official documentation.
Installation
For information on how to install the latest dynatrace-operator please visit our official Documentation.
Helm (recommended)
helm upgrade dynatrace-operator oci://public.ecr.aws/dynatrace/dynatrace-operator \
--version 1.4.0-rc.0 \
--create-namespace --namespace dynatrace \
--install \
--atomic
Other upgrade/install instructions
Kubernetes
# Operator without CSI driver
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.4.0-rc.0/kubernetes.yaml
# Operator with CSI driver
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.4.0-rc.0/kubernetes-csi.yaml
Openshift
# Operator without CSI driver
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.4.0-rc.0/openshift.yaml
# Operator with CSI driver
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.4.0-rc.0/openshift-csi.yaml
Features
Full changelog will be published with the final release, including bugfixes and further smaller improvements!