Skip to content

v0.7.1

Compare
Choose a tag to compare
@dt-team-kubernetes dt-team-kubernetes released this 06 Jul 08:25
· 14 commits to release-0.7 since this release
6a30529

Installation

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

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

Kubernetes (default)

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

Openshift (with CSI driver)

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

Openshift (default)

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

Google Autopilot

kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.7.1/google-autopilot.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.7.1"

What's Changed

Bugfixes

  • Reworks dockerConfig auth setup by @0sewa0 in #892
  • Fix container.conf and ruxitagentproc.conf permission issues by @0sewa0 in #894, #912 and #928
  • Remove unnecessary character in container.conf by @0sewa0 in #878
  • Add namespace to PodDisruptionBudget by @0sewa0 in #897
  • Set priority to null for SCCs by @chrismuellner in #900
  • Makes standalone init env requirements injection specific by @0sewa0 in #920
  • Allow use of empty proxy password by @aorcholski in #907
  • Use correct installer flavor in case of missing annotation for non CSI driver injection by @0sewa0 in #906
  • Use correct architecture for non CSI driver injection by @chrismuellner in #882
  • Use ARM libraries in ARM docker image by @aorcholski in #926

Helm

  • Reuse customPullSecret in values file for other operator components by @0sewa0 in #893
  • Generate separate Google Autopilot manifests by @0sewa0 in #883

Full Changelog: v0.7.0...v0.7.1