Skip to content

Commit 91a0fff

Browse files
authored
Release 3.2.0 (#623)
1 parent 44aacd0 commit 91a0fff

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
Changes
22
=======
33

4+
# 3.2.0 / 2020-05-07
5+
6+
* [FEATURE] Add `manage_install` option to disable installing the Agent. See [#608][]
7+
* [FEATURE] Add `manage_dogapi_gem`, to disable the management of ruby in reports. See [#613][]
8+
* [FEATURE] Add `fastcgi` option to the php-fpm integration. See [#616][] (Thanks [@ChannoneArif-nbcuni][])
9+
* [FEATURE] Add automatic scrubbing for tracing with the `apm_obfuscation` option. See [#615][]
10+
* [FEATURE] Support for additional parameters in the snmp integration. See [#621][] (Thanks [@asenci][])
11+
* [BUGFIX] Fix missing newlines between fields in snmp integration config See [#622][]
12+
413
# 3.1.0 / 2020-01-14
514

615
* [FEATURE] Accept the same version string in Debian/Ubuntu than in other OSes when pinning the Agent. See [#591][]
7-
* [FEATURE] Add the `check_hostname` and `ssl_server_name` parameters to the `http_check` integration. See [#599][] (thanks [@asenci][])
16+
* [FEATURE] Add the `check_hostname` and `ssl_server_name` parameters to the `http_check` integration. See [#599][] (Thanks [@asenci][])
817
* [BUGFIX] Remove include from `system_probe.pp` that caused error "This Function Call is unacceptable as a top level construct in this location" on recent Puppet versions. See [#596][] (thanks again [@asenci][])
918
* [BUGFIX] Fix broken `facts_to_tags` on Agent 5. See [#598][]
1019
* [CHORE] Migrate project to PDK (Puppet Development Kit). See [#597][]
@@ -730,8 +739,15 @@ Please read the [docs]() for more details.
730739
[#597]: https://github.com/DataDog/puppet-datadog-agent/issues/597
731740
[#598]: https://github.com/DataDog/puppet-datadog-agent/issues/598
732741
[#599]: https://github.com/DataDog/puppet-datadog-agent/issues/599
742+
[#608]: https://github.com/DataDog/puppet-datadog-agent/issues/608
743+
[#613]: https://github.com/DataDog/puppet-datadog-agent/issues/613
744+
[#615]: https://github.com/DataDog/puppet-datadog-agent/issues/615
745+
[#616]: https://github.com/DataDog/puppet-datadog-agent/issues/616
746+
[#621]: https://github.com/DataDog/puppet-datadog-agent/issues/621
747+
[#622]: https://github.com/DataDog/puppet-datadog-agent/issues/622
733748
[@Aramack]: https://github.com/Aramack
734749
[@BIAndrews]: https://github.com/BIAndrews
750+
[@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni
735751
[@ColinHebert]: https://github.com/ColinHebert
736752
[@ColinHerbert]: https://github.com/ColinHerbert
737753
[@DDRBoxman]: https://github.com/DDRBoxman

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datadog-datadog_agent",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"author": "James Turnbull <james@lovedthanlost.net>, Rob Terhaar <rob@atlanticdynamic>, Jaime Fullaondo <jaime.fullaondo@datadoghq.com>, Albert Vaca <albert.vaca@datadoghq.com>",
55
"summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)