datadog-app release v2.5.1

Changed

  • Update upstream chart from version 2.37.6 to 3.13.0
  • Update datadog-agent from 7.40.0 to 7.43.0
  • [BREAKING] Migration to chart-dependency. You should include your whole values in a datadog path. Before:
datadog:
  apiKey: xxxx
  clusterName: giantswarm-abc12
  site: datadoghq.eu

After:

datadog:
  datadog:
    apiKey: xxxx
    clusterName: giantswarm-abc12
    site: datadoghq.eu

This part of our documentation refers to our vintage product. The content may be not valid anymore for our current product. Please check our new documentation hub for the latest state of our docs.