Skip to content

Commit 0ef342e

Browse files
authoredMay 5, 2022
Release 3.15 (#731)
1 parent b93d225 commit 0ef342e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CHANGELOG.md

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

4+
# 3.15.0 / 2022-05-05
5+
6+
* [FEATURE] Support AlmaLinux and Rocky Linux with Puppet >= 7.12.0 ([#726][])
7+
* [BUGFIX] Integration recipes now `require datadog_agent` instead of `include datadog_agent` ([#725][])
8+
* [BUGFIX] Allow latest versions of: stdlib, concat, apt ([#728][]) (Thanks [@damonmaria][])
9+
410
# 3.14.0 / 2021-09-29
511

612
* [FEATURE] Support Raspbian as debian-based systems ([#719][]) (Thanks [@Mstrodl])
@@ -866,6 +872,9 @@ Please read the [docs]() for more details.
866872
[#714]: https://github.com/DataDog/puppet-datadog-agent/issues/714
867873
[#719]: https://github.com/DataDog/puppet-datadog-agent/issues/719
868874
[#721]: https://github.com/DataDog/puppet-datadog-agent/issues/721
875+
[#725]: https://github.com/DataDog/puppet-datadog-agent/issues/725
876+
[#726]: https://github.com/DataDog/puppet-datadog-agent/issues/726
877+
[#728]: https://github.com/DataDog/puppet-datadog-agent/issues/728
869878
[@Aramack]: https://github.com/Aramack
870879
[@BIAndrews]: https://github.com/BIAndrews
871880
[@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni
@@ -900,6 +909,7 @@ Please read the [docs]() for more details.
900909
[@craigwatson]: https://github.com/craigwatson
901910
[@cristianjuve]: https://github.com/cristianjuve
902911
[@cwood]: https://github.com/cwood
912+
[@damonmaria]: https://github.com/damonmaria
903913
[@dan70402]: https://github.com/dan70402
904914
[@davejrt]: https://github.com/davejrt
905915
[@davidgibbons]: https://github.com/davidgibbons

‎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.14.0",
3+
"version": "3.15.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)
Please sign in to comment.