Skip to content

Releases: DataDog/chef-datadog

3.4.1 / 2019-11-15

15 Nov 22:20
f9b275c
Compare
Choose a tag to compare
  • [FEATURE] Windows: add MSI max timeout knob. See #654 @truthbk
  • [BUGFIX] Windows: Use windows_agent_url to download script. See #656 @olivielpeau
  • [BUGFIX] Windows: use chef facilities instead of powershell to download 6.14 fix script. See #657 @truthbk
  • [BUGFIX] Windows: fix permission inheritance of config directory. See #653 @albertvaka

2.20.1 / 2019-11-15

15 Nov 22:18
506aa32
Compare
Choose a tag to compare
  • [FEATURE] Windows: add MSI max timeout knob. See #654 @truthbk
  • [BUGFIX] Windows: add MSI max timeout knob. See #654 @olivielpeau
  • [BUGFIX] Windows: use chef facilities instead of powershell to download 6.14 fix script. See #657 @truthbk

3.4.0 / 2019-11-11

15 Nov 19:28
3328b80
Compare
Choose a tag to compare
  • [FEATURE] Blacklist installation of 6.14.0 and 6.14.1. See #652 @truthbk
  • [FEATURE] Run fix + sanity check script before agent uninstalls. See #652 @truthbk
  • [FEATURE] Add SSL config for RedisDB #643 @Velgus
  • [FEATURE] Add a setting to disable writing system-probe.yaml #648 @albertvaka
  • [BUGFIX] Fix system-probe.yaml ownership #647 @kevinconaway

2.20.0 / 2019-11-11

15 Nov 19:30
c063828
Compare
Choose a tag to compare
  • [FEATURE] Blacklist installation of 6.14.0 and 6.14.1. See #651 @truthbk
  • [FEATURE] Run fix + sanity check script before agent uninstalls. See #651 @truthbk

3.3.0 / 2019-09-25

25 Sep 15:03
7049b13
Compare
Choose a tag to compare
  • [FEATURE] Add RHEL8/Fedora 28 support (needs Chef >= 15). See #641 @KSerrania
  • [OPTIMIZE] Add support of the cmd_port and gui_port fields in Agent config template. See #632 @iashwash @MCKrab
  • [OPTIMIZE] Add support of the ssl_ca_cert field in the vault template. See #624 @jschirle73
  • [OPTIMIZE] Improve the README examples for the extra_config field. See #639 @nicholas-devlin

3.2.0 / 2019-07-25

25 Jul 13:55
16da76a
Compare
Choose a tag to compare
  • [FEATURE] Support the extra_config field in the system-probe recipe. See #635 @kevinconaway
  • [BUGFIX] Fix the support of SLES 15 by supporting recent versions of gpg while importing the GPG key. See #631 @KSerrania
  • [MISC] Allow custom prefix for Windows agent artifact. See #634 @truthbk

3.1.0 / 2019-07-10

10 Jul 12:56
104b52c
Compare
Choose a tag to compare
  • [FEATURE] Add support of the system-probe Agent. See #626 @shang-wang
  • [OPTIMIZE] Add support of the extra_config field in the process_config section. See #628 @p-lambert

3.0.0 / 2019-06-12

12 Jun 08:51
0f22712
Compare
Choose a tag to compare

Breaking changes

  • This cookbook only supports Chef 12.7+. It means that if you want to continue
    to use this cookbook with a version of Chef < 12.7, you will have to use the datadog
    cookbook in a version < 3.0. However, we recommend to switch to the 3.x version
    because there is no plan to update the 2.x branch with new features for now.
  • Agent v6 is now installed by default. You can set node['datadog']['agent6'] => false to continue to use Agent v5. Please see the README for more details.
  • The datadog_monitor resource doesn't automatically restart the Agent anymore.
    See recipes/mongo.rb for an example on how to restart the Agent after datadog_monitor has been executed. See the README for more details on the resource.
  • A new attribute node['datadog']['site'] will let you send the data to either
    the US or the EU site (this applies to the Datadog handler as well). Also, default['datadog']['url'] is now set to nil.
    If not overriden in your cookbook, the Agent will pick which site to send data to based on these two attributes.
  • Drop support for chef-handler-datadog < 0.10.0, please use a more recent version.
  • Add the datadog_integration resource to easily control installed integration, more info in the README.
  • Drop Agent v4 compatibility code.

Details

  • [FEATURE] Ensure compatibility with Chef 14 & 15 (drop compatibility with Chef < 12.7). See #450 #597 @martinisoft @remeh
  • [FEATURE] Agent 6 is now installed by default. See #594 @remeh
  • [FEATURE] Support jmx_custom_jars option in Agent v5. See #595 @wolf31o2
  • [FEATURE] Add datadog_integration resource to install integrations. See #600 @remeh
  • [FEATURE] Add support for site option. See #582 @remeh
  • [FEATURE] Add support of max_detailed_exchanges option for RabbitMQ. See #562 @asherf
  • [OPTIMIZE] datadog_monitor doesn't automatically restart the Agent. See #596 @someara @remeh
  • [OPTIMIZE] Remove deprecated attributes. See #613 @remeh
  • [MISC] Remove recipes using easy_install. See #591 @stefanwb @remeh
  • [MISC] Drops Agent v4 compatibility code. See #599 @remeh

2.19.0 / 2019-05-21

21 May 16:26
Compare
Choose a tag to compare
  • [FEATURE] Provide custom credentials for the Windows Datadog Agent service. #618 @remeh

2.18.0 / 2019-03-18

18 Mar 15:03
02b51ae
Compare
Choose a tag to compare

Note for Windows users: since Agent v6.11, datadog >= 2.18.0 is necessary (see README)

[FEATURE] Let the Windows installer set the permissions on Agent directories and files. #588 @remeh
[BUGFIX] Use Upstart service manager for Ubuntu <15.04. See #551 @rposborne
[MISC] Deprecation log for recipes using easy_install. See #585 @remeh
[MISC] Add optional NGINX monitor attributes. See #564 @spencermpeterson
[DOCS] Add an example for the extra_config field. See #586 @remeh