artifacthub helm/dynatrace/dynatrace-operator 0.4.0
v0.4.0

latest releases: 1.0.1, 1.1.0-rc.1, 1.1.0-rc.0...
2 years ago

What's Changed

Compared to v0.3.0, the manifests kubernetes-csi.yaml and openshift-csi.yaml only contain the parts necessary for the CSI driver.
If the deployment and the CSI driver are needed, both manifests, <platform>.yaml and <platform>-csi.yaml have to be applied.

New Features 🎉

Bugfixes

  • Update troubleshoot script with activegate version check by @luhi-DT in #369
  • Remove unused KeyValue pair to fix wrong logging by @luhi-DT in #431
  • Adds missing check for hostMonitoring for autoUpdate by @0sewa0 in #480
  • Fix install.sh for kubectl 1.23 or later by @chrkl in #410
  • Fixed error when deploying via GKE deployer image by @meik99 in #443
  • Add missing conversion of env section by @chrismuellner in #475

Code Improvements

Upgrading

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.4.0/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.4.0/kubernetes-csi.yaml

Kubernetes (default)

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

Openshift (with CSI driver)

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

Openshift (default)

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

Don't miss a new dynatrace-operator release

NewReleases is sending notifications on new releases.