Skip to content

v0.11.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrismuellner chrismuellner released this 11 Apr 14:45
· 23 commits to release-0.11 since this release
5002c35

⚠️ 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.11.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

Kubernetes

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

Openshift

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

Features

  • Automatic updates for OneAgent, ActiveGates and Code-modules from a public registry:
    • Add feature.dynatrace.com/public-registry: "true" annotation on Dynakube to use immutable images from Dockerhub for Dynatrace components (Oneagent, Activegate and Codemodules)
    • Note: This feature has a dependency on a soon-to-be-released cluster version and must therefore not be used in production environments.
  • Support archive
    • Run kubectl exec -n dynatrace deployment/dynatrace-operator -- dynatrace-operator support-archive --stdout > operator-support-archive.tgz to create a support archive with logs/manifests for all operator components to provide an improved debug experience.
  • (Preview) Synthetic capability
    • Add feature.dynatrace.com/synthetic-location-entity-id: "<location-id>" annotation on Dynakube to rollout a private synthetic location

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