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