chef-handler-datadog 0.15.0 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.circleci/config.yml +197 -131
- data/.github/CODEOWNERS +1 -0
- data/.github/workflows/codeql-analysis.yml +48 -0
- data/.rubocop.yml +13 -1
- data/Appraisals +8 -2
- data/CHANGELOG.md +29 -0
- data/CONTRIBUTING.md +6 -0
- data/Gemfile +18 -3
- data/Gemfile.lock +358 -192
- data/README.md +17 -1
- data/chef-handler-datadog.gemspec +3 -3
- data/gemfiles/chef_12.gemfile +15 -0
- data/gemfiles/chef_13.gemfile +15 -0
- data/gemfiles/chef_14.gemfile +15 -0
- data/gemfiles/chef_15.gemfile +15 -0
- data/gemfiles/chef_16.gemfile +17 -0
- data/gemfiles/chef_17.gemfile +15 -0
- data/gemfiles/chef_18.gemfile +15 -0
- data/lib/chef_handler_datadog.rb +1 -1
- metadata +18 -10
data/Gemfile.lock
CHANGED
|
@@ -1,95 +1,185 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
chef-handler-datadog (0.
|
|
5
|
-
dogapi (~> 1.
|
|
4
|
+
chef-handler-datadog (0.16.0)
|
|
5
|
+
dogapi (~> 1.45.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
|
-
remote:
|
|
8
|
+
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
activesupport (7.1.5.2)
|
|
11
|
+
base64
|
|
12
|
+
benchmark (>= 0.3)
|
|
13
|
+
bigdecimal
|
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
+
connection_pool (>= 2.2.5)
|
|
16
|
+
drb
|
|
17
|
+
i18n (>= 1.6, < 2)
|
|
18
|
+
logger (>= 1.4.2)
|
|
19
|
+
minitest (>= 5.1)
|
|
20
|
+
mutex_m
|
|
21
|
+
securerandom (>= 0.3)
|
|
22
|
+
tzinfo (~> 2.0)
|
|
23
|
+
addressable (2.8.8)
|
|
24
|
+
public_suffix (>= 2.0.2, < 8.0)
|
|
25
|
+
appraisal (2.5.0)
|
|
13
26
|
bundler
|
|
14
27
|
rake
|
|
15
28
|
thor (>= 0.14.0)
|
|
16
|
-
ast (2.4.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
29
|
+
ast (2.4.3)
|
|
30
|
+
aws-eventstream (1.4.0)
|
|
31
|
+
aws-partitions (1.1190.0)
|
|
32
|
+
aws-sdk-core (3.239.2)
|
|
33
|
+
aws-eventstream (~> 1, >= 1.3.0)
|
|
34
|
+
aws-partitions (~> 1, >= 1.992.0)
|
|
35
|
+
aws-sigv4 (~> 1.9)
|
|
36
|
+
base64
|
|
37
|
+
bigdecimal
|
|
38
|
+
jmespath (~> 1, >= 1.6.1)
|
|
39
|
+
logger
|
|
40
|
+
aws-sdk-kms (1.118.0)
|
|
41
|
+
aws-sdk-core (~> 3, >= 3.239.1)
|
|
42
|
+
aws-sigv4 (~> 1.5)
|
|
43
|
+
aws-sdk-s3 (1.206.0)
|
|
44
|
+
aws-sdk-core (~> 3, >= 3.234.0)
|
|
45
|
+
aws-sdk-kms (~> 1)
|
|
46
|
+
aws-sigv4 (~> 1.5)
|
|
47
|
+
aws-sdk-secretsmanager (1.124.0)
|
|
48
|
+
aws-sdk-core (~> 3, >= 3.239.1)
|
|
49
|
+
aws-sigv4 (~> 1.5)
|
|
50
|
+
aws-sigv4 (1.12.1)
|
|
51
|
+
aws-eventstream (~> 1, >= 1.0.2)
|
|
52
|
+
base64 (0.3.0)
|
|
53
|
+
benchmark (0.5.0)
|
|
54
|
+
bigdecimal (3.3.1)
|
|
55
|
+
builder (3.3.0)
|
|
56
|
+
chef (18.8.54)
|
|
57
|
+
activesupport (>= 4.2.7.1, <= 7.1.5.2)
|
|
20
58
|
addressable
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
chef-config (=
|
|
24
|
-
chef-utils (=
|
|
25
|
-
chef-
|
|
26
|
-
|
|
27
|
-
|
|
59
|
+
aws-sdk-s3 (~> 1.91)
|
|
60
|
+
aws-sdk-secretsmanager (~> 1.46)
|
|
61
|
+
chef-config (= 18.8.54)
|
|
62
|
+
chef-utils (= 18.8.54)
|
|
63
|
+
chef-vault
|
|
64
|
+
chef-zero (>= 15.0.21)
|
|
65
|
+
corefoundation (~> 0.3.4)
|
|
66
|
+
diff-lcs (>= 1.2.4, < 1.6.0, != 1.4.0)
|
|
28
67
|
erubis (~> 2.7)
|
|
29
|
-
ffi (
|
|
30
|
-
ffi-libarchive
|
|
68
|
+
ffi (>= 1.15.5, <= 1.16.3)
|
|
69
|
+
ffi-libarchive (~> 1.0, >= 1.0.3)
|
|
31
70
|
ffi-yajl (~> 2.2)
|
|
32
|
-
highline (>= 1.6.9, < 2)
|
|
33
71
|
iniparse (~> 1.4)
|
|
34
|
-
|
|
72
|
+
inspec-core (>= 5, < 6)
|
|
73
|
+
license-acceptance (>= 1.0.5, < 3)
|
|
35
74
|
mixlib-archive (>= 0.4, < 2.0)
|
|
36
75
|
mixlib-authentication (>= 2.1, < 4)
|
|
37
76
|
mixlib-cli (>= 2.1.1, < 3.0)
|
|
38
|
-
mixlib-log (>= 2.0.3, <
|
|
39
|
-
mixlib-shellout (>= 3.
|
|
40
|
-
net-
|
|
41
|
-
net-
|
|
42
|
-
|
|
43
|
-
ohai (~> 15.0)
|
|
77
|
+
mixlib-log (>= 2.0.3, < 3.2)
|
|
78
|
+
mixlib-shellout (>= 3.1.1, < 4.0)
|
|
79
|
+
net-ftp
|
|
80
|
+
net-sftp (>= 2.1.2, < 5.0)
|
|
81
|
+
ohai (~> 18.0)
|
|
44
82
|
plist (~> 3.2)
|
|
45
|
-
|
|
83
|
+
proxifier2 (~> 1.1)
|
|
46
84
|
syslog-logger (~> 1.6)
|
|
47
|
-
train-core (~> 3.
|
|
48
|
-
train-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
85
|
+
train-core (~> 3.13, >= 3.13.4)
|
|
86
|
+
train-rest (>= 0.4.1)
|
|
87
|
+
train-winrm (~> 0.2.17)
|
|
88
|
+
unf_ext (~> 0.0.8.2)
|
|
89
|
+
uri (~> 1.0.3)
|
|
90
|
+
uuidtools (>= 2.1.5, < 3.0)
|
|
91
|
+
vault (~> 0.18.2)
|
|
92
|
+
chef-config (18.8.54)
|
|
52
93
|
addressable
|
|
53
|
-
chef-utils (=
|
|
94
|
+
chef-utils (= 18.8.54)
|
|
54
95
|
fuzzyurl
|
|
55
96
|
mixlib-config (>= 2.2.12, < 4.0)
|
|
56
97
|
mixlib-shellout (>= 2.0, < 4.0)
|
|
57
98
|
tomlrb (~> 1.2)
|
|
58
|
-
chef-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
99
|
+
chef-gyoku (1.4.5)
|
|
100
|
+
builder (>= 2.1.2)
|
|
101
|
+
rexml (~> 3.4)
|
|
102
|
+
chef-telemetry (1.1.1)
|
|
103
|
+
chef-config
|
|
104
|
+
concurrent-ruby (~> 1.0)
|
|
105
|
+
chef-utils (18.8.54)
|
|
106
|
+
concurrent-ruby
|
|
107
|
+
chef-vault (4.2.5)
|
|
108
|
+
syslog (~> 0.3)
|
|
109
|
+
chef-winrm (2.3.12)
|
|
110
|
+
builder (>= 2.1.2)
|
|
111
|
+
chef-gyoku (~> 1.4.0, <= 1.4.5)
|
|
112
|
+
erubi (~> 1.8)
|
|
113
|
+
ffi (>= 1.15.5, < 1.17.0)
|
|
114
|
+
gssapi (~> 1.2)
|
|
115
|
+
httpclient (~> 2.2, >= 2.2.0.2)
|
|
116
|
+
logging (>= 1.6.1, < 3.0)
|
|
117
|
+
nori (= 2.7.0)
|
|
118
|
+
rexml (~> 3.3)
|
|
119
|
+
rubyntlm (~> 0.6.0, >= 0.6.3)
|
|
120
|
+
chef-winrm-elevated (1.2.5)
|
|
121
|
+
chef-winrm (>= 2.3.11)
|
|
122
|
+
chef-winrm-fs (>= 1.3.7)
|
|
123
|
+
erubi (~> 1.8)
|
|
124
|
+
chef-winrm-fs (1.3.7)
|
|
125
|
+
chef-winrm (>= 2.3.11)
|
|
126
|
+
erubi (>= 1.7)
|
|
127
|
+
logging (>= 1.6.1, < 3.0)
|
|
128
|
+
rubyzip (~> 2.0)
|
|
129
|
+
chef-zero (15.1.0)
|
|
130
|
+
ffi-yajl (>= 2.2, < 4.0)
|
|
131
|
+
hashie (>= 2.0, < 6.0)
|
|
62
132
|
mixlib-log (>= 2.0, < 4.0)
|
|
63
|
-
rack (~>
|
|
133
|
+
rack (~> 3.1, >= 3.1.16)
|
|
134
|
+
rackup (~> 2.2, >= 2.2.1)
|
|
135
|
+
unf_ext (~> 0.0.8)
|
|
64
136
|
uuidtools (~> 2.1)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
137
|
+
webrick
|
|
138
|
+
coderay (1.1.3)
|
|
139
|
+
concurrent-ruby (1.3.5)
|
|
140
|
+
connection_pool (2.5.5)
|
|
141
|
+
corefoundation (0.3.13)
|
|
142
|
+
ffi (>= 1.15.0)
|
|
143
|
+
crack (1.0.1)
|
|
144
|
+
bigdecimal
|
|
145
|
+
rexml
|
|
146
|
+
date (3.5.0)
|
|
147
|
+
diff-lcs (1.5.1)
|
|
148
|
+
docile (1.4.1)
|
|
149
|
+
dogapi (1.45.0)
|
|
71
150
|
multi_json
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
erubi (1.
|
|
151
|
+
domain_name (0.6.20240107)
|
|
152
|
+
dotenv (3.1.8)
|
|
153
|
+
drb (2.2.3)
|
|
154
|
+
erubi (1.13.1)
|
|
76
155
|
erubis (2.7.0)
|
|
77
|
-
|
|
78
|
-
|
|
156
|
+
faraday (2.14.0)
|
|
157
|
+
faraday-net_http (>= 2.0, < 3.5)
|
|
158
|
+
json
|
|
159
|
+
logger
|
|
160
|
+
faraday-follow_redirects (0.4.0)
|
|
161
|
+
faraday (>= 1, < 3)
|
|
162
|
+
faraday-net_http (3.4.2)
|
|
163
|
+
net-http (~> 0.5)
|
|
164
|
+
ffi (1.16.3)
|
|
165
|
+
ffi-libarchive (1.1.14)
|
|
79
166
|
ffi (~> 1.0)
|
|
80
|
-
ffi-yajl (2.
|
|
81
|
-
libyajl2 (
|
|
82
|
-
formatador (
|
|
167
|
+
ffi-yajl (2.6.0)
|
|
168
|
+
libyajl2 (>= 1.2)
|
|
169
|
+
formatador (1.2.3)
|
|
170
|
+
reline
|
|
83
171
|
fuzzyurl (0.9.0)
|
|
84
|
-
gssapi (1.3.
|
|
172
|
+
gssapi (1.3.1)
|
|
85
173
|
ffi (>= 1.0.1)
|
|
86
|
-
guard (2.
|
|
174
|
+
guard (2.19.1)
|
|
87
175
|
formatador (>= 0.2.4)
|
|
88
176
|
listen (>= 2.7, < 4.0)
|
|
177
|
+
logger (~> 1.6)
|
|
89
178
|
lumberjack (>= 1.0.12, < 2.0)
|
|
90
179
|
nenv (~> 0.1)
|
|
91
180
|
notiffany (~> 0.0)
|
|
92
|
-
|
|
181
|
+
ostruct (~> 0.6)
|
|
182
|
+
pry (>= 0.13.0)
|
|
93
183
|
shellany (~> 0.0)
|
|
94
184
|
thor (>= 0.18.1)
|
|
95
185
|
guard-compat (1.2.1)
|
|
@@ -97,191 +187,267 @@ GEM
|
|
|
97
187
|
guard (~> 2.1)
|
|
98
188
|
guard-compat (~> 1.1)
|
|
99
189
|
rspec (>= 2.99.0, < 4.0)
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
iniparse (1.
|
|
190
|
+
hashdiff (1.2.1)
|
|
191
|
+
hashie (4.1.0)
|
|
192
|
+
http-accept (1.7.0)
|
|
193
|
+
http-cookie (1.1.0)
|
|
194
|
+
domain_name (~> 0.5)
|
|
195
|
+
httpclient (2.9.0)
|
|
196
|
+
mutex_m
|
|
197
|
+
i18n (1.14.7)
|
|
198
|
+
concurrent-ruby (~> 1.0)
|
|
199
|
+
iniparse (1.5.0)
|
|
200
|
+
inspec-core (5.22.3)
|
|
201
|
+
addressable (~> 2.4)
|
|
202
|
+
chef-telemetry (~> 1.0, >= 1.0.8)
|
|
203
|
+
faraday (>= 1, < 3)
|
|
204
|
+
faraday-follow_redirects (~> 0.3)
|
|
205
|
+
hashie (>= 3.4, < 5.0)
|
|
206
|
+
license-acceptance (>= 0.2.13, < 3.0)
|
|
207
|
+
method_source (>= 0.8, < 2.0)
|
|
208
|
+
mixlib-log (~> 3.0)
|
|
209
|
+
multipart-post (~> 2.0)
|
|
210
|
+
parallel (~> 1.9)
|
|
211
|
+
parslet (>= 1.5, < 2.0)
|
|
212
|
+
pry (~> 0.13)
|
|
213
|
+
rspec (>= 3.9, <= 3.11)
|
|
214
|
+
rspec-its (~> 1.2)
|
|
215
|
+
rubyzip (>= 1.2.2, < 3.0)
|
|
216
|
+
semverse (~> 3.0)
|
|
217
|
+
sslshake (~> 1.2)
|
|
218
|
+
thor (>= 0.20, < 2.0)
|
|
219
|
+
tomlrb (>= 1.2, < 2.1)
|
|
220
|
+
train-core (~> 3.10)
|
|
221
|
+
tty-prompt (~> 0.17)
|
|
222
|
+
tty-table (~> 0.10)
|
|
223
|
+
io-console (0.8.1)
|
|
110
224
|
ipaddress (0.8.3)
|
|
111
|
-
|
|
112
|
-
json (2.
|
|
113
|
-
|
|
114
|
-
|
|
225
|
+
jmespath (1.6.2)
|
|
226
|
+
json (2.16.0)
|
|
227
|
+
language_server-protocol (3.17.0.5)
|
|
228
|
+
libyajl2 (2.1.0)
|
|
229
|
+
license-acceptance (2.1.13)
|
|
115
230
|
pastel (~> 0.7)
|
|
116
|
-
tomlrb (
|
|
117
|
-
tty-box (~> 0.
|
|
118
|
-
tty-prompt (~> 0.
|
|
119
|
-
|
|
231
|
+
tomlrb (>= 1.2, < 3.0)
|
|
232
|
+
tty-box (~> 0.6)
|
|
233
|
+
tty-prompt (~> 0.20)
|
|
234
|
+
lint_roller (1.1.0)
|
|
235
|
+
listen (3.9.0)
|
|
120
236
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
121
237
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
122
238
|
little-plugger (1.1.4)
|
|
123
|
-
|
|
239
|
+
logger (1.7.0)
|
|
240
|
+
logging (2.4.0)
|
|
124
241
|
little-plugger (~> 1.1)
|
|
125
|
-
multi_json (~> 1.
|
|
126
|
-
lumberjack (1.
|
|
127
|
-
method_source (
|
|
128
|
-
|
|
242
|
+
multi_json (~> 1.14)
|
|
243
|
+
lumberjack (1.4.2)
|
|
244
|
+
method_source (1.1.0)
|
|
245
|
+
mime-types (3.7.0)
|
|
246
|
+
logger
|
|
247
|
+
mime-types-data (~> 3.2025, >= 3.2025.0507)
|
|
248
|
+
mime-types-data (3.2025.0924)
|
|
249
|
+
minitest (5.26.2)
|
|
250
|
+
mixlib-archive (1.3.3)
|
|
129
251
|
mixlib-log
|
|
130
|
-
mixlib-authentication (3.0.
|
|
131
|
-
mixlib-cli (2.1.
|
|
132
|
-
mixlib-config (3.0.
|
|
252
|
+
mixlib-authentication (3.0.10)
|
|
253
|
+
mixlib-cli (2.1.8)
|
|
254
|
+
mixlib-config (3.0.27)
|
|
133
255
|
tomlrb
|
|
134
|
-
mixlib-log (3.
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
256
|
+
mixlib-log (3.1.2.1)
|
|
257
|
+
ffi (< 1.17.0)
|
|
258
|
+
mixlib-shellout (3.3.9)
|
|
259
|
+
chef-utils
|
|
260
|
+
multi_json (1.18.0)
|
|
261
|
+
multipart-post (2.4.1)
|
|
262
|
+
mutex_m (0.3.0)
|
|
138
263
|
nenv (0.3.0)
|
|
139
|
-
net-
|
|
140
|
-
net-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
net-
|
|
145
|
-
|
|
146
|
-
net-
|
|
147
|
-
net-ssh (>= 2.6.5)
|
|
148
|
-
|
|
149
|
-
|
|
264
|
+
net-ftp (0.3.9)
|
|
265
|
+
net-protocol
|
|
266
|
+
time
|
|
267
|
+
net-http (0.8.0)
|
|
268
|
+
uri (>= 0.11.1)
|
|
269
|
+
net-protocol (0.2.2)
|
|
270
|
+
timeout
|
|
271
|
+
net-scp (4.1.0)
|
|
272
|
+
net-ssh (>= 2.6.5, < 8.0.0)
|
|
273
|
+
net-sftp (4.0.0)
|
|
274
|
+
net-ssh (>= 5.0.0, < 8.0.0)
|
|
275
|
+
net-ssh (7.3.0)
|
|
276
|
+
netrc (0.11.0)
|
|
277
|
+
nori (2.7.0)
|
|
278
|
+
bigdecimal
|
|
150
279
|
notiffany (0.1.3)
|
|
151
280
|
nenv (~> 0.1)
|
|
152
281
|
shellany (~> 0.0)
|
|
153
|
-
ohai (
|
|
154
|
-
chef-config (>= 12
|
|
155
|
-
|
|
282
|
+
ohai (18.2.6)
|
|
283
|
+
chef-config (>= 14.12, < 19)
|
|
284
|
+
chef-utils (>= 16.0, < 19)
|
|
285
|
+
ffi (~> 1.9, <= 1.17.0)
|
|
156
286
|
ffi-yajl (~> 2.2)
|
|
157
287
|
ipaddress
|
|
158
288
|
mixlib-cli (>= 1.7.0)
|
|
159
289
|
mixlib-config (>= 2.0, < 4.0)
|
|
160
290
|
mixlib-log (>= 2.0.1, < 4.0)
|
|
161
|
-
mixlib-shellout (
|
|
291
|
+
mixlib-shellout (~> 3.2, >= 3.2.5)
|
|
162
292
|
plist (~> 3.1)
|
|
163
|
-
|
|
293
|
+
train-core
|
|
164
294
|
wmi-lite (~> 1.0)
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
295
|
+
ostruct (0.6.3)
|
|
296
|
+
parallel (1.27.0)
|
|
297
|
+
parser (3.3.10.0)
|
|
298
|
+
ast (~> 2.4.1)
|
|
299
|
+
racc
|
|
300
|
+
parslet (1.8.2)
|
|
301
|
+
pastel (0.8.0)
|
|
170
302
|
tty-color (~> 0.5)
|
|
171
|
-
plist (3.
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
303
|
+
plist (3.7.2)
|
|
304
|
+
prism (1.6.0)
|
|
305
|
+
proxifier2 (1.1.0)
|
|
306
|
+
pry (0.15.2)
|
|
307
|
+
coderay (~> 1.1)
|
|
308
|
+
method_source (~> 1.0)
|
|
309
|
+
public_suffix (7.0.0)
|
|
310
|
+
racc (1.8.1)
|
|
311
|
+
rack (3.2.4)
|
|
312
|
+
rackup (2.2.1)
|
|
313
|
+
rack (>= 3)
|
|
314
|
+
rainbow (3.1.1)
|
|
315
|
+
rake (13.3.1)
|
|
316
|
+
rb-fsevent (0.11.2)
|
|
317
|
+
rb-inotify (0.11.1)
|
|
182
318
|
ffi (~> 1.0)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
319
|
+
regexp_parser (2.11.3)
|
|
320
|
+
reline (0.6.3)
|
|
321
|
+
io-console (~> 0.5)
|
|
322
|
+
rest-client (2.1.0)
|
|
323
|
+
http-accept (>= 1.7.0, < 2.0)
|
|
324
|
+
http-cookie (>= 1.0.2, < 2.0)
|
|
325
|
+
mime-types (>= 1.16, < 4.0)
|
|
326
|
+
netrc (~> 0.8)
|
|
327
|
+
rexml (3.4.4)
|
|
328
|
+
rspec (3.11.0)
|
|
329
|
+
rspec-core (~> 3.11.0)
|
|
330
|
+
rspec-expectations (~> 3.11.0)
|
|
331
|
+
rspec-mocks (~> 3.11.0)
|
|
332
|
+
rspec-core (3.11.0)
|
|
333
|
+
rspec-support (~> 3.11.0)
|
|
334
|
+
rspec-expectations (3.11.1)
|
|
190
335
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
191
|
-
rspec-support (~> 3.
|
|
192
|
-
rspec-
|
|
336
|
+
rspec-support (~> 3.11.0)
|
|
337
|
+
rspec-its (1.3.1)
|
|
338
|
+
rspec-core (>= 3.0.0)
|
|
339
|
+
rspec-expectations (>= 3.0.0)
|
|
340
|
+
rspec-mocks (3.11.2)
|
|
193
341
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
194
|
-
rspec-support (~> 3.
|
|
195
|
-
rspec-support (3.
|
|
196
|
-
rubocop (
|
|
197
|
-
|
|
342
|
+
rspec-support (~> 3.11.0)
|
|
343
|
+
rspec-support (3.11.1)
|
|
344
|
+
rubocop (1.81.7)
|
|
345
|
+
json (~> 2.3)
|
|
346
|
+
language_server-protocol (~> 3.17.0.2)
|
|
347
|
+
lint_roller (~> 1.1.0)
|
|
198
348
|
parallel (~> 1.10)
|
|
199
|
-
parser (>= 2
|
|
349
|
+
parser (>= 3.3.0.2)
|
|
200
350
|
rainbow (>= 2.2.2, < 4.0)
|
|
351
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
352
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
201
353
|
ruby-progressbar (~> 1.7)
|
|
202
|
-
unicode-display_width (>=
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
354
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
355
|
+
rubocop-ast (1.48.0)
|
|
356
|
+
parser (>= 3.3.7.2)
|
|
357
|
+
prism (~> 1.4)
|
|
358
|
+
ruby-progressbar (1.13.0)
|
|
359
|
+
rubyntlm (0.6.5)
|
|
360
|
+
base64
|
|
361
|
+
rubyzip (2.4.1)
|
|
362
|
+
securerandom (0.4.1)
|
|
363
|
+
semverse (3.0.2)
|
|
207
364
|
shellany (0.0.1)
|
|
208
|
-
simplecov (0.
|
|
365
|
+
simplecov (0.22.0)
|
|
209
366
|
docile (~> 1.1)
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
simplecov-html (0.
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
367
|
+
simplecov-html (~> 0.11)
|
|
368
|
+
simplecov_json_formatter (~> 0.1)
|
|
369
|
+
simplecov-html (0.13.2)
|
|
370
|
+
simplecov_json_formatter (0.1.4)
|
|
371
|
+
sslshake (1.3.1)
|
|
372
|
+
strings (0.2.1)
|
|
373
|
+
strings-ansi (~> 0.2)
|
|
374
|
+
unicode-display_width (>= 1.5, < 3.0)
|
|
216
375
|
unicode_utils (~> 1.4)
|
|
217
376
|
strings-ansi (0.2.0)
|
|
377
|
+
syslog (0.3.0)
|
|
378
|
+
logger
|
|
218
379
|
syslog-logger (1.6.8)
|
|
219
|
-
systemu (2.6.5)
|
|
220
380
|
terminal-notifier-guard (1.7.0)
|
|
221
|
-
thor (1.0
|
|
222
|
-
|
|
223
|
-
|
|
381
|
+
thor (1.4.0)
|
|
382
|
+
time (0.4.1)
|
|
383
|
+
date
|
|
384
|
+
timeout (0.4.4)
|
|
385
|
+
tomlrb (1.3.0)
|
|
386
|
+
train-core (3.13.4)
|
|
387
|
+
addressable (~> 2.5)
|
|
388
|
+
ffi (~> 1.16.0)
|
|
224
389
|
json (>= 1.8, < 3.0)
|
|
225
390
|
mixlib-shellout (>= 2.0, < 4.0)
|
|
226
|
-
net-scp (>= 1.2, <
|
|
227
|
-
net-ssh (>= 2.9, <
|
|
228
|
-
train-
|
|
229
|
-
|
|
230
|
-
|
|
391
|
+
net-scp (>= 1.2, < 5.0)
|
|
392
|
+
net-ssh (>= 2.9, < 8.0)
|
|
393
|
+
train-rest (0.5.0)
|
|
394
|
+
aws-sigv4 (~> 1.5)
|
|
395
|
+
rest-client (~> 2.1)
|
|
396
|
+
train-core (~> 3.0)
|
|
397
|
+
train-winrm (0.2.19)
|
|
398
|
+
chef-winrm (~> 2.3.12)
|
|
399
|
+
chef-winrm-elevated (~> 1.2.5)
|
|
400
|
+
chef-winrm-fs (~> 1.3.7)
|
|
231
401
|
travis-lint (2.0.0)
|
|
232
402
|
json
|
|
233
|
-
tty-box (0.
|
|
234
|
-
pastel (~> 0.
|
|
235
|
-
strings (~> 0.
|
|
403
|
+
tty-box (0.7.0)
|
|
404
|
+
pastel (~> 0.8)
|
|
405
|
+
strings (~> 0.2.0)
|
|
236
406
|
tty-cursor (~> 0.7)
|
|
237
|
-
tty-color (0.
|
|
238
|
-
tty-cursor (0.7.
|
|
239
|
-
tty-prompt (0.
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
tty-reader (0.7.0)
|
|
407
|
+
tty-color (0.6.0)
|
|
408
|
+
tty-cursor (0.7.1)
|
|
409
|
+
tty-prompt (0.23.1)
|
|
410
|
+
pastel (~> 0.8)
|
|
411
|
+
tty-reader (~> 0.8)
|
|
412
|
+
tty-reader (0.9.0)
|
|
244
413
|
tty-cursor (~> 0.7)
|
|
245
|
-
tty-screen (~> 0.
|
|
246
|
-
wisper (~> 2.0
|
|
247
|
-
tty-screen (0.
|
|
248
|
-
|
|
414
|
+
tty-screen (~> 0.8)
|
|
415
|
+
wisper (~> 2.0)
|
|
416
|
+
tty-screen (0.8.2)
|
|
417
|
+
tty-table (0.12.0)
|
|
418
|
+
pastel (~> 0.8)
|
|
419
|
+
strings (~> 0.2.0)
|
|
420
|
+
tty-screen (~> 0.8)
|
|
421
|
+
tzinfo (2.0.6)
|
|
422
|
+
concurrent-ruby (~> 1.0)
|
|
423
|
+
unf_ext (0.0.8.2)
|
|
424
|
+
unicode-display_width (2.6.0)
|
|
249
425
|
unicode_utils (1.4.0)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
426
|
+
uri (1.0.4)
|
|
427
|
+
uuidtools (2.2.0)
|
|
428
|
+
vault (0.18.2)
|
|
429
|
+
aws-sigv4
|
|
430
|
+
vcr (6.3.1)
|
|
431
|
+
base64
|
|
432
|
+
webmock (3.26.1)
|
|
433
|
+
addressable (>= 2.8.0)
|
|
254
434
|
crack (>= 0.3.2)
|
|
255
435
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
256
|
-
|
|
257
|
-
builder (>= 2.1.2)
|
|
258
|
-
erubi (~> 1.8)
|
|
259
|
-
gssapi (~> 1.2)
|
|
260
|
-
gyoku (~> 1.0)
|
|
261
|
-
httpclient (~> 2.2, >= 2.2.0.2)
|
|
262
|
-
logging (>= 1.6.1, < 3.0)
|
|
263
|
-
nori (~> 2.0)
|
|
264
|
-
rubyntlm (~> 0.6.0, >= 0.6.1)
|
|
265
|
-
winrm-fs (1.3.4)
|
|
266
|
-
erubi (~> 1.8)
|
|
267
|
-
logging (>= 1.6.1, < 3.0)
|
|
268
|
-
rubyzip (~> 2.0)
|
|
269
|
-
winrm (~> 2.0)
|
|
436
|
+
webrick (1.9.2)
|
|
270
437
|
wisper (2.0.1)
|
|
271
|
-
wmi-lite (1.0.
|
|
438
|
+
wmi-lite (1.0.7)
|
|
272
439
|
|
|
273
440
|
PLATFORMS
|
|
274
441
|
ruby
|
|
275
442
|
|
|
276
443
|
DEPENDENCIES
|
|
277
|
-
appraisal (~> 2.
|
|
444
|
+
appraisal (~> 2.5)
|
|
278
445
|
bundler
|
|
279
|
-
chef (~>
|
|
446
|
+
chef (~> 18.0)
|
|
280
447
|
chef-handler-datadog!
|
|
281
448
|
dotenv
|
|
282
449
|
guard
|
|
283
450
|
guard-rspec
|
|
284
|
-
guard-rubocop
|
|
285
451
|
pry
|
|
286
452
|
rake
|
|
287
453
|
rspec
|
|
@@ -290,7 +456,7 @@ DEPENDENCIES
|
|
|
290
456
|
terminal-notifier-guard
|
|
291
457
|
travis-lint
|
|
292
458
|
vcr
|
|
293
|
-
webmock
|
|
459
|
+
webmock (>= 3.0)
|
|
294
460
|
|
|
295
461
|
BUNDLED WITH
|
|
296
|
-
|
|
462
|
+
2.4.10
|
data/README.md
CHANGED
|
@@ -27,12 +27,28 @@ end
|
|
|
27
27
|
|
|
28
28
|
The Datadog Docs on [Chef](http://docs.datadoghq.com/guides/chef/#deployhandler) has detailed instructions.
|
|
29
29
|
|
|
30
|
+
## Compatibility
|
|
31
|
+
|
|
32
|
+
This handler is tested against the following Chef Infra Client and Ruby version combinations:
|
|
33
|
+
|
|
34
|
+
| Chef Version | Supported Ruby Versions |
|
|
35
|
+
|--------------|-------------------------|
|
|
36
|
+
| Chef 12 | 2.4 |
|
|
37
|
+
| Chef 13 | 2.4, 2.5 |
|
|
38
|
+
| Chef 14 | 2.5, 2.6 |
|
|
39
|
+
| Chef 15 | 2.5, 2.6, 2.7 |
|
|
40
|
+
| Chef 16 | 2.6, 2.7 |
|
|
41
|
+
| Chef 17 | 2.7, 3.0, 3.1, 3.2, 3.3 |
|
|
42
|
+
| Chef 18 | 3.1, 3.2, 3.3 |
|
|
43
|
+
|
|
44
|
+
**Note:** Chef Infra Client packages include their own embedded Ruby runtime. The versions listed above reflect the Ruby versions that are compatible with each Chef version. For production use, it's recommended to use the Ruby version bundled with your Chef Infra Client installation.
|
|
45
|
+
|
|
30
46
|
## Contributing to chef-handler-datadog
|
|
31
47
|
|
|
32
48
|
See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
33
49
|
|
|
34
50
|
## Copyright
|
|
35
51
|
|
|
36
|
-
Copyright (c) 2012-
|
|
52
|
+
Copyright (c) 2012-2025 Datadog, Inc. See LICENSE.txt for further details.
|
|
37
53
|
|
|
38
54
|
[cookbook]: https://supermarket.getchef.com/cookbooks/datadog
|