Skip to content

v2.26.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 19:43
· 701 commits to master since this release
v2.26.0
154a3a6

IMPROVEMENTS:

  • datadog_logs_custom_pipeline: Add mutex to logs custom pipeline resource (#1069)
  • datadog_logs_custom_pipeline: Use code formatting in description for attribute re-mapper (#1061)
  • datadog_monitor: Update monitor critical threshold documentation (#1055)
  • datadog_monitor: Retry on 504's when validating monitors (#1038)
  • datadog_dashboard_json: Ignore widget IDs for diff on dashboard JSON resource (#1028)
  • datadog_monitor: Add monitors datasource for multiple monitors (#1048)
  • datadog_synthetics_test: Add support for setCookie, dnsServerPort, allowFailure and isCritical fields for Synthetics tests (#1052)
  • datadog_dashboard: Add new properties to group widget, note widget and image widget (#1044)
  • datadog_synthetics_test: Add support for icmp tests (#1030)
  • datadog_dashboard: Implement formulas and functions for geomap widgets (#1043)
  • datadog_dashboard: Formula and Function support for Toplist Widgets in Dashboard resource (#951)
  • datadog_dashboard: Add reflow_type property for dashboards (#1017)
  • datadog_dashboard: Formula and Function support for Query Value Widgets in Dashboard resource (#953)

FEATURES:

  • datadog_service_level_objective: Add SLO data sources (#931)

BUGFIXES:

  • datadog_downtime: Properly mark active/disabled fields as readonly to avoid diffs (#1034)
  • datadog_integration_aws: Mark AWS account as non existent if GET returns 400 when AWS integration not installed (#1047)

NOTES:

  • Use custom transport for HTTPClient to enable retries on 429 and 5xx http errors (#1054)
  • Update Datadog api go client. See here for changes.