Releases: DataDog/chef-datadog
Releases · DataDog/chef-datadog
4.4.0 / 2020-06-19
- [FEATURE] Add support for
datadog-iot-agent
agent flavor. See #717 @kbogtob - [BUGFIX] Do not crash if agent_version doesn't match version regex. See #711 @albertvaka
- [BUGFIX] Support '+' sign (for nightlies) in agent version. See #712 @albertvaka
- [BUGFIX] Fix Proxy configuration with authentication. See #714 @fatbasstard
- [BUGFIX] Fix link to win32_event_log sample config. See #715 @albertvaka
- [BUGFIX] Do not crash if the agent is not running. See #718 @albertvaka
4.3.0 / 2020-04-30
- [FEATURE] Allow configuration of log collection via datadog['logs_agent_config']. See #704 @Nibons
- [FEATURE] Update the list of Cassandra metrics to collect from JMX. See #708 @k2v
- [FEATURE] Add combine_connection_states and collect_count_metrics to network check. See #650 @danjamesmay
- [FEATURE] Create install_info file with version info for Chef and the cookbook. See #707 @kbogtob
- [BUGFIX] Fix datadog_monitor action :delete always using Agent 5's path. See #709 @albertvaka
- [BUGFIX] Use true and false instead of yes and no for skip_ssl_validation. See #693 @Jaxi
4.2.1 / 2020-03-03
4.2.0 / 2020-02-27
- [FEATURE] Automatically uninstall and then install the Agent only when trying to downgrade agent version on Windows. See #690 @kbogtob
- [BUGFIX] Set Windows installer as sensitive resource and use env var to specify Windows user credentials to avoid leaks of credentials in logs. See #691 and #694 @julien-lebot
- [FEATURE] Support tags feature on directory integration. See #687 @dimier
- [FEATURE] Support options feature on memcache integration. See [#689][] [@mikelaning]
4.1.1 / 2020-01-28
[BUGFIX] Fix version formating for Linuxes that use yum. See #685 @albertvaka
4.1.0 / 2020-01-21
- [FEATURE] Automatically format the agent version on debianoids so that every OS can be configured with the same format for the agent version. See #675 @albertvaka
4.0.1 / 2019-12-31
4.0.0 / 2019-12-18
Breaking changes
-
This cookbook will install Agent 7.x by default. Datadog Agent 7 uses Python 3 so
if you were running any custom checks written in Python, they must now be compatible with
Python 3. If you were not running any custom checks or if your custom checks are already
compatible with Python 3, then it is safe to upgrade to Agent 7. -
Some config parameters prefixed with
agent6
have been renamed to accomodate the
inclusion of Agent 7. Please read the docs for more details about the name changes
and update your configuration accordingly.
3.5.1 / 2019-12-18
- [BUGFIX] Create check
.d
directory if it doesn't exist. See #670 @albertvaka