Skip to content

4.0.0 / 2025-03-10

Latest
Compare
Choose a tag to compare
@fanny-jiang fanny-jiang released this 11 Mar 18:49
· 1 commit to main since this release
v4.0.0
d78def2

This release has multiple breaking changes. You may need to update your module integration. Note that module
dependencies have been updated.

This release adds support for Puppet 8, updating all classes to use defined class parameters types. Be aware that this change
may break existing implementations.

  • [FEATURE] Add Support for Puppet 8 ([#823])(thanks [@xenon8], [@nielstholenaar]).
    • [FEATURE] Update Module Dependencies including updates for StdLib, migrating to newer functions where appropriate.
    • [FEATURE] Class definitions updated with references to Datadog examples.
    • [FEATURE] Update to CI Builds to work with Ruby 3.
    • [BUGFIX] Fix issue where MSI path was not correctly parsed.
    • [BUGFIX] BREAKING - datadog_agent::integrations::disk now expects booleans for use_mount, all_partitions, and tag_by_filesystem.
    • [BUGFIX] Fix supress_errors typo in the ActiveMQ_xml check. supress_errors is preserved for backwards compatibility, but new suppress_errors should be used instead.
    • [DEPRECATE] Drop support for Puppet 6 and below.
    • [DEPRECATE] Drop support for Datadog Agent version 5, including removal of unit tests.
    • [DEPRECATE] Remove ganglia, graphite, dogstreams, custom_emitters, and use_curl_http_client legacy configuration options, which are no longer supported since Datadog Agent v6+
    • [DEPRECATE] Remove support for supplying a string to the ssl_verify option on the elasticsearch integration. We now use tls_verify which matches core Datadog code.
    • [DEPRECATE] Remove legacy Jenkins integration.
    • [DEPRECATE] skip_event setting on TCP Check class has been removed from the Datadog integration (removed since Datadog Agent v6.4+).
    • [DEPRECATE] Remove support for supplying a String to the ssl_verify option on the elasticsearch integration. Add updated tls_* options to match core Datadog code.
  • [FEATURE] Update mongo configuration template with dbm, database_autodiscovery, reported_database_hostname, and hosts parameters. ([#838]) (thanks [@lu-zhengda]).

Full Changelog: v3.24.0...v4.0.0