Skip to content

Releases: DataDog/chef-datadog

4.21.0 / 2024-08-12

12 Aug 14:20
b54194f
Compare
Choose a tag to compare
  • [FEATURE] Add datadog_monitor option to override the config file name [#903] [@brentm5]

4.20.0 / 2024-07-10

10 Jul 09:06
8f7a60c
Compare
Choose a tag to compare
  • [FEATURE] Add feature ec2_prefer_imdsv2 collect instance metadata preferring the IMDSv2 endpoint [#857] [@whsbp]

4.19.0 / 2024-02-19

19 Feb 10:31
429dbf5
Compare
Choose a tag to compare
  • [FEATURE] Add support for installation of the datadog-fips-proxy package [#853] [@truthbk]
  • [FEATURE] Add support for CWS on Windows [#907] [@paulcacheux]

4.18.0 / 2023-07-29

26 Jul 14:15
a578e4b
Compare
Choose a tag to compare
  • [BUGFIX] Syntax update to support old chef-infra versions #898 @chouetz
  • [FEATURE] Update recipes to support amazonlinux 2023 installation #896 @chouetz
  • [FEATURE] Add agent configuration value to config template #888 @nichols2k
  • [FEATURE] Actually enforce apt and yum versions in the metadata.rb file #874 @amenasria
  • [FEATURE] support weblogic integration #891 @vigohe
  • [FEATURE] Add new APT and RPM signing keys #890 @chouetz
  • [BUGFIX] Fix dead link in http_check.rb recipe #887 @amenasria

4.17.0 / 2023-03-08

08 Mar 13:38
791f82e
Compare
Choose a tag to compare
  • [FEATURE] Added the option to enable Universal Service Monitoring (USM) @guyarb #876
  • [BUGFIX] Fix crash for jmx integrations with init_config attributes set @KSerrania #869

4.16.0 / 2023-01-12

12 Jan 16:03
v4.16.0
133964d
Compare
Choose a tag to compare
  • [DEPRECATION] Remove old RPM GPG key. This also removes the yumrepo_gpgkey parameter @amenasria #877
  • [FEATURE] Add min_collection_interval option to ssh_check config @nilskuehme #867
  • [BUGFIX] Remove source file and datadog-signing-keys package when removing the Agent @amenasria #865

4.15.0 / 2022-10-06

06 Oct 16:10
v4.15.0
62d9eab
Compare
Choose a tag to compare
  • [BUGFIX] Enforce calls of agent version without color output #863 @KSerrania
  • [FEATURE] Add configuration for custom_log_collection #861 @nilskuehme
  • [FEATURE] Add configuration for gearmand integration #860 @nilskuehme
  • [FEATURE] Add unit types to Systemd integration #859 @nilskuehme
  • [BUGFIX] Specify release but not epoch for RPM packages on Chef < 14 #858 @KSerrania
  • [BUGFIX] Don't use epoch/release for yum package version on Chef < 14 #856 @bkabrda
  • [FEATURE] Use agent version instead of agent status to determine the current Agent version #852 @amenasria

4.14.0 / 2022-06-14

14 Jun 15:26
bcd66e8
Compare
Choose a tag to compare

[BUGFIX] Fix system probe recipe on Windows #850 @julien-lebot

4.13.0 / 2022-03-30

30 Mar 16:11
085bb26
Compare
Choose a tag to compare
  • [FEATURE] Allow enabling CWS and CSPM #843 @lebauce
  • [FEATURE] Add support for AlmaLinux and Rocky Linux #836 @bkabrda
  • [FEATURE] Add monitor_unlisted_consumer_groups and kafka_consumer_offsets to kafka_consumer #834 @ganeshkumarsv
  • [BUGFIX] Specify package epoch on RH-like platforms to ensure proper upgrade path #839 @bkabrda
  • [BUGFIX] Use the correct socket for system probe on Windows #833 @julien-lebot
  • [BUGFIX] Add is_jmx by default to jmxfetch checks #792 @albertvaka

4.12.0 / 2021-12-03

03 Dec 09:22
019eb36
Compare
Choose a tag to compare
  • [FEATURE] Added support for Chef 18+. @axl89 #822
  • [FEATURE] Enabled unified mode on compatible platforms since it will be the default on Chef 18. See CHEF-33 deprecation. @axl89 #822
  • [FEATURE] Include dogstatsd_port in datadog.yaml for Agent 6 and Agent 7 @brentm5 #828
  • [BUGFIX] Ignore apt update failures to keep running if some sources are offline #830 @bkabrda