|
1 | 1 | Changes |
2 | 2 | ======= |
3 | 3 |
|
| 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 | + |
4 | 13 | # 3.1.0 / 2020-01-14 |
5 | 14 |
|
6 | 15 | * [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][]) |
8 | 17 | * [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][]) |
9 | 18 | * [BUGFIX] Fix broken `facts_to_tags` on Agent 5. See [#598][] |
10 | 19 | * [CHORE] Migrate project to PDK (Puppet Development Kit). See [#597][] |
@@ -730,8 +739,15 @@ Please read the [docs]() for more details. |
730 | 739 | [#597]: https://github.com/DataDog/puppet-datadog-agent/issues/597 |
731 | 740 | [#598]: https://github.com/DataDog/puppet-datadog-agent/issues/598 |
732 | 741 | [#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 |
733 | 748 | [@Aramack]: https://github.com/Aramack |
734 | 749 | [@BIAndrews]: https://github.com/BIAndrews |
| 750 | +[@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni |
735 | 751 | [@ColinHebert]: https://github.com/ColinHebert |
736 | 752 | [@ColinHerbert]: https://github.com/ColinHerbert |
737 | 753 | [@DDRBoxman]: https://github.com/DDRBoxman |
|
0 commit comments