Skip to content

Commit

Permalink
Update CHANGELOG for 3.22 (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 authored Nov 15, 2023
1 parent 3de85cd commit 9184de0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changes
=======
# 3.22.0 / 2023-11-15

* [FEATURE] Add support to run agent as domain user on Windows installation ([#785])
* [SANITY] Remove usage of Puppet legacy Facts ([#790])(Thanks [@cocker-cc])
* [SANITY] Remove usage of puppetlabs-ruby deprecated module ([#789])

# 3.21.0 / 2023-07-03

Expand Down Expand Up @@ -915,6 +920,9 @@ Please read the [docs]() for more details.
[#756]: https://github.com/DataDog/puppet-datadog-agent/issues/756
[#761]: https://github.com/DataDog/puppet-datadog-agent/issues/761
[#782]: https://github.com/DataDog/puppet-datadog-agent/pull/782
[#785]: https://github.com/DataDog/puppet-datadog-agent/pull/785
[#789]: https://github.com/DataDog/puppet-datadog-agent/pull/789
[#790]: https://github.com/DataDog/puppet-datadog-agent/pull/790
[@Aramack]: https://github.com/Aramack
[@BIAndrews]: https://github.com/BIAndrews
[@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni
Expand Down Expand Up @@ -946,6 +954,7 @@ Please read the [docs]() for more details.
[@cabrinha]: https://github.com/cabrinha
[@charles-ferguson]: https://github.com/charles-ferguson
[@ckolos]: https://github.com/ckolos
[@cocker-cc]: https://github.com/cocker-cc
[@com6056]: https://github.com/com6056
[@craigwatson]: https://github.com/craigwatson
[@cristianjuve]: https://github.com/cristianjuve
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datadog-datadog_agent",
"version": "3.21.0",
"version": "3.22.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 Expand Up @@ -148,7 +148,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">=4.6.0 <7.0.0"
"version_requirement": ">=4.6.0 <8.0.0"
}
],
"description": "This will install the Datadog monitoring agent. Sign up and get your API key at: http://www.datadoghq.com",
Expand Down

0 comments on commit 9184de0

Please sign in to comment.