Releases: DataDog/chef-handler-datadog
Releases · DataDog/chef-handler-datadog
0.15.0 / 2020-12-10
- [FEATURE] Allow skipping SSL verification #130
0.14.0 / 2020-11-09
0.13.0 / 2020-01-15
0.12.3 / 2019-11-19
0.12.2 / 2019-10-23
- [OPTIMIZE] Rescue all errors when sending/emitting from the handler. #98 @borgstrom
0.12.1 / 2019-09-30
0.12.0 / 2019-05-27
This version drops the support of Chef < 12.7
- [FEATURE] Support site configuration option to use either datadoghq.com or datadoghq.eu #103 @remeh
- [OPTIMIZE] Drop support of Chef < 12.7 and clean up for Chef 13, 14 and 15 compatibility. #101 #104 @martinisoft
- [BUGFIX] Improve error handling and logging when submitting data. #102 @olivielpeau
0.11.0 / 2017-02-21
- [FEATURE] Send policy name and group tags if they exist (opt-in) #90 & #97 @david-ds & @olivielpeau
- [BUGFIX] Improve detection of compile time error before sending event #96 @olivielpeau (thanks @DanielRedOak and @andrewjamesbrown)
- [BUGFIX] Remove spurious
puts
debug statement #93 @kingpong
0.10.0 / 2016-09-20
- [FEATURE] Allow passing
scope_prefix
param that prefixes env and role tags #82 @DanielMuller - [FEATURE] Support regex tag blacklist #86 @ABrehm264
- [FEATURE] Support multiple endpoints #87 @degemer
- [OPTIMIZE] Always emit success and failure metrics #89 @devonbleak
0.9.0 / 2016-03-22
- [FEATURE] Enable users to select tag prefix #81 @mstepniowski