artifacthub helm/dynatrace/dynatrace-operator 0.8.2
v0.8.2

latest releases: 1.3.0-rc.1, 1.2.2, 1.2.1...
2 years ago

Installation

For information on how to install the dynatrace-operater please visit our official Documentation.

Upgrade instructions

The Operator can be upgraded from the last release with, the following commands.

Kubernetes (with CSI driver)

kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.8.2/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.8.2/kubernetes-csi.yaml

Kubernetes (default)

kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.8.2/kubernetes.yaml

Openshift (with CSI driver)

oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.8.2/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.8.2/openshift-csi.yaml

Openshift (default)

oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.8.2/openshift.yaml

Helm

The Operator's helm chart can be upgraded from the last version with,

helm repo update
helm upgrade dynatrace-operator dynatrace/dynatrace-operator --reuse-values --atomic --version="0.8.2"

What's Changed

Bugfixes

  • Readd the version log to the top of the logs by @0sewa0 in #1104
  • Fix initial setup for codeModulesImage feature on new cluster by @0sewa0 in #1103

Core changes

Full Changelog: v0.8.1...v0.8.2

Don't miss a new dynatrace-operator release

NewReleases is sending notifications on new releases.