v0.8.1
Installation
For information on how to install the dynatrace-operater 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.8.1/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.8.1/kubernetes-csi.yaml
Kubernetes (default)
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.8.1/kubernetes.yaml
Openshift (with CSI driver)
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.8.1/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.8.1/openshift-csi.yaml
Openshift (default)
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.8.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.8.1"
What's Changed
Core
Bugfixes
- Change security context capability
ALL
to uppercase by @luhi-DT in #1063 - Ensure CSI driver availability on node scale-down by @luhi-DT in #1067
- Fix custom activegate labels in Dynakube by @chrismuellner in #1055
- Set empty workload kind/name on unknown owner by @chrismuellner in #1074
- Fix partial unzip of archive in CSI driver by @0sewa0 in #1059 and #1077
Full Changelog: v0.8.0...v0.8.1