Releases: DataDog/chef-datadog
Releases · DataDog/chef-datadog
4.21.0 / 2024-08-12
4.20.0 / 2024-07-10
4.19.0 / 2024-02-19
- [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
- [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
- [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
- [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
- [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
[BUGFIX] Fix system probe recipe on Windows #850 @julien-lebot
4.13.0 / 2022-03-30
- [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
- [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