Skip to content

Releases: Dynatrace/dynatrace-operator

v0.14.0

13 Oct 09:50
7f0ec1c
Compare
Choose a tag to compare

Installation

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

Upgrade instructions

The Operator can be upgraded from the last release with, the following commands.

Kubernetes (with CSI driver)

kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.14.0/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.14.0/kubernetes-csi.yaml

Kubernetes (default)

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

Openshift (with CSI driver)

oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.14.0/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.14.0/openshift-csi.yaml

Openshift (default)

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

Helm

The Operator's helm chart can be upgraded from the last version with,

helm repo update
helm upgrade dynatrace-operator dynatrace/dynatrace-operator --reuse-values --atomic --version="0.14.0"

What's Changed

Release Notes can be found in our official Documentation.

v0.14.0-rc.0

29 Sep 12:44
f1e141d
Compare
Choose a tag to compare
v0.14.0-rc.0 Pre-release
Pre-release

Warning

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.14.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.14.0-rc.0/kubernetes.yaml

Openshift

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

Features

  • Ensure correct initial connection endpoints for operator provisioned components in case of network zone usage
  • Add EdgeConnect as operator managed component more in our official Documentation
  • Dynamically read liveness/readiness probe from oneAgent image manifest

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

v0.13.0

17 Aug 12:36
5e8aa74
Compare
Choose a tag to compare

Installation

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

Upgrade instructions

The Operator can be upgraded from the last release with, the following commands.

Kubernetes (with CSI driver)

kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.13.0/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.13.0/kubernetes-csi.yaml

Kubernetes (default)

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

Openshift (with CSI driver)

oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.13.0/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.13.0/openshift-csi.yaml

Openshift (default)

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

Helm

The Operator's helm chart can be upgraded from the last version with,

helm repo update
helm upgrade dynatrace-operator dynatrace/dynatrace-operator --reuse-values --atomic --version="0.13.0"

What's Changed

Release Notes can be found in our official Documentation.

v0.13.0-rc.1

08 Aug 13:42
b9bd795
Compare
Choose a tag to compare
v0.13.0-rc.1 Pre-release
Pre-release

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.13.0-rc.1/kubernetes.yaml

Openshift

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

Fixes

  • Fixed an issue that ignored the flag feature.dynatrace.com/oneagent-ignore-proxy in case of applicationMonitoring without CSIDriver
  • Fixed the order of custom args and env variables in case they are set in the Dynakube custom resource, so that they have higher importance than the default ones created by the operator-pod.
  • Fixed a wrong check that prevented the security.openshift.io/csi-ephemeral-volume-profile: "restricted" label to be included on release manifests

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

v0.13.0-rc.0

02 Aug 12:20
a1509e2
Compare
Choose a tag to compare
v0.13.0-rc.0 Pre-release
Pre-release

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.13.0-rc.0/kubernetes.yaml

Openshift

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

Features

  • Add plain HTTP endpoint to ActiveGate pod/service if metrics-ingest AG capability is enabled.
  • Change default CSI Driver logic to use unconfigured codemodules, so they can be shared, resulting in fewer downloads and less storage requirements.
  • Change the archive format of the Support Archive from tarball to ZIP.
  • Update version of Kubernetes connection settings schema to 3.0.0 that is used to setup the connection between the ActiveGate and the monitored Kubernetes cluster. This settings schema version is available since Dynatrace server version 270. For older server versions, the old settings schema will still be used.
  • Add startup-probe subcommand to operator components. The command simply resolves https://kubernetes.default.svc.cluster.local/ hostname.
  • Deprecation of various feature flags. Full list will be available on the official release notes.
  • Set runAsNonRoot explicitly to false if initContainer runs with root user

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

v0.12.1

25 Jul 13:59
e818731
Compare
Choose a tag to compare

Installation

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

Upgrade instructions

The Operator can be upgraded from the last release with, the following commands.

Kubernetes (with CSI driver)

kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.12.1/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.12.1/kubernetes-csi.yaml

Kubernetes (default)

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

Openshift (with CSI driver)

oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.12.1/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.12.1/openshift-csi.yaml

Openshift (default)

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

Helm

The Operator's helm chart can be upgraded from the last version with,

helm repo update
helm upgrade dynatrace-operator dynatrace/dynatrace-operator --reuse-values --atomic --version="0.12.1"

Full Changelog: v0.12.0...v0.12.1

v0.11.3

06 Jul 07:38
eb61653
Compare
Choose a tag to compare

Installation

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

Upgrade instructions

The Operator can be upgraded from the last release with, the following commands.

Kubernetes (with CSI driver)

kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.3/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.3/kubernetes-csi.yaml

Kubernetes (default)

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

Openshift (with CSI driver)

oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.3/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.3/openshift-csi.yaml

Openshift (default)

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

Helm

The Operator's helm chart can be upgraded from the last version with,

helm repo update
helm upgrade dynatrace-operator dynatrace/dynatrace-operator --reuse-values --atomic --version="0.11.3"

Full Changelog: v0.11.2...v0.11.3

v0.12.0

22 Jun 12:09
37283a9
Compare
Choose a tag to compare

⚠️ This release does not properly support tenant aliases and should not be used incase your apiUrl uses a tenant alias. Please use v0.12.1 instead!

Installation

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

Upgrade instructions

The Operator can be upgraded from the last release with, the following commands.

Kubernetes (with CSI driver)

kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.12.0/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.12.0/kubernetes-csi.yaml

Kubernetes (default)

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

Openshift (with CSI driver)

oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.12.0/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.12.0/openshift-csi.yaml

Openshift (default)

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

Helm

The Operator's helm chart can be upgraded from the last version with,

helm repo update
helm upgrade dynatrace-operator dynatrace/dynatrace-operator -f <values.yaml> --atomic --version="0.12.0"

What's Changed

Release Notes can be found in our official Documentation.

v0.12.0-rc.2

14 Jun 12:53
787286c
Compare
Choose a tag to compare
v0.12.0-rc.2 Pre-release
Pre-release

⚠️ 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.12.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.12.0-rc.2/kubernetes.yaml

Openshift

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

Fixes

  • Correct manifest creation for openshift platform release manifests
  • Fixed trustedCAs handling for image registries
  • Fixed hostId calculation, when using a tenant alias

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

v0.12.0-rc.1

06 Jun 14:16
d292d8a
Compare
Choose a tag to compare
v0.12.0-rc.1 Pre-release
Pre-release

⚠️ 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.12.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.12.0-rc.1/kubernetes.yaml

Openshift

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

Features

  • Support for Bottlerocket OS with CSI driver
    • Use feature.dynatrace.com/injection-readonly-volume: "true" feature flag on the Dynakube
  • Add ppc64le architecture for Operator image
  • Remove custom Security Context Constraints on Openshift
    • Reasons as to why this was done and how to remove existing ones will follow for full release!

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