Skip to content

Releases: DataDog/puppet-datadog-agent

4.0.3 / 2025-04-14

14 Apr 08:10
v4.0.3
cce8020
Compare
Choose a tag to compare

What's Changed

  • [BUGFIX] Handle Windows Agent pinned version above 7.46 by @tbavelier in #860

Full Changelog: v4.0.2...v4.0.3

4.0.2 / 2025-04-10

10 Apr 12:28
29b68f0
Compare
Choose a tag to compare

What's Changed

  • [CHORE] Explicitly convert matches in agent_version to integers instead of type casting ([#856]) to avoid warnings.

Full Changelog: v4.0.1...v4.0.2

4.0.1 / 2025-04-03

03 Apr 20:22
v4.0.1
34e639c
Compare
Choose a tag to compare
  • [BUGFIX] Bump uri from 1.0.2 to 1.0.3 ([#846]).
  • [BUGFIX] Fix Datadog Reports ([#848]).
  • [BUGFIX] Fix tcp_check for multi-instances ([#851]).
  • [BUGFIX] Fix do not set empty tls_protocols_allowed and tls_ciphers for elasticsearch ([#852])(thanks [@nielstholenaar]).

Full Changelog: v4.0.0...v4.0.1

4.0.0 / 2025-03-10

11 Mar 18:49
v4.0.0
d78def2
Compare
Choose a tag to compare

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

3.24.0 / 2025-02-25

25 Feb 16:56
7f93cb4
Compare
Choose a tag to compare
  • [BUGFIX] Fix incorrect SSL parameter data type for postgres integration ([#824])
  • [FEATURE] Add missing SSL parameters for redis integration ([#835])

Full Changelog: v3.23.0...v3.24.0

3.23.0 / 2024-12-09

10 Dec 08:12
9e53093
Compare
Choose a tag to compare
  • [FEATURE] Add support for DD_REMOTE_POLICIES ([#821])
  • [FEATURE] Add support for Datadog installer on Linux systems ([#820])
  • [DEPRECATE] Deprecate CentOS 6 to 7.51.1 maximum and install only relevant gpg keys on redhat based systems ([#806])
  • [SANITY] Remove a duplicate parameter in the documentation ([#799])(thanks [@albertollamaso])
  • [FEATURE] Allow defining apm_filter_tags and apm_filter_tags_regex to filter traces/spans ([#798])(thanks [@erik-frontify])

Full Changelog: v3.22.0...v3.23.0

3.22.0 / 2023-11-15

15 Nov 17:00
9184de0
Compare
Choose a tag to compare

[FEATURE] Add support to run agent as domain user on Windows installation ([#785])
[SANITY] Remove usage of Puppet legacy Facts ([#790])(Thanks [@cocker-cc])
[SANITY] Remove usage of puppetlabs-ruby deprecated module ([#789])

3.21.0 / 2023-07-05

05 Jul 07:53
667dc8d
Compare
Choose a tag to compare

[FEATURE] Trust new APT and RPM keys. (#782)

3.20.0 / 2023-01-12

12 Jan 15:48
37efff1
Compare
Choose a tag to compare
  • [DEPRECATE] Remove the old RPM GPG key 4172A230 from hosts that still trust it, and stop trusting it @KSerrania #770

3.19.0 / 2022-11-17

17 Nov 14:18
v3.19.0
cdf0e67
Compare
Choose a tag to compare
  • [FEATURE] Restart Agent service on Windows on system probe configuration changes (#761)