diff --git a/CHANGELOG.md b/CHANGELOG.md index 50499efa..295fec5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/metadata.json b/metadata.json index b2bbbdfa..ba75907b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "datadog-datadog_agent", - "version": "3.21.0", + "version": "3.22.0", "author": "James Turnbull , Rob Terhaar , Jaime Fullaondo , Albert Vaca ", "summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog", "license": "Apache-2.0", @@ -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",