v1.3.0-rc.0
Pre-release
Pre-release
github-actions
released this
16 Jul 09:23
·
354 commits
to main
since this release
⚠️ 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.3.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.3.0-rc.0 \
--create-namespace --namespace dynatrace \
--install \
--atomic
Other upgrade/install instructions
Kubernetes
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.3.0-rc.0/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.3.0-rc.0/kubernetes-csi.yaml
Openshift
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.3.0-rc.0/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.3.0-rc.0/openshift-csi.yaml
Features
- Add support for Kubernetes Automation in Dynatrace Workflows to Edgeconnect
- Improve contents of Dynakube custom resource status to include more information previously only found in logs
- Enrichment rules from the Dynatrace cluster are now automatically propagated to injected pods
Full changelog will be published with the final release, including bugfixes and further smaller improvements!