Skip to content

v0.15.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 08:42
· 810 commits to main since this release
06f776f

⚠️ This is a pre-release, which has no official support by Dynatrace. If you run into issues with this specific release, please open a Github Issue!

Release notes for v0.15.0 will be published in our official documentation.

Installation

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

Upgrade/Install instructions

Helm

helm upgrade dynatrace-operator oci://docker.io/dynatrace/dynatrace-operator \
  --set "installCRD=true" \
  --set "csidriver.enabled=true" \
  --version "0.15.0-rc.0" \
  --create-namespace --namespace dynatrace \
  --install \
  --atomic

Kubernetes

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

Openshift

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

Features

  • Creation and maintenance of the EdgeConnect entries in the Dynatrace Environment can be fully managed by the Operator.
  • A new injection failure policy is added to the operator (i.e. install-oneagent init container). It always enforces the monitoring mode to the one specified by the customer in the DynaKube.

Full changelog will be published with the final release, including bugfixes and further smaller improvements!