chef-dk 3.12.10 → 3.13.1
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 +3 -0
- data/Gemfile.lock +85 -80
- data/lib/chef-dk/version.rb +1 -1
- data/spec/unit/command/generator_commands/cookbook_spec.rb +1 -1
- 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: 4ef0158e1e0599d93b618a2c3edae5cd51e6ef5bdbb8e86e8ab00c547a45ac97
|
|
4
|
+
data.tar.gz: '01397b1ef025eb72061c8c74000c3b4f85979a80fb33d81ddf2006d59e4dec3a'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0835bacc9355c2c50be952186931d9e985739eabfeb24b442d9942cf859275698397c96abca2cc5bf91f0c14d88c64016a10ac3dfc99472b860128483b18a376'
|
|
7
|
+
data.tar.gz: b09c74b90d96741573203724c0c98bb8988dbbfe98980e89c4d5898d9ad5b49342282e05c72b8c8ee28e3aa87fb526affd1fbff4a7c866ae82ae86d3a53ce906
|
data/Gemfile
CHANGED
|
@@ -84,6 +84,9 @@ group(:omnibus_package) do
|
|
|
84
84
|
gem "listen"
|
|
85
85
|
gem "dco"
|
|
86
86
|
|
|
87
|
+
# this pin prevents pulling in 1.x that has breaking changes for our apps here
|
|
88
|
+
gem "chef-telemetry", "~> 0.1"
|
|
89
|
+
|
|
87
90
|
# Right now we must import chef-apply as a gem into the ChefDK because this is where all the gem
|
|
88
91
|
# dependency resolution occurs. Putting it elsewhere endangers older ChefDK issues of gem version
|
|
89
92
|
# conflicts post-build.
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
chef-dk (3.
|
|
4
|
+
chef-dk (3.13.1)
|
|
5
5
|
addressable (>= 2.3.5, < 2.6)
|
|
6
6
|
chef (~> 14.0)
|
|
7
7
|
chef-provisioning (~> 2.0)
|
|
@@ -23,16 +23,16 @@ GEM
|
|
|
23
23
|
appbundler (0.12.5)
|
|
24
24
|
mixlib-cli (>= 1.4, < 3.0)
|
|
25
25
|
mixlib-shellout (>= 2.0, < 4.0)
|
|
26
|
-
artifactory (3.0.
|
|
26
|
+
artifactory (3.0.12)
|
|
27
27
|
ast (2.4.0)
|
|
28
28
|
aws-eventstream (1.0.3)
|
|
29
|
-
aws-sdk (2.11.
|
|
30
|
-
aws-sdk-resources (= 2.11.
|
|
31
|
-
aws-sdk-core (2.11.
|
|
29
|
+
aws-sdk (2.11.430)
|
|
30
|
+
aws-sdk-resources (= 2.11.430)
|
|
31
|
+
aws-sdk-core (2.11.430)
|
|
32
32
|
aws-sigv4 (~> 1.0)
|
|
33
33
|
jmespath (~> 1.0)
|
|
34
|
-
aws-sdk-resources (2.11.
|
|
35
|
-
aws-sdk-core (= 2.11.
|
|
34
|
+
aws-sdk-resources (2.11.430)
|
|
35
|
+
aws-sdk-core (= 2.11.430)
|
|
36
36
|
aws-sigv4 (1.1.0)
|
|
37
37
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
|
38
38
|
axiom-types (0.1.1)
|
|
@@ -41,11 +41,11 @@ GEM
|
|
|
41
41
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
42
42
|
azure_graph_rbac (0.17.1)
|
|
43
43
|
ms_rest_azure (~> 0.11.0)
|
|
44
|
-
azure_mgmt_key_vault (0.17.
|
|
45
|
-
ms_rest_azure (~> 0.11.
|
|
46
|
-
azure_mgmt_network (0.
|
|
44
|
+
azure_mgmt_key_vault (0.17.5)
|
|
45
|
+
ms_rest_azure (~> 0.11.1)
|
|
46
|
+
azure_mgmt_network (0.23.0)
|
|
47
47
|
ms_rest_azure (~> 0.11.1)
|
|
48
|
-
azure_mgmt_resources (0.17.
|
|
48
|
+
azure_mgmt_resources (0.17.8)
|
|
49
49
|
ms_rest_azure (~> 0.11.1)
|
|
50
50
|
backports (3.15.0)
|
|
51
51
|
berkshelf (7.0.8)
|
|
@@ -63,7 +63,7 @@ GEM
|
|
|
63
63
|
thor (>= 0.20)
|
|
64
64
|
binding_of_caller (0.8.0)
|
|
65
65
|
debug_inspector (>= 0.0.1)
|
|
66
|
-
builder (3.2.
|
|
66
|
+
builder (3.2.4)
|
|
67
67
|
byebug (11.0.1)
|
|
68
68
|
chef (14.14.29)
|
|
69
69
|
addressable
|
|
@@ -137,7 +137,7 @@ GEM
|
|
|
137
137
|
win32-service (>= 1.0, < 3.0)
|
|
138
138
|
win32-taskscheduler (~> 2.0)
|
|
139
139
|
wmi-lite (~> 1.0)
|
|
140
|
-
chef-api (0.10.
|
|
140
|
+
chef-api (0.10.2)
|
|
141
141
|
logify (~> 0.1)
|
|
142
142
|
mime-types
|
|
143
143
|
chef-apply (0.2.13)
|
|
@@ -187,20 +187,20 @@ GEM
|
|
|
187
187
|
fog-xenserver
|
|
188
188
|
retryable
|
|
189
189
|
winrm-elevated
|
|
190
|
-
chef-sugar (5.
|
|
190
|
+
chef-sugar (5.1.9)
|
|
191
191
|
chef-telemetry (0.1.8)
|
|
192
192
|
chef-config
|
|
193
193
|
concurrent-ruby (~> 1.0)
|
|
194
194
|
ffi-yajl (~> 2.2)
|
|
195
195
|
http (~> 2.2)
|
|
196
|
-
chef-vault (
|
|
197
|
-
chef-zero (14.0.
|
|
196
|
+
chef-vault (4.0.1)
|
|
197
|
+
chef-zero (14.0.17)
|
|
198
198
|
ffi-yajl (~> 2.2)
|
|
199
199
|
hashie (>= 2.0, < 4.0)
|
|
200
200
|
mixlib-log (>= 2.0, < 4.0)
|
|
201
201
|
rack (~> 2.0, >= 2.0.6)
|
|
202
202
|
uuidtools (~> 2.1)
|
|
203
|
-
cheffish (14.0.
|
|
203
|
+
cheffish (14.0.13)
|
|
204
204
|
chef-zero (~> 14.0)
|
|
205
205
|
net-ssh
|
|
206
206
|
chefspec (7.4.0)
|
|
@@ -254,7 +254,7 @@ GEM
|
|
|
254
254
|
multi_json
|
|
255
255
|
domain_name (0.5.20190701)
|
|
256
256
|
unf (>= 0.0.5, < 1.0.0)
|
|
257
|
-
droplet_kit (3.
|
|
257
|
+
droplet_kit (3.5.0)
|
|
258
258
|
faraday (~> 0.15)
|
|
259
259
|
kartograph (~> 0.2.3)
|
|
260
260
|
resource_kit (~> 0.1.5)
|
|
@@ -263,8 +263,8 @@ GEM
|
|
|
263
263
|
equatable (0.6.1)
|
|
264
264
|
erubi (1.9.0)
|
|
265
265
|
erubis (2.7.0)
|
|
266
|
-
excon (0.
|
|
267
|
-
faraday (0.17.
|
|
266
|
+
excon (0.71.1)
|
|
267
|
+
faraday (0.17.3)
|
|
268
268
|
multipart-post (>= 1.2, < 3)
|
|
269
269
|
faraday-cookie_jar (0.0.6)
|
|
270
270
|
faraday (>= 0.7.4)
|
|
@@ -273,10 +273,10 @@ GEM
|
|
|
273
273
|
faraday (>= 0.7.4, < 1.0)
|
|
274
274
|
fauxhai (6.11.0)
|
|
275
275
|
net-ssh
|
|
276
|
-
ffi (1.
|
|
277
|
-
ffi (1.
|
|
278
|
-
ffi (1.
|
|
279
|
-
ffi-libarchive (0.
|
|
276
|
+
ffi (1.12.1)
|
|
277
|
+
ffi (1.12.1-x64-mingw32)
|
|
278
|
+
ffi (1.12.1-x86-mingw32)
|
|
279
|
+
ffi-libarchive (1.0.0)
|
|
280
280
|
ffi (~> 1.0)
|
|
281
281
|
ffi-rzmq (2.0.7)
|
|
282
282
|
ffi-rzmq-core (>= 1.0.7)
|
|
@@ -284,7 +284,7 @@ GEM
|
|
|
284
284
|
ffi
|
|
285
285
|
ffi-win32-extensions (1.0.3)
|
|
286
286
|
ffi
|
|
287
|
-
ffi-yajl (2.3.
|
|
287
|
+
ffi-yajl (2.3.3)
|
|
288
288
|
libyajl2 (~> 1.2)
|
|
289
289
|
filesize (0.1.1)
|
|
290
290
|
fog-aws (2.0.1)
|
|
@@ -415,18 +415,18 @@ GEM
|
|
|
415
415
|
ipaddress (0.8.3)
|
|
416
416
|
iso8601 (0.12.1)
|
|
417
417
|
jmespath (1.4.0)
|
|
418
|
-
json (2.
|
|
418
|
+
json (2.3.0)
|
|
419
419
|
jwt (2.2.1)
|
|
420
420
|
kartograph (0.2.7)
|
|
421
|
-
kitchen-azurerm (0.
|
|
421
|
+
kitchen-azurerm (0.15.1)
|
|
422
422
|
azure_mgmt_network (~> 0.18, >= 0.18.2)
|
|
423
423
|
azure_mgmt_resources (~> 0.17, >= 0.17.2)
|
|
424
424
|
inifile (~> 3.0, >= 3.0.0)
|
|
425
|
-
sshkey (
|
|
425
|
+
sshkey (>= 1.0.0, < 3)
|
|
426
426
|
kitchen-digitalocean (0.10.5)
|
|
427
427
|
droplet_kit (>= 2.8, < 4.0)
|
|
428
428
|
test-kitchen (>= 1.17, < 3)
|
|
429
|
-
kitchen-dokken (2.8.
|
|
429
|
+
kitchen-dokken (2.8.1)
|
|
430
430
|
docker-api (~> 1.33)
|
|
431
431
|
lockfile (~> 2.1)
|
|
432
432
|
test-kitchen (>= 1.15, < 3)
|
|
@@ -436,9 +436,9 @@ GEM
|
|
|
436
436
|
multi_json
|
|
437
437
|
retryable (~> 2.0)
|
|
438
438
|
test-kitchen (>= 1.4.1, < 3)
|
|
439
|
-
kitchen-google (2.0.
|
|
439
|
+
kitchen-google (2.0.3)
|
|
440
440
|
gcewinpass (~> 1.1)
|
|
441
|
-
google-api-client (
|
|
441
|
+
google-api-client (>= 0.23.9, < 0.36.0)
|
|
442
442
|
test-kitchen
|
|
443
443
|
kitchen-hyperv (0.5.3)
|
|
444
444
|
test-kitchen (>= 1.4, < 3)
|
|
@@ -446,9 +446,9 @@ GEM
|
|
|
446
446
|
hashie (~> 3.4)
|
|
447
447
|
inspec (>= 1.47, < 5.0)
|
|
448
448
|
test-kitchen (>= 1.6, < 3)
|
|
449
|
-
kitchen-vagrant (1.6.
|
|
449
|
+
kitchen-vagrant (1.6.1)
|
|
450
450
|
test-kitchen (>= 1.4, < 3)
|
|
451
|
-
knife-acl (1.0.
|
|
451
|
+
knife-acl (1.0.6)
|
|
452
452
|
knife-cloud (1.2.3)
|
|
453
453
|
excon (>= 0.50)
|
|
454
454
|
knife-windows (>= 1.0)
|
|
@@ -461,14 +461,14 @@ GEM
|
|
|
461
461
|
google-api-client (>= 0.19.8, < 0.25)
|
|
462
462
|
knife-cloud (~> 1.2.0)
|
|
463
463
|
knife-opc (0.4.1)
|
|
464
|
-
knife-push (1.1.
|
|
464
|
+
knife-push (1.1.5)
|
|
465
465
|
chef (>= 13.0)
|
|
466
466
|
knife-spork (1.7.2)
|
|
467
467
|
app_conf (>= 0.4.0)
|
|
468
468
|
chef (>= 11.0.0)
|
|
469
469
|
diffy (>= 3.0.1)
|
|
470
470
|
git (>= 1.2.5)
|
|
471
|
-
knife-tidy (2.0.
|
|
471
|
+
knife-tidy (2.0.9)
|
|
472
472
|
knife-vsphere (3.0.1)
|
|
473
473
|
chef-vault (>= 2.6.0)
|
|
474
474
|
filesize (~> 0.1.1)
|
|
@@ -484,7 +484,7 @@ GEM
|
|
|
484
484
|
tomlrb (~> 1.2)
|
|
485
485
|
tty-box (~> 0.3)
|
|
486
486
|
tty-prompt (~> 0.18)
|
|
487
|
-
listen (3.2.
|
|
487
|
+
listen (3.2.1)
|
|
488
488
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
489
489
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
490
490
|
little-plugger (1.1.4)
|
|
@@ -493,35 +493,35 @@ GEM
|
|
|
493
493
|
little-plugger (~> 1.1)
|
|
494
494
|
multi_json (~> 1.10)
|
|
495
495
|
logify (0.2.0)
|
|
496
|
-
lumberjack (1.
|
|
497
|
-
memoist (0.16.
|
|
496
|
+
lumberjack (1.1.1)
|
|
497
|
+
memoist (0.16.2)
|
|
498
498
|
method_source (0.9.2)
|
|
499
|
-
mime-types (3.3)
|
|
499
|
+
mime-types (3.3.1)
|
|
500
500
|
mime-types-data (~> 3.2015)
|
|
501
501
|
mime-types-data (3.2019.1009)
|
|
502
502
|
mini_portile2 (2.4.0)
|
|
503
503
|
minitar (0.9)
|
|
504
504
|
minitest (5.10.3)
|
|
505
|
-
mixlib-archive (1.0.
|
|
505
|
+
mixlib-archive (1.0.5)
|
|
506
506
|
mixlib-log
|
|
507
|
-
mixlib-archive (1.0.
|
|
507
|
+
mixlib-archive (1.0.5-universal-mingw32)
|
|
508
508
|
mixlib-log
|
|
509
509
|
mixlib-authentication (2.1.1)
|
|
510
|
-
mixlib-cli (2.1.
|
|
511
|
-
mixlib-config (3.0.
|
|
510
|
+
mixlib-cli (2.1.5)
|
|
511
|
+
mixlib-config (3.0.6)
|
|
512
512
|
tomlrb
|
|
513
|
-
mixlib-install (3.11.
|
|
513
|
+
mixlib-install (3.11.26)
|
|
514
514
|
mixlib-shellout
|
|
515
515
|
mixlib-versioning
|
|
516
516
|
thor
|
|
517
|
-
mixlib-log (3.0.
|
|
517
|
+
mixlib-log (3.0.8)
|
|
518
518
|
mixlib-shellout (2.4.4)
|
|
519
519
|
mixlib-shellout (2.4.4-universal-mingw32)
|
|
520
520
|
win32-process (~> 0.8.2)
|
|
521
521
|
wmi-lite (~> 1.0)
|
|
522
|
-
mixlib-versioning (1.2.
|
|
522
|
+
mixlib-versioning (1.2.12)
|
|
523
523
|
molinillo (0.6.6)
|
|
524
|
-
ms_rest (0.7.
|
|
524
|
+
ms_rest (0.7.5)
|
|
525
525
|
concurrent-ruby (~> 1.0)
|
|
526
526
|
faraday (~> 0.9)
|
|
527
527
|
timeliness (~> 0.3.10)
|
|
@@ -534,7 +534,7 @@ GEM
|
|
|
534
534
|
multi_json (1.14.1)
|
|
535
535
|
multi_test (0.1.2)
|
|
536
536
|
multipart-post (2.1.1)
|
|
537
|
-
necromancer (0.5.
|
|
537
|
+
necromancer (0.5.1)
|
|
538
538
|
nenv (0.3.0)
|
|
539
539
|
net-scp (1.2.1)
|
|
540
540
|
net-ssh (>= 2.6.5)
|
|
@@ -548,17 +548,18 @@ GEM
|
|
|
548
548
|
net-ssh-gateway (>= 1.2.0)
|
|
549
549
|
net-telnet (0.1.1)
|
|
550
550
|
netaddr (1.5.1)
|
|
551
|
-
nokogiri (1.10.
|
|
551
|
+
nokogiri (1.10.7)
|
|
552
552
|
mini_portile2 (~> 2.4.0)
|
|
553
|
-
nokogiri (1.10.
|
|
553
|
+
nokogiri (1.10.7-x64-mingw32)
|
|
554
554
|
mini_portile2 (~> 2.4.0)
|
|
555
|
-
nokogiri (1.10.
|
|
555
|
+
nokogiri (1.10.7-x86-mingw32)
|
|
556
556
|
mini_portile2 (~> 2.4.0)
|
|
557
557
|
nori (2.6.0)
|
|
558
558
|
notiffany (0.1.3)
|
|
559
559
|
nenv (~> 0.1)
|
|
560
560
|
shellany (~> 0.0)
|
|
561
|
-
octokit (4.
|
|
561
|
+
octokit (4.15.0)
|
|
562
|
+
faraday (>= 0.9)
|
|
562
563
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
563
564
|
ohai (14.14.0)
|
|
564
565
|
chef-config (>= 12.8, < 15)
|
|
@@ -579,8 +580,8 @@ GEM
|
|
|
579
580
|
uuidtools
|
|
580
581
|
os (1.0.1)
|
|
581
582
|
paint (1.0.1)
|
|
582
|
-
parallel (1.
|
|
583
|
-
parser (2.
|
|
583
|
+
parallel (1.19.1)
|
|
584
|
+
parser (2.7.0.2)
|
|
584
585
|
ast (~> 2.4.0)
|
|
585
586
|
parslet (1.8.2)
|
|
586
587
|
pastel (0.7.3)
|
|
@@ -606,11 +607,11 @@ GEM
|
|
|
606
607
|
r18n-core (3.2.0)
|
|
607
608
|
r18n-desktop (3.2.0)
|
|
608
609
|
r18n-core (= 3.2.0)
|
|
609
|
-
rack (2.
|
|
610
|
+
rack (2.1.1)
|
|
610
611
|
rainbow (3.0.0)
|
|
611
612
|
rake (12.3.0)
|
|
612
613
|
rb-fsevent (0.10.3)
|
|
613
|
-
rb-inotify (0.10.
|
|
614
|
+
rb-inotify (0.10.1)
|
|
614
615
|
ffi (~> 1.0)
|
|
615
616
|
rb-readline (0.5.5)
|
|
616
617
|
rbvmomi (1.13.0)
|
|
@@ -632,18 +633,18 @@ GEM
|
|
|
632
633
|
rspec-core (~> 3.9.0)
|
|
633
634
|
rspec-expectations (~> 3.9.0)
|
|
634
635
|
rspec-mocks (~> 3.9.0)
|
|
635
|
-
rspec-core (3.9.
|
|
636
|
-
rspec-support (~> 3.9.
|
|
636
|
+
rspec-core (3.9.1)
|
|
637
|
+
rspec-support (~> 3.9.1)
|
|
637
638
|
rspec-expectations (3.9.0)
|
|
638
639
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
639
640
|
rspec-support (~> 3.9.0)
|
|
640
641
|
rspec-its (1.3.0)
|
|
641
642
|
rspec-core (>= 3.0.0)
|
|
642
643
|
rspec-expectations (>= 3.0.0)
|
|
643
|
-
rspec-mocks (3.9.
|
|
644
|
+
rspec-mocks (3.9.1)
|
|
644
645
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
645
646
|
rspec-support (~> 3.9.0)
|
|
646
|
-
rspec-support (3.9.
|
|
647
|
+
rspec-support (3.9.2)
|
|
647
648
|
rspec_junit_formatter (0.2.3)
|
|
648
649
|
builder (< 4)
|
|
649
650
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
@@ -654,7 +655,8 @@ GEM
|
|
|
654
655
|
rainbow (>= 2.2.2, < 4.0)
|
|
655
656
|
ruby-progressbar (~> 1.7)
|
|
656
657
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
657
|
-
ruby-prof (1.
|
|
658
|
+
ruby-prof (1.1.0)
|
|
659
|
+
ruby-prof (1.1.0-x64-mingw32)
|
|
658
660
|
ruby-progressbar (1.10.1)
|
|
659
661
|
ruby-shadow (2.5.0)
|
|
660
662
|
rubyntlm (0.6.2)
|
|
@@ -677,25 +679,26 @@ GEM
|
|
|
677
679
|
jwt (>= 1.5, < 3.0)
|
|
678
680
|
multi_json (~> 1.10)
|
|
679
681
|
slop (3.6.0)
|
|
680
|
-
solve (4.0.
|
|
682
|
+
solve (4.0.3)
|
|
681
683
|
molinillo (~> 0.6)
|
|
682
684
|
semverse (>= 1.1, < 4.0)
|
|
683
|
-
specinfra (2.82.
|
|
685
|
+
specinfra (2.82.7)
|
|
684
686
|
net-scp
|
|
685
687
|
net-ssh (>= 2.7)
|
|
686
688
|
net-telnet (= 0.1.1)
|
|
687
689
|
sfl
|
|
688
|
-
sshkey (
|
|
690
|
+
sshkey (2.0.0)
|
|
689
691
|
sslshake (1.3.0)
|
|
690
692
|
stove (7.1.5)
|
|
691
693
|
chef-api (~> 0.5)
|
|
692
694
|
logify (~> 0.2)
|
|
693
|
-
strings (0.1.
|
|
695
|
+
strings (0.1.8)
|
|
694
696
|
strings-ansi (~> 0.1)
|
|
695
697
|
unicode-display_width (~> 1.5)
|
|
696
698
|
unicode_utils (~> 1.4)
|
|
697
|
-
strings-ansi (0.
|
|
699
|
+
strings-ansi (0.2.0)
|
|
698
700
|
structured_warnings (0.4.0)
|
|
701
|
+
sync (0.5.0)
|
|
699
702
|
syslog-logger (1.6.8)
|
|
700
703
|
systemu (2.6.5)
|
|
701
704
|
term-ansicolor (1.7.1)
|
|
@@ -714,10 +717,11 @@ GEM
|
|
|
714
717
|
thor (0.20.3)
|
|
715
718
|
thread_safe (0.3.6)
|
|
716
719
|
timeliness (0.3.10)
|
|
717
|
-
tins (1.
|
|
718
|
-
|
|
720
|
+
tins (1.24.0)
|
|
721
|
+
sync
|
|
722
|
+
toml-rb (2.0.1)
|
|
719
723
|
citrus (~> 3.0, > 3.0)
|
|
720
|
-
tomlrb (1.2.
|
|
724
|
+
tomlrb (1.2.9)
|
|
721
725
|
train (1.7.6)
|
|
722
726
|
aws-sdk (~> 2)
|
|
723
727
|
azure_graph_rbac (~> 0.16)
|
|
@@ -733,26 +737,26 @@ GEM
|
|
|
733
737
|
net-ssh (>= 2.9, < 6.0)
|
|
734
738
|
winrm (~> 2.0)
|
|
735
739
|
winrm-fs (~> 1.0)
|
|
736
|
-
train-habitat (0.2.
|
|
740
|
+
train-habitat (0.2.13)
|
|
737
741
|
treetop (1.6.10)
|
|
738
742
|
polyglot (~> 0.3)
|
|
739
|
-
trollop (2.9.
|
|
743
|
+
trollop (2.9.10)
|
|
740
744
|
tty-box (0.5.0)
|
|
741
745
|
pastel (~> 0.7.2)
|
|
742
746
|
strings (~> 0.1.6)
|
|
743
747
|
tty-cursor (~> 0.7)
|
|
744
748
|
tty-color (0.5.0)
|
|
745
749
|
tty-cursor (0.7.0)
|
|
746
|
-
tty-prompt (0.
|
|
750
|
+
tty-prompt (0.20.0)
|
|
747
751
|
necromancer (~> 0.5.0)
|
|
748
752
|
pastel (~> 0.7.0)
|
|
749
|
-
tty-reader (~> 0.
|
|
750
|
-
tty-reader (0.
|
|
753
|
+
tty-reader (~> 0.7.0)
|
|
754
|
+
tty-reader (0.7.0)
|
|
751
755
|
tty-cursor (~> 0.7)
|
|
752
756
|
tty-screen (~> 0.7)
|
|
753
757
|
wisper (~> 2.0.0)
|
|
754
758
|
tty-screen (0.7.0)
|
|
755
|
-
tty-spinner (0.9.
|
|
759
|
+
tty-spinner (0.9.2)
|
|
756
760
|
tty-cursor (~> 0.7)
|
|
757
761
|
tty-table (0.11.0)
|
|
758
762
|
equatable (~> 0.6)
|
|
@@ -767,7 +771,7 @@ GEM
|
|
|
767
771
|
unf_ext (0.0.7.2)
|
|
768
772
|
unf_ext (0.0.7.2-x64-mingw32)
|
|
769
773
|
unf_ext (0.0.7.2-x86-mingw32)
|
|
770
|
-
unicode-display_width (1.6.
|
|
774
|
+
unicode-display_width (1.6.1)
|
|
771
775
|
unicode_utils (1.4.0)
|
|
772
776
|
uuidtools (2.1.5)
|
|
773
777
|
virtus (1.0.5)
|
|
@@ -776,7 +780,7 @@ GEM
|
|
|
776
780
|
descendants_tracker (~> 0.0, >= 0.0.3)
|
|
777
781
|
equalizer (~> 0.0, >= 0.0.9)
|
|
778
782
|
win32-api (1.5.3-universal-mingw32)
|
|
779
|
-
win32-certstore (0.
|
|
783
|
+
win32-certstore (0.4.0)
|
|
780
784
|
ffi
|
|
781
785
|
mixlib-shellout
|
|
782
786
|
win32-dir (0.5.1)
|
|
@@ -804,7 +808,7 @@ GEM
|
|
|
804
808
|
windows-pr (1.2.6)
|
|
805
809
|
win32-api (>= 1.4.5)
|
|
806
810
|
windows-api (>= 0.4.0)
|
|
807
|
-
winrm (2.3.
|
|
811
|
+
winrm (2.3.4)
|
|
808
812
|
builder (>= 2.1.2)
|
|
809
813
|
erubi (~> 1.8)
|
|
810
814
|
gssapi (~> 1.2)
|
|
@@ -823,9 +827,9 @@ GEM
|
|
|
823
827
|
rubyzip (~> 1.1)
|
|
824
828
|
winrm (~> 2.0)
|
|
825
829
|
wisper (2.0.1)
|
|
826
|
-
wmi-lite (1.0.
|
|
830
|
+
wmi-lite (1.0.5)
|
|
827
831
|
xmlrpc (0.3.0)
|
|
828
|
-
yard (0.9.
|
|
832
|
+
yard (0.9.24)
|
|
829
833
|
|
|
830
834
|
PLATFORMS
|
|
831
835
|
ruby
|
|
@@ -844,6 +848,7 @@ DEPENDENCIES
|
|
|
844
848
|
chef-provisioning-aws (>= 3.0.2)
|
|
845
849
|
chef-provisioning-fog (>= 0.26.1)
|
|
846
850
|
chef-sugar
|
|
851
|
+
chef-telemetry (~> 0.1)
|
|
847
852
|
chef-vault (>= 3.4.1)
|
|
848
853
|
cheffish (>= 14.0.1)
|
|
849
854
|
chefspec (>= 7.3.0, < 8.0.0)
|
data/lib/chef-dk/version.rb
CHANGED
|
@@ -267,7 +267,7 @@ describe ChefDK::Command::GeneratorCommands::Cookbook do
|
|
|
267
267
|
# Cookbook:: build_cookbook
|
|
268
268
|
# Recipe:: publish
|
|
269
269
|
#
|
|
270
|
-
# Copyright::
|
|
270
|
+
# Copyright:: 2020, The Authors, All Rights Reserved.
|
|
271
271
|
|
|
272
272
|
include_recipe 'delivery-truck::publish'
|
|
273
273
|
CONFIG_DOT_JSON
|
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: 3.
|
|
4
|
+
version: 3.13.1
|
|
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:
|
|
13
|
+
date: 2020-01-16 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: mixlib-cli
|