Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.5.0 #649

Merged
merged 4 commits into from
Aug 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

# 3.5.0 / 2020-08-27

* [FEATURE] Update report processor to add tag function based on Puppet facts. See [#641][] (Thanks [@murdok5][])
* [FEATURE] Add support for third-party integrations. See [#643][]

# 3.4.0 / 2020-07-15

* [BUGFIX] Update MSI validation resource to prevent false change reports. See [#636][] (Thanks [@murdok5][])
Expand Down Expand Up @@ -767,6 +772,8 @@ Please read the [docs]() for more details.
[#633]: https://github.com/DataDog/puppet-datadog-agent/issues/633
[#636]: https://github.com/DataDog/puppet-datadog-agent/issues/636
[#639]: https://github.com/DataDog/puppet-datadog-agent/issues/639
[#641]: https://github.com/DataDog/puppet-datadog-agent/issues/641
[#643]: https://github.com/DataDog/puppet-datadog-agent/issues/643
[@Aramack]: https://github.com/Aramack
[@BIAndrews]: https://github.com/BIAndrews
[@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/reports/datadog_reports.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ def process
priority: event_priority,
source_type_name: 'puppet',
tags: dog_tags),
host: @msg_host)
host: @msg_host)
end
end
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
Boolean $hostname_fqdn = false,
$dogstatsd_port = 8125,
$dogstatsd_socket = '',
Array $report_fact_tags = [],
julien-lebot marked this conversation as resolved.
Show resolved Hide resolved
String $statsd_forward_host = '',
$statsd_forward_port = '',
String $statsd_histogram_percentiles = '0.95',
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datadog-datadog_agent",
"version": "3.4.0",
"version": "3.5.0",
"author": "James Turnbull <[email protected]>, Rob Terhaar <rob@atlanticdynamic>, Jaime Fullaondo <[email protected]>, Albert Vaca <[email protected]>",
"summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog",
"license": "Apache-2.0",
Expand Down