Skip to content

Commit

Permalink
Release 3.15 (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka authored May 5, 2022
1 parent b93d225 commit 0ef342e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

# 3.15.0 / 2022-05-05

* [FEATURE] Support AlmaLinux and Rocky Linux with Puppet >= 7.12.0 ([#726][])
* [BUGFIX] Integration recipes now `require datadog_agent` instead of `include datadog_agent` ([#725][])
* [BUGFIX] Allow latest versions of: stdlib, concat, apt ([#728][]) (Thanks [@damonmaria][])

# 3.14.0 / 2021-09-29

* [FEATURE] Support Raspbian as debian-based systems ([#719][]) (Thanks [@Mstrodl])
Expand Down Expand Up @@ -866,6 +872,9 @@ Please read the [docs]() for more details.
[#714]: https://github.com/DataDog/puppet-datadog-agent/issues/714
[#719]: https://github.com/DataDog/puppet-datadog-agent/issues/719
[#721]: https://github.com/DataDog/puppet-datadog-agent/issues/721
[#725]: https://github.com/DataDog/puppet-datadog-agent/issues/725
[#726]: https://github.com/DataDog/puppet-datadog-agent/issues/726
[#728]: https://github.com/DataDog/puppet-datadog-agent/issues/728
[@Aramack]: https://github.com/Aramack
[@BIAndrews]: https://github.com/BIAndrews
[@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni
Expand Down Expand Up @@ -900,6 +909,7 @@ Please read the [docs]() for more details.
[@craigwatson]: https://github.com/craigwatson
[@cristianjuve]: https://github.com/cristianjuve
[@cwood]: https://github.com/cwood
[@damonmaria]: https://github.com/damonmaria
[@dan70402]: https://github.com/dan70402
[@davejrt]: https://github.com/davejrt
[@davidgibbons]: https://github.com/davidgibbons
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.14.0",
"version": "3.15.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

0 comments on commit 0ef342e

Please sign in to comment.