File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
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 ] )
3
8
4
9
# 3.21.0 / 2023-07-03
5
10
@@ -915,6 +920,9 @@ Please read the [docs]() for more details.
915
920
[ #756 ] : https://github.com/DataDog/puppet-datadog-agent/issues/756
916
921
[ #761 ] : https://github.com/DataDog/puppet-datadog-agent/issues/761
917
922
[ #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
918
926
[ @Aramack ] : https://github.com/Aramack
919
927
[ @BIAndrews ] : https://github.com/BIAndrews
920
928
[ @ChannoneArif-nbcuni ] : https://github.com/ChannoneArif-nbcuni
@@ -946,6 +954,7 @@ Please read the [docs]() for more details.
946
954
[ @cabrinha ] : https://github.com/cabrinha
947
955
[ @charles-ferguson ] : https://github.com/charles-ferguson
948
956
[ @ckolos ] : https://github.com/ckolos
957
+ [ @cocker-cc ] : https://github.com/cocker-cc
949
958
[ @com6056 ] : https://github.com/com6056
950
959
[ @craigwatson ] : https://github.com/craigwatson
951
960
[ @cristianjuve ] : https://github.com/cristianjuve
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " datadog-datadog_agent" ,
3
- "version" : " 3.21 .0" ,
3
+ "version" : " 3.22 .0" ,
4
4
"author" :
" James Turnbull <[email protected] >, Rob Terhaar <rob@atlanticdynamic>, Jaime Fullaondo <[email protected] >, Albert Vaca <[email protected] >" ,
5
5
"summary" : " Install the Datadog monitoring agent and report Puppet runs to Datadog" ,
6
6
"license" : " Apache-2.0" ,
148
148
"requirements" : [
149
149
{
150
150
"name" : " puppet" ,
151
- "version_requirement" : " >=4.6.0 <7 .0.0"
151
+ "version_requirement" : " >=4.6.0 <8 .0.0"
152
152
}
153
153
],
154
154
"description" : " This will install the Datadog monitoring agent. Sign up and get your API key at: http://www.datadoghq.com" ,
You can’t perform that action at this time.
0 commit comments