Skip to content

v0.9.1

Compare
Choose a tag to compare
@dt-team-kubernetes dt-team-kubernetes released this 19 Oct 14:21
· 7 commits to release-0.9 since this release
d48183a

Installation

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

Upgrade instructions

Warning
When upgrading from v0.9.0 additional steps are required when CSI driver was in use. For more information check out the blog post on upgrade issues from v0.9.0 to a different version.

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.9.1/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.9.1/kubernetes-csi.yaml

Kubernetes (default)

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

Openshift (with CSI driver)

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

Openshift (default)

oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.9.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.9.1"

What's Changed

Warning
Activegate Authtoken support is now enabled by default

  • requires additional api token scope: activeGateTokenManagement.create
  • feature.dynatrace.com/activegate-authtoken=false to disable

Bugfixes 🪲

  • Only create secret in monitored namespaces, if it's not present by @0sewa0 in #1222
  • Only require the activeGateTokenManagement.create scope on the api token, if activeGate is used by @0sewa0 in #1220
  • Update CRD caBundle if certificate secret is up to date by @chrismuellner in #1240
  • Default to unprivileged classic oneagent container and allow configuration via feature flag by @chrismuellner in #1254
  • Fix CSI driver pods being stuck in Terminating after restart by @0sewa0 in #1252
  • Fix issues in CSI driver in case of using a Tenant alias by @0sewa0 in #1228
  • Clarify error message in case of missing Dynakube in troubleshoot command by @meik99 in #1235

Full Changelog: v0.9.0...v0.9.1