Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

v0.10.2

Latest
Compare
Choose a tag to compare
@DTMad DTMad released this 07 Sep 06:03
ec9c8df

Bug fixes

  • Fixed a bug where the proxy setting was not properly passed when using immutable images (#394)
  • Fixed a bug where the proxy value was not properly used in the Operator (#396)

Other changes

  • Removed PodSecurityPolicies since they got removed with Kubernetes 1.22 (#392)
  • Updated the apiVersion of the CRD from v1beta1 to v1 since v1beta1 got removed with Kubernetes 1.22 (#393)
  • Added a separate openshift3.11.yaml as release artifact to allow compatibility with deprecated apiVersions for the CRD (#395)

Upgrading

The Operator can be upgraded from 0.10.1 with,

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

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

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