Dynatrace Operator release notes version 0.15.0

Release date: Dec 13, 2023

New features and enhancements

  • Dynatrace Operator can now fully manage the creation and maintenance of EdgeConnect entries in the Dynatrace environment.
  • In configurations where enableIstio is enabled, the oneagent-initial-connect-retry-ms feature flag is automatically activated, setting the OneAgent's initialConnectRetry parameter to 6 seconds.
  • Improved the create/update logic for secrets in the namespaces. Previously, if the Dynatrace Operator encountered an error while creating either the dataIngest or initSecret in a monitored namespace, it would halt the process, preventing the creation or update of subsequent secrets.
  • Istio custom resource version has been updated from v1alpha3 to v1beta1 in Dynatrace Operator and tests.
  • Added a policy to Dynatrace Operator within the install-oneagent init container that ensures the monitoring mode is always set as specified in the DynaKube. This update prevents missed monitoring due to race conditions between the injected applications and the Dynatrace Operator components.

Resolved issues

  • The labels specified in namespaceSelector have been enhanced with validation process ensuring that only correctly formatted labels are accepted.
  • The generate-release-notes.sh script now produces specific notes for both pre-release and release Dynatrace Operator versions.
  • Fixed a DNS lookup issue in the startup probe for domains other than cluster.local.
  • Fixed an issue where ServiceEntries and VirtualServices were losing their OwnerReferences during updates.
  • Introduced a validator to check for incorrect apiUrl configurations in DynaKubes intended for Kubernetes App.
  • The skipCertCheck parameter is now correctly propagated to the image library.