Skip to content

v0.2.2

Compare
Choose a tag to compare
@DTMad DTMad released this 11 Aug 12:03
· 2 commits to release-0.2 since this release
f4fa150

Bug fixes

  • Fixed a bug where the proxy setting was not properly passed when using immutable images (#213)
  • Fixed a bug where the proxy setting was expected in the wrong field in the secret when provided via proxy.valueFrom (#218)

Other changes

  • Removed PodSecurityPolicies since they got removed with Kubernetes 1.22 (#215)
  • Updated the apiVersion of the CRD from v1beta1 to v1 since v1beta1 got removed with Kubernetes 1.22 (#216)

Upgrading

The Operator can be upgraded from 0.2.1 with,

# Kubernetes
$ kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.2.2/kubernetes.yaml

# Openshift
$ oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.2.2/openshift.yaml

# Openshift 3.11
$ oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.2.2/openshift3.11.yaml