Skip to content

v1.2.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 14:58
· 344 commits to main since this release
7a31795

⚠️ 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.2.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.2.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.2.0-rc.0/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.2.0-rc.0/kubernetes-csi.yaml

Openshift

oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.2.0-rc.0/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.2.0-rc.0/openshift-csi.yaml

Features

  • Metadata Enrichment is no longer bound to the OneAgent injection, it can be configured separately. This has been achieved by introducing a new v1beta2 apiVersion
  • Operator components are now supported on s390x
  • Added shortnames dk and dks for the DynaKube in order to be able to query them quicker.

Full changelog will be published with the final release, including bugfixes and further smaller improvements!