Skip to content

v1.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 12:40
· 507 commits to main since this release
df8dfb0

⚠️ 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 v1.0.0 will be published in our official documentation.

Installation

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

Helm (recommended)

helm upgrade dynatrace-operator oci://public.ecr.aws/dynatrace/dynatrace-operator   --version 1.0.0-rc.1   --create-namespace --namespace dynatrace   --install   --atomic
Other upgrade/install instructions

Kubernetes

kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.0.0-rc.1/kubernetes.yaml

Openshift

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

Features

  • Add hostGroup field to Dynakube CRD (spec.oneAgent.hostGroup)

Fixes

  • Remove deprecated alpha.operator.dynatrace.com/feature- feature-flag prefix
  • Fix default registry in helm chart and change it from dockerhub to ECR
  • Only support autoUpdate for default registry in EdgeConnect (no autoUpdate for customImages)

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