Skip to content

2.4.0 / 2018-12-27

Compare
Choose a tag to compare
@truthbk truthbk released this 27 Dec 20:32
d18fc48

Notes

  • [FEATURE] Support EU site in the reporter. See #468
  • [FEATURE] Add datadog_site for EU/USA region support. See #464
  • [FEATURE] Make Agent 6 cmd_port configurable. See #473 (Thanks @arkpoah)
  • [FEATURE] Support backup keyservers. See #470
  • [FEATURE] Support hostname_fqdn. See #481 (Thanks @alexfouche)
  • [FEATURE] Support GCE tag collection. See #481 (Thanks @alexfouche)
  • [FEATURE] Tomcat: support jmx_url option. See #482 (Thanks @evansj)
  • [IMPROVEMENT] Reports: fix hostname_extraction_regex default to undef. See #482 (Thanks @evansj)
  • [IMPROVEMENT] Use recommended locations for integration configs. See #481 (Thanks @alexfouche)
  • [IMPROVEMENT] Silence agent6_extra_options notification on default params. See #449 (Thanks @spectralblu)
  • [IMPROVEMENT] Improve proxy argument management. See #484
  • [IMPROVEMENT] Generic integrations improvements. See #471
  • [BUGFIX] Fix potential dependency cycle when used with other modules. See #463
  • [BUGFIX] Fix Hiera tag merge in process integration. See #481 (Thanks @alexfouche)
  • [BUGFIX] Merge datadog_agent::tags hiera values. See #472 (Thanks @paulhamby)
  • [BUGFIX] Fix apm_enabled YAML. See #466 (Thanks @NoodlesNZ)
  • [BUGFIX] Fix facts_to_tags regression in Agent 6. See #455 (Thanks @tommoyangn)
  • [TEST] Removing sudo: false as required by Travis CI. See #475
  • [TEST] Adding vagrant-based test environment facilities. See #462