Skip to content

Commit 9184de0

Browse files
Update CHANGELOG for 3.22 (#796)
1 parent 3de85cd commit 9184de0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changes
22
=======
3+
# 3.22.0 / 2023-11-15
4+
5+
* [FEATURE] Add support to run agent as domain user on Windows installation ([#785])
6+
* [SANITY] Remove usage of Puppet legacy Facts ([#790])(Thanks [@cocker-cc])
7+
* [SANITY] Remove usage of puppetlabs-ruby deprecated module ([#789])
38

49
# 3.21.0 / 2023-07-03
510

@@ -915,6 +920,9 @@ Please read the [docs]() for more details.
915920
[#756]: https://github.com/DataDog/puppet-datadog-agent/issues/756
916921
[#761]: https://github.com/DataDog/puppet-datadog-agent/issues/761
917922
[#782]: https://github.com/DataDog/puppet-datadog-agent/pull/782
923+
[#785]: https://github.com/DataDog/puppet-datadog-agent/pull/785
924+
[#789]: https://github.com/DataDog/puppet-datadog-agent/pull/789
925+
[#790]: https://github.com/DataDog/puppet-datadog-agent/pull/790
918926
[@Aramack]: https://github.com/Aramack
919927
[@BIAndrews]: https://github.com/BIAndrews
920928
[@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni
@@ -946,6 +954,7 @@ Please read the [docs]() for more details.
946954
[@cabrinha]: https://github.com/cabrinha
947955
[@charles-ferguson]: https://github.com/charles-ferguson
948956
[@ckolos]: https://github.com/ckolos
957+
[@cocker-cc]: https://github.com/cocker-cc
949958
[@com6056]: https://github.com/com6056
950959
[@craigwatson]: https://github.com/craigwatson
951960
[@cristianjuve]: https://github.com/cristianjuve

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datadog-datadog_agent",
3-
"version": "3.21.0",
3+
"version": "3.22.0",
44
"author": "James Turnbull <[email protected]>, Rob Terhaar <rob@atlanticdynamic>, Jaime Fullaondo <[email protected]>, Albert Vaca <[email protected]>",
55
"summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog",
66
"license": "Apache-2.0",
@@ -148,7 +148,7 @@
148148
"requirements": [
149149
{
150150
"name": "puppet",
151-
"version_requirement": ">=4.6.0 <7.0.0"
151+
"version_requirement": ">=4.6.0 <8.0.0"
152152
}
153153
],
154154
"description": "This will install the Datadog monitoring agent. Sign up and get your API key at: http://www.datadoghq.com",

0 commit comments

Comments
 (0)