Skip to content

Commit e49df4f

Browse files
authored
Release 3.4.0 (#640)
Updates changelog and metadata.
1 parent 24b8133 commit e49df4f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

4+
# 3.4.0 / 2020-07-15
5+
6+
* [BUGFIX] Update MSI validation resource to prevent false change reports. See [#636][] (Thanks [@murdok5][])
7+
* [BUGFIX] Report procesor: pass `msg_host` to Dogapi::Client as host. See [#511][] (Thanks [@dbednall][])
8+
* [BUGFIX] Fix apt dependency circle. See [#633][] (Thanks [@vaisingh][])
9+
* [CHORE] Add some more logging to Puppet reports. See [#639][]
10+
411
# 3.3.0 / 2020-06-10
512

613
* [FEATURE] Add install_info file. See [#628][]
@@ -709,6 +716,7 @@ Please read the [docs]() for more details.
709716
[#506]: https://github.com/DataDog/puppet-datadog-agent/issues/506
710717
[#507]: https://github.com/DataDog/puppet-datadog-agent/issues/507
711718
[#508]: https://github.com/DataDog/puppet-datadog-agent/issues/508
719+
[#511]: https://github.com/DataDog/puppet-datadog-agent/issues/511
712720
[#513]: https://github.com/DataDog/puppet-datadog-agent/issues/513
713721
[#514]: https://github.com/DataDog/puppet-datadog-agent/issues/514
714722
[#515]: https://github.com/DataDog/puppet-datadog-agent/issues/515
@@ -756,6 +764,9 @@ Please read the [docs]() for more details.
756764
[#626]: https://github.com/DataDog/puppet-datadog-agent/issues/626
757765
[#628]: https://github.com/DataDog/puppet-datadog-agent/issues/628
758766
[#630]: https://github.com/DataDog/puppet-datadog-agent/issues/630
767+
[#633]: https://github.com/DataDog/puppet-datadog-agent/issues/633
768+
[#636]: https://github.com/DataDog/puppet-datadog-agent/issues/636
769+
[#639]: https://github.com/DataDog/puppet-datadog-agent/issues/639
759770
[@Aramack]: https://github.com/Aramack
760771
[@BIAndrews]: https://github.com/BIAndrews
761772
[@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni
@@ -790,6 +801,7 @@ Please read the [docs]() for more details.
790801
[@dan70402]: https://github.com/dan70402
791802
[@davejrt]: https://github.com/davejrt
792803
[@davidgibbons]: https://github.com/davidgibbons
804+
[@dbednall]: https://github.com/dbednall
793805
[@degemer]: https://github.com/degemer
794806
[@denmat]: https://github.com/denmat
795807
[@devinmatte]: https://github.com/devinmatte
@@ -831,6 +843,7 @@ Please read the [docs]() for more details.
831843
[@mraylu]: https://github.com/mraylu
832844
[@mrunkel-ut]: https://github.com/mrunkel-ut
833845
[@mtougeron]: https://github.com/mtougeron
846+
[@murdok5]: https://github.com/murdok5
834847
[@npaufler]: https://github.com/npaufler
835848
[@o0oxid]: https://github.com/o0oxid
836849
[@obi11235]: https://github.com/obi11235
@@ -860,6 +873,7 @@ Please read the [docs]() for more details.
860873
[@tommoyangn]: https://github.com/tommoyangn
861874
[@turnopil]: https://github.com/turnopil
862875
[@tuxinaut]: https://github.com/tuxinaut
876+
[@vaisingh]: https://github.com/vaisingh
863877
[@yrcjaya]: https://github.com/yrcjaya
864878
[@zabacad]: https://github.com/zabacad
865879
[@zickzackv]: https://github.com/zickzackv

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datadog-datadog_agent",
3-
"version": "3.3.0",
3+
"version": "3.4.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)