chef-dk 2.5.3 → 2.5.13
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/Gemfile +7 -7
- data/Gemfile.lock +106 -104
- data/lib/chef-dk/version.rb +1 -1
- data/omnibus_overrides.rb +6 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21d306ad91fb5f0a21bbc85199d60913bce6d5a8aeae873a91a631e06c585593
|
|
4
|
+
data.tar.gz: 478c99f920cb40e842c75338cb3f161ec4b99a58286001af1ebea831390f7b67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 515f1fccaad44dc1af5a829e2d1dadaea787861dc81716206f0fb3fa0d36e9dfacf8a74644839a42cc097fda028cbb6633d6bd2b4315e6c9d4e550e71ab7e8d6
|
|
7
|
+
data.tar.gz: a5a2a9a5b640876381d425ce773192c0dc9fd0816a96920e052980b51ac39830df8890d45d365d30ac925b0fbc5c309e9503b1bed105dbcbe7a95bf59e8f1157
|
data/Gemfile
CHANGED
|
@@ -27,8 +27,8 @@ group(:omnibus_package, :development, :test) do
|
|
|
27
27
|
gem "rdoc"
|
|
28
28
|
gem "yard"
|
|
29
29
|
gem "guard"
|
|
30
|
-
gem "cookstyle", "
|
|
31
|
-
gem "foodcritic", "
|
|
30
|
+
gem "cookstyle", "~> 2.0"
|
|
31
|
+
gem "foodcritic", "~> 12.1"
|
|
32
32
|
end
|
|
33
33
|
|
|
34
34
|
group(:dep_selector) do
|
|
@@ -42,15 +42,15 @@ end
|
|
|
42
42
|
# We equality pin the chef gem itself to assert which version we're shipping.
|
|
43
43
|
group(:omnibus_package) do
|
|
44
44
|
gem "appbundler"
|
|
45
|
-
gem "berkshelf", "
|
|
45
|
+
gem "berkshelf", "~> 6.3.1"
|
|
46
46
|
gem "chef-provisioning", ">= 2.4.0", group: :provisioning
|
|
47
47
|
gem "chef-provisioning-aws", ">= 3.0.0", group: :provisioning
|
|
48
48
|
gem "chef-provisioning-fog", ">= 0.26.0", group: :provisioning
|
|
49
49
|
gem "chef-vault", ">= 3.3.0"
|
|
50
|
-
gem "chef", "= 13.
|
|
50
|
+
gem "chef", "= 13.10.4"
|
|
51
51
|
gem "cheffish", ">= 13.1.0"
|
|
52
52
|
gem "chefspec", ">= 7.1.0"
|
|
53
|
-
gem "fauxhai", "
|
|
53
|
+
gem "fauxhai", "~> 5.4"
|
|
54
54
|
gem "inspec", "~> 1.42"
|
|
55
55
|
gem "kitchen-ec2", ">= 1.3.2"
|
|
56
56
|
gem "kitchen-digitalocean", ">= 0.9.8"
|
|
@@ -63,10 +63,10 @@ group(:omnibus_package) do
|
|
|
63
63
|
gem "knife-google", ">= 3.2.0"
|
|
64
64
|
gem "knife-windows", ">= 1.9.0"
|
|
65
65
|
gem "knife-opc", ">= 0.3.2"
|
|
66
|
-
gem "ohai", "
|
|
66
|
+
gem "ohai", "~> 13.1"
|
|
67
67
|
# net-ssh 4.2.0 explodes the world. FIXME
|
|
68
68
|
gem "net-ssh", "= 4.1.0"
|
|
69
|
-
gem "test-kitchen", "
|
|
69
|
+
gem "test-kitchen", "~> 1.22.0"
|
|
70
70
|
gem "listen"
|
|
71
71
|
gem "dco"
|
|
72
72
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
chef-dk (2.5.
|
|
4
|
+
chef-dk (2.5.13)
|
|
5
5
|
addressable (>= 2.3.5, < 2.6)
|
|
6
6
|
chef (~> 13.0)
|
|
7
7
|
chef-provisioning (~> 2.0)
|
|
@@ -17,36 +17,36 @@ PATH
|
|
|
17
17
|
GEM
|
|
18
18
|
remote: https://rubygems.org/
|
|
19
19
|
specs:
|
|
20
|
-
activesupport (5.1
|
|
20
|
+
activesupport (5.2.1)
|
|
21
21
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
22
|
-
i18n (
|
|
22
|
+
i18n (>= 0.7, < 2)
|
|
23
23
|
minitest (~> 5.1)
|
|
24
24
|
tzinfo (~> 1.1)
|
|
25
25
|
addressable (2.5.2)
|
|
26
26
|
public_suffix (>= 2.0.2, < 4.0)
|
|
27
27
|
app_conf (0.4.2)
|
|
28
|
-
appbundler (0.11.
|
|
28
|
+
appbundler (0.11.6)
|
|
29
29
|
mixlib-cli (~> 1.4)
|
|
30
30
|
mixlib-shellout (~> 2.0)
|
|
31
31
|
artifactory (2.8.2)
|
|
32
32
|
ast (2.4.0)
|
|
33
|
-
aws-sdk (2.11.
|
|
34
|
-
aws-sdk-resources (= 2.11.
|
|
35
|
-
aws-sdk-core (2.11.
|
|
33
|
+
aws-sdk (2.11.103)
|
|
34
|
+
aws-sdk-resources (= 2.11.103)
|
|
35
|
+
aws-sdk-core (2.11.103)
|
|
36
36
|
aws-sigv4 (~> 1.0)
|
|
37
37
|
jmespath (~> 1.0)
|
|
38
|
-
aws-sdk-resources (2.11.
|
|
39
|
-
aws-sdk-core (= 2.11.
|
|
40
|
-
aws-sigv4 (1.0.
|
|
38
|
+
aws-sdk-resources (2.11.103)
|
|
39
|
+
aws-sdk-core (= 2.11.103)
|
|
40
|
+
aws-sigv4 (1.0.3)
|
|
41
41
|
axiom-types (0.1.1)
|
|
42
42
|
descendants_tracker (~> 0.0.4)
|
|
43
43
|
ice_nine (~> 0.11.0)
|
|
44
44
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
45
|
-
backports (3.11.
|
|
46
|
-
berkshelf (6.3.
|
|
45
|
+
backports (3.11.3)
|
|
46
|
+
berkshelf (6.3.4)
|
|
47
47
|
buff-config (~> 2.0)
|
|
48
48
|
buff-extensions (~> 2.0)
|
|
49
|
-
chef (>= 12.7.2)
|
|
49
|
+
chef (>= 12.7.2, < 14.0)
|
|
50
50
|
cleanroom (~> 1.0)
|
|
51
51
|
concurrent-ruby (~> 1.0)
|
|
52
52
|
faraday (~> 0.9)
|
|
@@ -70,17 +70,17 @@ GEM
|
|
|
70
70
|
buff-shell_out (1.1.0)
|
|
71
71
|
buff-ruby_engine (~> 1.0)
|
|
72
72
|
builder (3.2.3)
|
|
73
|
-
byebug (10.0.
|
|
73
|
+
byebug (10.0.2)
|
|
74
74
|
celluloid (0.16.0)
|
|
75
75
|
timers (~> 4.0.0)
|
|
76
76
|
celluloid-io (0.16.2)
|
|
77
77
|
celluloid (>= 0.16.0)
|
|
78
78
|
nio4r (>= 1.1.0)
|
|
79
|
-
chef (13.
|
|
79
|
+
chef (13.10.4)
|
|
80
80
|
addressable
|
|
81
81
|
bundler (>= 1.10)
|
|
82
|
-
chef-config (= 13.
|
|
83
|
-
chef-zero (
|
|
82
|
+
chef-config (= 13.10.4)
|
|
83
|
+
chef-zero (~> 13.0)
|
|
84
84
|
diff-lcs (~> 1.2, >= 1.2.4)
|
|
85
85
|
erubis (~> 2.7)
|
|
86
86
|
ffi-yajl (~> 2.2)
|
|
@@ -98,19 +98,19 @@ GEM
|
|
|
98
98
|
ohai (~> 13.0)
|
|
99
99
|
plist (~> 3.2)
|
|
100
100
|
proxifier (~> 1.0)
|
|
101
|
-
rspec-core (~> 3.5)
|
|
102
|
-
rspec-expectations (~> 3.5)
|
|
103
|
-
rspec-mocks (~> 3.5)
|
|
101
|
+
rspec-core (~> 3.5, < 3.8)
|
|
102
|
+
rspec-expectations (~> 3.5, < 3.8)
|
|
103
|
+
rspec-mocks (~> 3.5, < 3.8)
|
|
104
104
|
rspec_junit_formatter (~> 0.2.0)
|
|
105
105
|
serverspec (~> 2.7)
|
|
106
106
|
specinfra (~> 2.10)
|
|
107
107
|
syslog-logger (~> 1.6)
|
|
108
108
|
uuidtools (~> 2.1.5)
|
|
109
|
-
chef (13.
|
|
109
|
+
chef (13.10.4-universal-mingw32)
|
|
110
110
|
addressable
|
|
111
111
|
bundler (>= 1.10)
|
|
112
|
-
chef-config (= 13.
|
|
113
|
-
chef-zero (
|
|
112
|
+
chef-config (= 13.10.4)
|
|
113
|
+
chef-zero (~> 13.0)
|
|
114
114
|
diff-lcs (~> 1.2, >= 1.2.4)
|
|
115
115
|
erubis (~> 2.7)
|
|
116
116
|
ffi (~> 1.9)
|
|
@@ -129,9 +129,9 @@ GEM
|
|
|
129
129
|
ohai (~> 13.0)
|
|
130
130
|
plist (~> 3.2)
|
|
131
131
|
proxifier (~> 1.0)
|
|
132
|
-
rspec-core (~> 3.5)
|
|
133
|
-
rspec-expectations (~> 3.5)
|
|
134
|
-
rspec-mocks (~> 3.5)
|
|
132
|
+
rspec-core (~> 3.5, < 3.8)
|
|
133
|
+
rspec-expectations (~> 3.5, < 3.8)
|
|
134
|
+
rspec-mocks (~> 3.5, < 3.8)
|
|
135
135
|
rspec_junit_formatter (~> 0.2.0)
|
|
136
136
|
serverspec (~> 2.7)
|
|
137
137
|
specinfra (~> 2.10)
|
|
@@ -144,20 +144,20 @@ GEM
|
|
|
144
144
|
win32-mmap (~> 0.4.1)
|
|
145
145
|
win32-mutex (~> 0.4.2)
|
|
146
146
|
win32-process (~> 0.8.2)
|
|
147
|
-
win32-service (~> 0
|
|
147
|
+
win32-service (~> 1.0)
|
|
148
148
|
windows-api (~> 0.4.4)
|
|
149
149
|
wmi-lite (~> 1.0)
|
|
150
150
|
chef-api (0.8.0)
|
|
151
151
|
logify (~> 0.1)
|
|
152
152
|
mime-types
|
|
153
|
-
chef-config (13.
|
|
153
|
+
chef-config (13.10.4)
|
|
154
154
|
addressable
|
|
155
155
|
fuzzyurl
|
|
156
|
-
mixlib-config (
|
|
156
|
+
mixlib-config (>= 2.2.12, < 3.0)
|
|
157
157
|
mixlib-shellout (~> 2.0)
|
|
158
158
|
tomlrb (~> 1.2)
|
|
159
|
-
chef-provisioning (2.7.
|
|
160
|
-
cheffish (>= 4.0, <
|
|
159
|
+
chef-provisioning (2.7.1)
|
|
160
|
+
cheffish (>= 4.0, < 15.0)
|
|
161
161
|
inifile (>= 2.0.2)
|
|
162
162
|
mixlib-install (>= 1.0)
|
|
163
163
|
net-scp (~> 1.0)
|
|
@@ -171,9 +171,9 @@ GEM
|
|
|
171
171
|
chef-provisioning (>= 1.0, < 3.0)
|
|
172
172
|
retryable (~> 2.0, >= 2.0.1)
|
|
173
173
|
ubuntu_ami (~> 0.4, >= 0.4.1)
|
|
174
|
-
chef-provisioning-fog (0.26.
|
|
174
|
+
chef-provisioning-fog (0.26.1)
|
|
175
175
|
chef-provisioning (>= 1.0, < 3.0)
|
|
176
|
-
cheffish (>= 13.1.0, <
|
|
176
|
+
cheffish (>= 13.1.0, < 15.0)
|
|
177
177
|
fog-digitalocean
|
|
178
178
|
fog-joyent
|
|
179
179
|
fog-openstack
|
|
@@ -194,9 +194,9 @@ GEM
|
|
|
194
194
|
cheffish (13.1.0)
|
|
195
195
|
chef-zero (~> 13.0)
|
|
196
196
|
net-ssh
|
|
197
|
-
chefspec (7.1
|
|
197
|
+
chefspec (7.2.1)
|
|
198
198
|
chef (>= 12.14.89)
|
|
199
|
-
fauxhai (>= 4
|
|
199
|
+
fauxhai (>= 4)
|
|
200
200
|
rspec (~> 3.0)
|
|
201
201
|
chefstyle (0.6.0)
|
|
202
202
|
rubocop (= 0.49.1)
|
|
@@ -209,20 +209,20 @@ GEM
|
|
|
209
209
|
mixlib-archive (~> 0.4)
|
|
210
210
|
cookstyle (2.1.0)
|
|
211
211
|
rubocop (= 0.49.1)
|
|
212
|
-
cucumber (3.1.
|
|
212
|
+
cucumber (3.1.2)
|
|
213
213
|
builder (>= 2.1.2)
|
|
214
|
-
cucumber-core (~> 3.
|
|
215
|
-
cucumber-expressions (~>
|
|
214
|
+
cucumber-core (~> 3.2.0)
|
|
215
|
+
cucumber-expressions (~> 6.0.1)
|
|
216
216
|
cucumber-wire (~> 0.0.1)
|
|
217
217
|
diff-lcs (~> 1.3)
|
|
218
|
-
gherkin (~> 5.0)
|
|
218
|
+
gherkin (~> 5.1.0)
|
|
219
219
|
multi_json (>= 1.7.5, < 2.0)
|
|
220
220
|
multi_test (>= 0.1.2)
|
|
221
|
-
cucumber-core (3.
|
|
221
|
+
cucumber-core (3.2.0)
|
|
222
222
|
backports (>= 3.8.0)
|
|
223
223
|
cucumber-tag_expressions (~> 1.1.0)
|
|
224
224
|
gherkin (>= 5.0.0)
|
|
225
|
-
cucumber-expressions (
|
|
225
|
+
cucumber-expressions (6.0.1)
|
|
226
226
|
cucumber-tag_expressions (1.1.1)
|
|
227
227
|
cucumber-wire (0.0.1)
|
|
228
228
|
dco (1.0.1)
|
|
@@ -236,11 +236,11 @@ GEM
|
|
|
236
236
|
descendants_tracker (0.0.4)
|
|
237
237
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
238
238
|
diff-lcs (1.3)
|
|
239
|
-
diffy (3.2.
|
|
240
|
-
docker-api (1.34.
|
|
239
|
+
diffy (3.2.1)
|
|
240
|
+
docker-api (1.34.2)
|
|
241
241
|
excon (>= 0.47.0)
|
|
242
242
|
multi_json
|
|
243
|
-
droplet_kit (2.
|
|
243
|
+
droplet_kit (2.3.0)
|
|
244
244
|
activesupport (> 3.0, < 6)
|
|
245
245
|
faraday (~> 0.9)
|
|
246
246
|
kartograph (~> 0.2.3)
|
|
@@ -248,14 +248,14 @@ GEM
|
|
|
248
248
|
virtus (~> 1.0.3)
|
|
249
249
|
equalizer (0.0.11)
|
|
250
250
|
erubis (2.7.0)
|
|
251
|
-
excon (0.
|
|
252
|
-
faraday (0.
|
|
251
|
+
excon (0.62.0)
|
|
252
|
+
faraday (0.15.2)
|
|
253
253
|
multipart-post (>= 1.2, < 3)
|
|
254
254
|
fauxhai (5.6.0)
|
|
255
255
|
net-ssh
|
|
256
|
-
ffi (1.9.
|
|
257
|
-
ffi (1.9.
|
|
258
|
-
ffi (1.9.
|
|
256
|
+
ffi (1.9.25)
|
|
257
|
+
ffi (1.9.25-x64-mingw32)
|
|
258
|
+
ffi (1.9.25-x86-mingw32)
|
|
259
259
|
ffi-rzmq (2.0.6)
|
|
260
260
|
ffi-rzmq-core (>= 1.0.6)
|
|
261
261
|
ffi-rzmq-core (1.0.6)
|
|
@@ -281,11 +281,11 @@ GEM
|
|
|
281
281
|
fog-joyent (0.0.1)
|
|
282
282
|
fog-core (~> 1.42)
|
|
283
283
|
fog-json (>= 1.0)
|
|
284
|
-
fog-json (1.0
|
|
285
|
-
fog-core
|
|
284
|
+
fog-json (1.2.0)
|
|
285
|
+
fog-core
|
|
286
286
|
multi_json (~> 1.10)
|
|
287
|
-
fog-openstack (0.1.
|
|
288
|
-
fog-core (~> 1.
|
|
287
|
+
fog-openstack (0.1.27)
|
|
288
|
+
fog-core (~> 1.45.0)
|
|
289
289
|
fog-json (>= 1.0)
|
|
290
290
|
ipaddress (>= 0.8)
|
|
291
291
|
fog-rackspace (0.1.5)
|
|
@@ -317,8 +317,8 @@ GEM
|
|
|
317
317
|
fuzzyurl (0.9.0)
|
|
318
318
|
gcewinpass (1.0.0)
|
|
319
319
|
google-api-client (~> 0.9.0)
|
|
320
|
-
gherkin (5.
|
|
321
|
-
git (1.
|
|
320
|
+
gherkin (5.1.0)
|
|
321
|
+
git (1.4.0)
|
|
322
322
|
google-api-client (0.9.28)
|
|
323
323
|
addressable (~> 2.3)
|
|
324
324
|
googleauth (~> 0.5)
|
|
@@ -351,17 +351,18 @@ GEM
|
|
|
351
351
|
builder (>= 2.1.2)
|
|
352
352
|
hashie (3.5.7)
|
|
353
353
|
highline (1.7.10)
|
|
354
|
-
hitimes (1.
|
|
355
|
-
hitimes (1.
|
|
354
|
+
hitimes (1.3.0)
|
|
355
|
+
hitimes (1.3.0-x64-mingw32)
|
|
356
|
+
hitimes (1.3.0-x86-mingw32)
|
|
356
357
|
htmlentities (4.3.4)
|
|
357
358
|
httpclient (2.8.3)
|
|
358
359
|
hurley (0.2)
|
|
359
|
-
i18n (0.
|
|
360
|
+
i18n (1.0.1)
|
|
360
361
|
concurrent-ruby (~> 1.0)
|
|
361
362
|
ice_nine (0.11.2)
|
|
362
363
|
inifile (3.0.0)
|
|
363
364
|
iniparse (1.4.4)
|
|
364
|
-
inspec (1.51.
|
|
365
|
+
inspec (1.51.25)
|
|
365
366
|
addressable (~> 2.4)
|
|
366
367
|
faraday (>= 0.9.0)
|
|
367
368
|
hashie (~> 3.4)
|
|
@@ -382,18 +383,18 @@ GEM
|
|
|
382
383
|
train (~> 0.32)
|
|
383
384
|
ipaddress (0.8.3)
|
|
384
385
|
iso8601 (0.9.1)
|
|
385
|
-
jmespath (1.
|
|
386
|
+
jmespath (1.4.0)
|
|
386
387
|
json (2.1.0)
|
|
387
388
|
jwt (2.1.0)
|
|
388
389
|
kartograph (0.2.7)
|
|
389
|
-
kitchen-digitalocean (0.
|
|
390
|
-
droplet_kit (~> 2.
|
|
390
|
+
kitchen-digitalocean (0.10.0)
|
|
391
|
+
droplet_kit (~> 2.3)
|
|
391
392
|
test-kitchen (~> 1.17)
|
|
392
393
|
kitchen-dokken (2.6.7)
|
|
393
394
|
docker-api (~> 1.33)
|
|
394
395
|
lockfile (~> 2.1)
|
|
395
396
|
test-kitchen (~> 1.15)
|
|
396
|
-
kitchen-ec2 (2.2.
|
|
397
|
+
kitchen-ec2 (2.2.2)
|
|
397
398
|
aws-sdk (~> 2)
|
|
398
399
|
excon
|
|
399
400
|
multi_json
|
|
@@ -409,13 +410,13 @@ GEM
|
|
|
409
410
|
hashie (~> 3.4)
|
|
410
411
|
inspec (>= 0.34.0, < 3.0.0)
|
|
411
412
|
test-kitchen (~> 1.6)
|
|
412
|
-
kitchen-vagrant (1.3.
|
|
413
|
+
kitchen-vagrant (1.3.2)
|
|
413
414
|
test-kitchen (~> 1.4)
|
|
414
415
|
knife-cloud (1.2.1)
|
|
415
416
|
chef (>= 0.10.10)
|
|
416
417
|
knife-windows (>= 0.5.14)
|
|
417
418
|
mixlib-shellout
|
|
418
|
-
knife-ec2 (0.
|
|
419
|
+
knife-ec2 (0.18.2)
|
|
419
420
|
fog-aws (~> 1.0)
|
|
420
421
|
knife-windows (~> 1.0)
|
|
421
422
|
mime-types
|
|
@@ -424,7 +425,7 @@ GEM
|
|
|
424
425
|
gcewinpass (~> 1.0)
|
|
425
426
|
google-api-client (~> 0.9.0)
|
|
426
427
|
knife-cloud (~> 1.2.0)
|
|
427
|
-
knife-opc (0.
|
|
428
|
+
knife-opc (0.4.0)
|
|
428
429
|
knife-push (1.0.3)
|
|
429
430
|
chef (>= 12.7.2)
|
|
430
431
|
knife-spork (1.7.1)
|
|
@@ -446,7 +447,7 @@ GEM
|
|
|
446
447
|
little-plugger (~> 1.1)
|
|
447
448
|
multi_json (~> 1.10)
|
|
448
449
|
logify (0.2.0)
|
|
449
|
-
lumberjack (1.0.
|
|
450
|
+
lumberjack (1.0.13)
|
|
450
451
|
memoist (0.16.0)
|
|
451
452
|
method_source (0.9.0)
|
|
452
453
|
mime-types (3.1)
|
|
@@ -455,12 +456,13 @@ GEM
|
|
|
455
456
|
mini_portile2 (2.3.0)
|
|
456
457
|
minitar (0.6.1)
|
|
457
458
|
minitest (5.11.3)
|
|
458
|
-
mixlib-archive (0.4.
|
|
459
|
+
mixlib-archive (0.4.8)
|
|
459
460
|
mixlib-log
|
|
460
461
|
mixlib-authentication (1.4.2)
|
|
461
462
|
mixlib-cli (1.7.0)
|
|
462
|
-
mixlib-config (2.2.
|
|
463
|
-
|
|
463
|
+
mixlib-config (2.2.13)
|
|
464
|
+
tomlrb
|
|
465
|
+
mixlib-install (3.11.2)
|
|
464
466
|
mixlib-shellout
|
|
465
467
|
mixlib-versioning
|
|
466
468
|
thor
|
|
@@ -470,7 +472,7 @@ GEM
|
|
|
470
472
|
win32-process (~> 0.8.2)
|
|
471
473
|
wmi-lite (~> 1.0)
|
|
472
474
|
mixlib-versioning (1.2.2)
|
|
473
|
-
molinillo (0.6.
|
|
475
|
+
molinillo (0.6.5)
|
|
474
476
|
multi_json (1.13.1)
|
|
475
477
|
multi_test (0.1.2)
|
|
476
478
|
multipart-post (2.0.0)
|
|
@@ -486,20 +488,20 @@ GEM
|
|
|
486
488
|
net-ssh (>= 2.6.5)
|
|
487
489
|
net-ssh-gateway (>= 1.2.0)
|
|
488
490
|
net-telnet (0.1.1)
|
|
489
|
-
nio4r (2.
|
|
490
|
-
nokogiri (1.8.
|
|
491
|
+
nio4r (2.3.1)
|
|
492
|
+
nokogiri (1.8.4)
|
|
491
493
|
mini_portile2 (~> 2.3.0)
|
|
492
|
-
nokogiri (1.8.
|
|
494
|
+
nokogiri (1.8.4-x64-mingw32)
|
|
493
495
|
mini_portile2 (~> 2.3.0)
|
|
494
|
-
nokogiri (1.8.
|
|
496
|
+
nokogiri (1.8.4-x86-mingw32)
|
|
495
497
|
mini_portile2 (~> 2.3.0)
|
|
496
498
|
nori (2.6.0)
|
|
497
499
|
notiffany (0.1.1)
|
|
498
500
|
nenv (~> 0.1)
|
|
499
501
|
shellany (~> 0.0)
|
|
500
|
-
octokit (4.
|
|
502
|
+
octokit (4.9.0)
|
|
501
503
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
502
|
-
ohai (13.
|
|
504
|
+
ohai (13.10.0)
|
|
503
505
|
chef-config (>= 12.5.0.alpha.1, < 14)
|
|
504
506
|
ffi (~> 1.9)
|
|
505
507
|
ffi-yajl (~> 2.2)
|
|
@@ -511,20 +513,20 @@ GEM
|
|
|
511
513
|
plist (~> 3.1)
|
|
512
514
|
systemu (~> 2.6.4)
|
|
513
515
|
wmi-lite (~> 1.0)
|
|
514
|
-
opscode-pushy-client (2.
|
|
515
|
-
chef (>= 12.19, <
|
|
516
|
+
opscode-pushy-client (2.4.11)
|
|
517
|
+
chef (>= 12.19, < 15.0)
|
|
516
518
|
ffi-rzmq
|
|
517
|
-
ohai (>= 8.23, <
|
|
519
|
+
ohai (>= 8.23, < 15.0)
|
|
518
520
|
uuidtools
|
|
519
521
|
os (0.9.6)
|
|
520
522
|
paint (1.0.1)
|
|
521
523
|
parallel (1.12.1)
|
|
522
|
-
parser (2.5.
|
|
524
|
+
parser (2.5.1.2)
|
|
523
525
|
ast (~> 2.4.0)
|
|
524
526
|
parslet (1.8.2)
|
|
525
527
|
plist (3.4.0)
|
|
526
528
|
polyglot (0.3.5)
|
|
527
|
-
powerpack (0.1.
|
|
529
|
+
powerpack (0.1.2)
|
|
528
530
|
proxifier (1.0.3)
|
|
529
531
|
pry (0.11.3)
|
|
530
532
|
coderay (~> 1.1.0)
|
|
@@ -539,15 +541,15 @@ GEM
|
|
|
539
541
|
binding_of_caller (>= 0.7)
|
|
540
542
|
pry (>= 0.9.11)
|
|
541
543
|
public_suffix (3.0.2)
|
|
542
|
-
rack (2.0.
|
|
544
|
+
rack (2.0.5)
|
|
543
545
|
rainbow (2.2.2)
|
|
544
546
|
rake
|
|
545
|
-
rake (12.3.
|
|
547
|
+
rake (12.3.1)
|
|
546
548
|
rb-fsevent (0.10.3)
|
|
547
549
|
rb-inotify (0.9.10)
|
|
548
550
|
ffi (>= 0.5.0, < 2)
|
|
549
551
|
rb-readline (0.5.5)
|
|
550
|
-
rdoc (6.0.
|
|
552
|
+
rdoc (6.0.4)
|
|
551
553
|
rdp-ruby-wmi (0.3.1)
|
|
552
554
|
representable (2.3.0)
|
|
553
555
|
uber (~> 0.0.7)
|
|
@@ -626,9 +628,9 @@ GEM
|
|
|
626
628
|
solve (4.0.0)
|
|
627
629
|
molinillo (~> 0.6)
|
|
628
630
|
semverse (>= 1.1, < 3.0)
|
|
629
|
-
specinfra (2.
|
|
631
|
+
specinfra (2.75.0)
|
|
630
632
|
net-scp
|
|
631
|
-
net-ssh (>= 2.7
|
|
633
|
+
net-ssh (>= 2.7)
|
|
632
634
|
net-telnet
|
|
633
635
|
sfl
|
|
634
636
|
sslshake (1.2.0)
|
|
@@ -637,21 +639,21 @@ GEM
|
|
|
637
639
|
logify (~> 0.2)
|
|
638
640
|
syslog-logger (1.6.8)
|
|
639
641
|
systemu (2.6.5)
|
|
640
|
-
test-kitchen (1.
|
|
642
|
+
test-kitchen (1.22.1)
|
|
641
643
|
mixlib-install (~> 3.6)
|
|
642
644
|
mixlib-shellout (>= 1.2, < 3.0)
|
|
643
645
|
net-scp (~> 1.1)
|
|
644
646
|
net-ssh (>= 2.9, < 5.0)
|
|
645
647
|
net-ssh-gateway (~> 1.2)
|
|
646
|
-
thor (~> 0.19
|
|
648
|
+
thor (~> 0.19)
|
|
647
649
|
winrm (~> 2.0)
|
|
648
650
|
winrm-elevated (~> 1.0)
|
|
649
|
-
winrm-fs (~> 1.1
|
|
651
|
+
winrm-fs (~> 1.1)
|
|
650
652
|
thor (0.19.1)
|
|
651
653
|
thread_safe (0.3.6)
|
|
652
654
|
timers (4.0.4)
|
|
653
655
|
hitimes
|
|
654
|
-
tomlrb (1.2.
|
|
656
|
+
tomlrb (1.2.7)
|
|
655
657
|
train (0.32.0)
|
|
656
658
|
docker-api (~> 1.26)
|
|
657
659
|
json (>= 1.8, < 3.0)
|
|
@@ -660,13 +662,13 @@ GEM
|
|
|
660
662
|
net-ssh (>= 2.9, < 5.0)
|
|
661
663
|
winrm (~> 2.0)
|
|
662
664
|
winrm-fs (~> 1.0)
|
|
663
|
-
treetop (1.6.
|
|
665
|
+
treetop (1.6.10)
|
|
664
666
|
polyglot (~> 0.3)
|
|
665
667
|
tzinfo (1.2.5)
|
|
666
668
|
thread_safe (~> 0.1)
|
|
667
669
|
uber (0.0.15)
|
|
668
670
|
ubuntu_ami (0.4.1)
|
|
669
|
-
unicode-display_width (1.
|
|
671
|
+
unicode-display_width (1.4.0)
|
|
670
672
|
uuidtools (2.1.5)
|
|
671
673
|
varia_model (0.6.0)
|
|
672
674
|
buff-extensions (~> 2.0)
|
|
@@ -691,7 +693,7 @@ GEM
|
|
|
691
693
|
win32-ipc (>= 0.6.0)
|
|
692
694
|
win32-process (0.8.3)
|
|
693
695
|
ffi (>= 1.0.0)
|
|
694
|
-
win32-service (0.
|
|
696
|
+
win32-service (1.0.1)
|
|
695
697
|
ffi
|
|
696
698
|
ffi-win32-extensions
|
|
697
699
|
windows-api (0.4.4)
|
|
@@ -711,13 +713,13 @@ GEM
|
|
|
711
713
|
winrm-elevated (1.1.0)
|
|
712
714
|
winrm (~> 2.0)
|
|
713
715
|
winrm-fs (~> 1.0)
|
|
714
|
-
winrm-fs (1.
|
|
716
|
+
winrm-fs (1.2.0)
|
|
715
717
|
erubis (~> 2.7)
|
|
716
718
|
logging (>= 1.6.1, < 3.0)
|
|
717
719
|
rubyzip (~> 1.1)
|
|
718
720
|
winrm (~> 2.0)
|
|
719
721
|
wmi-lite (1.0.0)
|
|
720
|
-
yard (0.9.
|
|
722
|
+
yard (0.9.15)
|
|
721
723
|
|
|
722
724
|
PLATFORMS
|
|
723
725
|
ruby
|
|
@@ -727,9 +729,9 @@ PLATFORMS
|
|
|
727
729
|
DEPENDENCIES
|
|
728
730
|
appbundler
|
|
729
731
|
artifactory
|
|
730
|
-
berkshelf (
|
|
732
|
+
berkshelf (~> 6.3.1)
|
|
731
733
|
bundler
|
|
732
|
-
chef (= 13.
|
|
734
|
+
chef (= 13.10.4)
|
|
733
735
|
chef-dk!
|
|
734
736
|
chef-provisioning (>= 2.4.0)
|
|
735
737
|
chef-provisioning-aws (>= 3.0.0)
|
|
@@ -739,15 +741,15 @@ DEPENDENCIES
|
|
|
739
741
|
cheffish (>= 13.1.0)
|
|
740
742
|
chefspec (>= 7.1.0)
|
|
741
743
|
chefstyle
|
|
742
|
-
cookstyle (
|
|
744
|
+
cookstyle (~> 2.0)
|
|
743
745
|
cucumber
|
|
744
746
|
dco
|
|
745
747
|
dep-selector-libgecode
|
|
746
748
|
dep_selector
|
|
747
|
-
fauxhai (
|
|
749
|
+
fauxhai (~> 5.4)
|
|
748
750
|
ffi
|
|
749
751
|
ffi-rzmq-core
|
|
750
|
-
foodcritic (
|
|
752
|
+
foodcritic (~> 12.1)
|
|
751
753
|
guard
|
|
752
754
|
inspec (~> 1.42)
|
|
753
755
|
kitchen-digitalocean (>= 0.9.8)
|
|
@@ -768,7 +770,7 @@ DEPENDENCIES
|
|
|
768
770
|
mixlib-versioning
|
|
769
771
|
net-ssh (= 4.1.0)
|
|
770
772
|
nokogiri
|
|
771
|
-
ohai (
|
|
773
|
+
ohai (~> 13.1)
|
|
772
774
|
opscode-pushy-client (>= 2.3.0)
|
|
773
775
|
pry
|
|
774
776
|
pry-byebug
|
|
@@ -785,7 +787,7 @@ DEPENDENCIES
|
|
|
785
787
|
ruby-prof
|
|
786
788
|
ruby-shadow
|
|
787
789
|
stove
|
|
788
|
-
test-kitchen (
|
|
790
|
+
test-kitchen (~> 1.22.0)
|
|
789
791
|
win32-api
|
|
790
792
|
win32-dir
|
|
791
793
|
win32-event
|
|
@@ -799,4 +801,4 @@ DEPENDENCIES
|
|
|
799
801
|
yard
|
|
800
802
|
|
|
801
803
|
BUNDLED WITH
|
|
802
|
-
1.16.
|
|
804
|
+
1.16.2
|
data/lib/chef-dk/version.rb
CHANGED
data/omnibus_overrides.rb
CHANGED
|
@@ -1,22 +1,25 @@
|
|
|
1
1
|
# THIS IS NOW HAND MANAGED, JUST EDIT THE THING
|
|
2
2
|
# .travis.yml and appveyor.yml consume this,
|
|
3
3
|
# try to keep it machine-parsable.
|
|
4
|
+
#
|
|
5
|
+
# NOTE: You MUST update omnibus-software when adding new versions of
|
|
6
|
+
# software here: bundle exec rake dependencies:update_omnibus_gemfile_lock
|
|
4
7
|
override :rubygems, version: "2.7.6"
|
|
5
8
|
override :bundler, version: "1.16.1"
|
|
6
9
|
override "libffi", version: "3.2.1"
|
|
7
10
|
override "libiconv", version: "1.15"
|
|
8
11
|
override "liblzma", version: "5.2.3"
|
|
9
12
|
override "libtool", version: "2.4.2"
|
|
10
|
-
override "libxml2", version: "2.9.
|
|
13
|
+
override "libxml2", version: "2.9.8"
|
|
11
14
|
override "libxslt", version: "1.1.30"
|
|
12
15
|
override "libyaml", version: "0.1.7"
|
|
13
16
|
override "makedepend", version: "1.0.5"
|
|
14
17
|
override "ncurses", version: "5.9"
|
|
15
18
|
override "pkg-config-lite", version: "0.28-1"
|
|
16
|
-
override "ruby", version: "2.4.
|
|
19
|
+
override "ruby", version: "2.4.4"
|
|
17
20
|
override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18"
|
|
18
21
|
override "util-macros", version: "1.19.0"
|
|
19
22
|
override "xproto", version: "7.0.28"
|
|
20
23
|
override "zlib", version: "1.2.11"
|
|
21
24
|
override "libzmq", version: "4.0.7"
|
|
22
|
-
override "openssl", version: "1.0.
|
|
25
|
+
override "openssl", version: "1.0.2o"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-dk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.5.
|
|
4
|
+
version: 2.5.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel DeLeo
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2018-
|
|
13
|
+
date: 2018-08-08 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: mixlib-cli
|