Releases: Dynatrace/dynatrace-operator
v0.13.0-rc.1
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
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
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
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
⚠️ 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
⚠️ 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
⚠️ 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
- Use
- 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!
v0.11.2
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.2/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.2/kubernetes-csi.yaml
Kubernetes (default)
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.2/kubernetes.yaml
Openshift (with CSI driver)
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.2/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.2/openshift-csi.yaml
Openshift (default)
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.2/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.2"
What's Changed
Release Notes can be found in our official Documentation.
v0.11.1
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.1/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.1/kubernetes-csi.yaml
Kubernetes (default)
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.1/kubernetes.yaml
Openshift (with CSI driver)
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.1/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.1/openshift-csi.yaml
Openshift (default)
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.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.11.1"
What's Changed
Release Notes can be found in our official Documentation.
v0.11.0
Warning
There is a known issue with this release and it should no be used in production. Please consider skipping this release and we are currently on it to release a fix version. It can happen that you may experience ImagePullBackoff scenarios for your oneAgent Pods, which means you will not have monitoring guaranteed.
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.0/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.0/kubernetes-csi.yaml
Kubernetes (default)
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.0/kubernetes.yaml
Openshift (with CSI driver)
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.0/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.0/openshift-csi.yaml
Openshift (default)
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.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.11.0"
What's Changed
Release Notes can be found in our official Documentation.