Skip to content

v0.6.0

Compare
Choose a tag to compare
@dt-team-kubernetes dt-team-kubernetes released this 06 May 12:32
· 3 commits to release-0.6 since this release
df84aed

With v0.6.0 we’ve changed the support cadence. Going forward the latest n-2 versions, or 9 months, whichever is longer, are supported.
Helm support is only available if supported versions of Operator and its components are being deployed.

The supported platforms table has been updated and can be found here: Supported Platforms

Install or Upgrade

The Operator can be installed or 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.6.0/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.6.0/kubernetes-csi.yaml

Kubernetes (default)

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

Openshift (with CSI driver)

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

Openshift (default)

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

Helm

The Operator's helm chart can be upgraded from the last version with,

helm repo update
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.6.0/dynatrace.com_dynakubes.yaml
helm upgrade dynatrace-operator dynatrace/dynatrace-operator --reuse-values --atomic --version="0.6.0"

What's Changed

Bugfixes

  • Fixes daemonset deletion issue by @0sewa0 in #505
  • Moves the tls in the correct postion for oneagent daemonset by @0sewa0 in #514
  • Change logging condition when ensuring agProxySecret is deleted by @luhi-DT in #556
  • Makes checking the statusCode safer for ProcessModuleConfig endpoint by @0sewa0 in #570
  • Fix CSI driver daemonset by @chrismuellner in #599
  • Add openshift scc for operator and webhook by @0sewa0 in #602
  • Add validity check for certificates on webhook startup by @luhi-DT in #592
  • Update volume entry if exists by @0sewa0 in #615
  • Allows domainless tenant urls by @toszr in #617
  • Fix phase field not updating by @gkrenn in #614
  • Enables relevant ActiveGate service ports based on capability requirements by @toszr in #622
  • Fix nil panic introduced by installer rework by @0sewa0 in #620
  • Fixes double insert to dynakube table by @0sewa0 in #638
  • Moves the version check in the correct volume publisher by @0sewa0 in #648
  • Webhook AppArmor annotation fixed by @aorcholski in #658
  • ActiveGate webserver's CA mounted properly in OneAgents pods by @mjgrzybek in #661
  • Simplifies the matchLabels for Oneagent daemonset by @0sewa0 in #672
  • Remove version from matchLabels in Helm and Activegate by @0sewa0 in #683
  • Add RW volume for AG tls certificate by @aorcholski in #722
  • Fix check for empty high availability flag by @mjgrzybek in #747
  • Fix automatic kubernetes api monitoring usage being skipped by @chrismuellner in #750
  • Fix activegate service not updating when labels mismatch by @chrismuellner in #749
  • Skip cache removal when file does not exist by @chrismuellner in #754
  • Add ClusterRoles for OLM activegate by @luhi-DT in #759
  • Replace the latest oneagent version endpoint to use the versions endpoint by @0sewa0 in #760

Core changes

  • Adds security context to the operator/webhook by @0sewa0 in #580
  • Removes admission.Errored responses from podmutator webhook by @0sewa0 in #604
  • Switch to distroless base image by @chrismuellner in #596
  • SecurityContext added to ActiveGate container by @aorcholski in #597
  • Dynatrace containers livenessprobes switched from /healthz to /livez by @mjgrzybek in #641
  • Adds detailed logs for the standalone init by @0sewa0 in #619
  • Removes "alpha." from the feature flags + adds deprecation warning for old flags by @0sewa0 in #611
  • Adds database overview to the logs of the csi driver on error and startup by @0sewa0 in #618
  • Reworked phase/status-field handling by @gkrenn in #609
  • Fix mock client for ARM architecture by @chrismuellner in #668
  • Add malformed response to log metadata in dtclient by @gkrenn in #685
  • Prunes the makefile by @0sewa0 in #678
  • Refactor component feature and version labels by @chrismuellner in #726
  • Makes the deprecated feature-flag warning more precise by @0sewa0 in #723
  • Create symlink from filesystem instead of latest version on Dynakube by @chrismuellner in #757

Helm changes

  • Makes apparmor setting more flexible in helm by @0sewa0 in #612
  • Change crdApplied to required for google marketplace by @waodim in #559
  • Add highavailability option for webhook via helm by @waodim in #713

Component changes

  • Adds DNSPolicy to the ActiveGate section by @0sewa0 in #458
  • Adds token scope check for activeGate features by @0sewa0 in #461
  • Add statsd ingest by @toszr in #313
  • Adds warning for missing memory limit for activeGate by @0sewa0 in #538
  • Separate statsd-ingest capability from metrics-ingest by @toszr in #539
  • Exposes custom StatsD and EEC images in DynaKube ActiveGate spec by @toszr in #546
  • Adds Extension Controller/StatsD logs to the ActiveGate support archive by @toszr in #561
  • Adds security context for EEC and StatsD containers (statsd-ingest) by @toszr in #586
  • Maps certain StatsD-related annotations to EEC/StatsD container resource requests or limits by @toszr in #588
  • Maps EEC/StatsD-related annotations to the EEC and data sources runtime properties by @toszr in #582
  • Raw ActiveGate image support by @mjgrzybek in #544
  • Defines constants for environment variables in EEC/StatsD containers by @toszr in #593
  • Includes DT_STATSD_INGEST_URL in the endpoint.properties file injected to pods by @toszr in #594
  • Set terminationGracePeriod for oneagent pods by @chrismuellner in #595
  • Remove preview warning from CSI driver by @waodim in #603
  • Removes statsd-ingest dependency on metrics-ingest by @toszr in #600
  • Multiple osagents on the same node by @mjgrzybek in #608
  • Added opt-in feature flag AnnotationFeatureEnableActivegateRawImage by @mjgrzybek in #616
  • ActiveGate pods support setting PriorityClass by @mjgrzybek in #637
  • Added TopologySpreadConstraints support to ActiveGate spec by @mjgrzybek in #652
  • Remove dataingest environment variable from pod injection by @chrismuellner in #666
  • AnnotationFeatureDisableActivegateRawImage defaults to false by @mjgrzybek in #669

Full Changelog: v0.0.1...v0.6.0