chef-dk 3.10.1 → 3.11.3
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 +1 -1
- data/Gemfile.lock +58 -43
- data/lib/chef-dk/version.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: 526538893cb3f540fb0038c5b507e0766263c86abf4baea0fa744d1f96d737c7
|
|
4
|
+
data.tar.gz: 3d9d2d6c63d11c38db87d33eb39e8060ec37f8d327db530cfe814adb13f7f84f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8b99ef058964227b8dedd78c3f97e483fbc5c983d358649dfa68d8375bfb5b3544daa81d2fa1a7250c7830d6a538b5722ae756d71f3abee585a3a7a251d49b5
|
|
7
|
+
data.tar.gz: f8de9c2e852f6a6241d5fbaa542c5962bfcece2c80d8841dd985426ec1b2f9d82e720916a314343858b44450c5d22e14a9e830478a157f6c4a579ba99eaab96e
|
data/Gemfile
CHANGED
|
@@ -57,7 +57,7 @@ group(:omnibus_package) do
|
|
|
57
57
|
# gems to Rubygems now, so letting this float on latest should always give us the latest
|
|
58
58
|
# stable release. May have to re-pin around major version bumping time, or during patch
|
|
59
59
|
# fixes.
|
|
60
|
-
gem "chef", "= 14.
|
|
60
|
+
gem "chef", "= 14.13.11"
|
|
61
61
|
gem "cheffish", ">= 14.0.1"
|
|
62
62
|
gem "chefspec", ">= 7.3.0"
|
|
63
63
|
gem "fauxhai", "~> 6.11" # bump this on the next DK major release
|
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.11.3)
|
|
5
5
|
addressable (>= 2.3.5, < 2.6)
|
|
6
6
|
chef (~> 14.0)
|
|
7
7
|
chef-provisioning (~> 2.0)
|
|
@@ -31,13 +31,13 @@ GEM
|
|
|
31
31
|
artifactory (3.0.0)
|
|
32
32
|
ast (2.4.0)
|
|
33
33
|
aws-eventstream (1.0.3)
|
|
34
|
-
aws-sdk (2.11.
|
|
35
|
-
aws-sdk-resources (= 2.11.
|
|
36
|
-
aws-sdk-core (2.11.
|
|
34
|
+
aws-sdk (2.11.285)
|
|
35
|
+
aws-sdk-resources (= 2.11.285)
|
|
36
|
+
aws-sdk-core (2.11.285)
|
|
37
37
|
aws-sigv4 (~> 1.0)
|
|
38
38
|
jmespath (~> 1.0)
|
|
39
|
-
aws-sdk-resources (2.11.
|
|
40
|
-
aws-sdk-core (= 2.11.
|
|
39
|
+
aws-sdk-resources (2.11.285)
|
|
40
|
+
aws-sdk-core (= 2.11.285)
|
|
41
41
|
aws-sigv4 (1.1.0)
|
|
42
42
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
|
43
43
|
axiom-types (0.1.1)
|
|
@@ -48,11 +48,11 @@ GEM
|
|
|
48
48
|
ms_rest_azure (~> 0.11.0)
|
|
49
49
|
azure_mgmt_key_vault (0.17.4)
|
|
50
50
|
ms_rest_azure (~> 0.11.0)
|
|
51
|
-
azure_mgmt_network (0.18.
|
|
52
|
-
ms_rest_azure (~> 0.11.
|
|
53
|
-
azure_mgmt_resources (0.17.
|
|
54
|
-
ms_rest_azure (~> 0.11.
|
|
55
|
-
backports (3.
|
|
51
|
+
azure_mgmt_network (0.18.8)
|
|
52
|
+
ms_rest_azure (~> 0.11.1)
|
|
53
|
+
azure_mgmt_resources (0.17.5)
|
|
54
|
+
ms_rest_azure (~> 0.11.1)
|
|
55
|
+
backports (3.15.0)
|
|
56
56
|
berkshelf (7.0.8)
|
|
57
57
|
chef (>= 13.6.52)
|
|
58
58
|
chef-config
|
|
@@ -70,10 +70,10 @@ GEM
|
|
|
70
70
|
debug_inspector (>= 0.0.1)
|
|
71
71
|
builder (3.2.3)
|
|
72
72
|
byebug (11.0.1)
|
|
73
|
-
chef (14.
|
|
73
|
+
chef (14.13.11)
|
|
74
74
|
addressable
|
|
75
75
|
bundler (>= 1.10)
|
|
76
|
-
chef-config (= 14.
|
|
76
|
+
chef-config (= 14.13.11)
|
|
77
77
|
chef-zero (>= 13.0)
|
|
78
78
|
diff-lcs (~> 1.2, >= 1.2.4)
|
|
79
79
|
erubis (~> 2.7)
|
|
@@ -100,10 +100,10 @@ GEM
|
|
|
100
100
|
specinfra (~> 2.10)
|
|
101
101
|
syslog-logger (~> 1.6)
|
|
102
102
|
uuidtools (~> 2.1.5)
|
|
103
|
-
chef (14.
|
|
103
|
+
chef (14.13.11-universal-mingw32)
|
|
104
104
|
addressable
|
|
105
105
|
bundler (>= 1.10)
|
|
106
|
-
chef-config (= 14.
|
|
106
|
+
chef-config (= 14.13.11)
|
|
107
107
|
chef-zero (>= 13.0)
|
|
108
108
|
diff-lcs (~> 1.2, >= 1.2.4)
|
|
109
109
|
erubis (~> 2.7)
|
|
@@ -145,10 +145,11 @@ GEM
|
|
|
145
145
|
chef-api (0.9.0)
|
|
146
146
|
logify (~> 0.1)
|
|
147
147
|
mime-types
|
|
148
|
-
chef-apply (0.2.
|
|
148
|
+
chef-apply (0.2.13)
|
|
149
149
|
chef (>= 14.0)
|
|
150
150
|
chef-dk (>= 3.0)
|
|
151
151
|
chef-telemetry
|
|
152
|
+
license-acceptance (~> 1.0, >= 1.0.11)
|
|
152
153
|
mixlib-cli
|
|
153
154
|
mixlib-config
|
|
154
155
|
mixlib-install
|
|
@@ -158,7 +159,7 @@ GEM
|
|
|
158
159
|
toml-rb
|
|
159
160
|
train
|
|
160
161
|
tty-spinner
|
|
161
|
-
chef-config (14.
|
|
162
|
+
chef-config (14.13.11)
|
|
162
163
|
addressable
|
|
163
164
|
fuzzyurl
|
|
164
165
|
mixlib-config (>= 2.2.12, < 4.0)
|
|
@@ -277,9 +278,9 @@ GEM
|
|
|
277
278
|
faraday (>= 0.7.4, < 1.0)
|
|
278
279
|
fauxhai (6.11.0)
|
|
279
280
|
net-ssh
|
|
280
|
-
ffi (1.
|
|
281
|
-
ffi (1.
|
|
282
|
-
ffi (1.
|
|
281
|
+
ffi (1.11.1)
|
|
282
|
+
ffi (1.11.1-x64-mingw32)
|
|
283
|
+
ffi (1.11.1-x86-mingw32)
|
|
283
284
|
ffi-libarchive (0.4.6)
|
|
284
285
|
ffi (~> 1.0)
|
|
285
286
|
ffi-rzmq (2.0.7)
|
|
@@ -422,7 +423,7 @@ GEM
|
|
|
422
423
|
iso8601 (0.12.1)
|
|
423
424
|
jmespath (1.4.0)
|
|
424
425
|
json (2.2.0)
|
|
425
|
-
jwt (2.1
|
|
426
|
+
jwt (2.2.1)
|
|
426
427
|
kartograph (0.2.7)
|
|
427
428
|
kitchen-azurerm (0.14.8)
|
|
428
429
|
azure_mgmt_network (~> 0.18, >= 0.18.2)
|
|
@@ -432,7 +433,7 @@ GEM
|
|
|
432
433
|
kitchen-digitalocean (0.10.3)
|
|
433
434
|
droplet_kit (~> 2.8)
|
|
434
435
|
test-kitchen (>= 1.17, < 3)
|
|
435
|
-
kitchen-dokken (2.
|
|
436
|
+
kitchen-dokken (2.7.0)
|
|
436
437
|
docker-api (~> 1.33)
|
|
437
438
|
lockfile (~> 2.1)
|
|
438
439
|
test-kitchen (>= 1.15, < 3)
|
|
@@ -485,6 +486,11 @@ GEM
|
|
|
485
486
|
winrm (~> 2.1)
|
|
486
487
|
winrm-elevated (~> 1.0)
|
|
487
488
|
libyajl2 (1.2.0)
|
|
489
|
+
license-acceptance (1.0.12)
|
|
490
|
+
pastel (~> 0.7)
|
|
491
|
+
tomlrb (~> 1.2)
|
|
492
|
+
tty-box (~> 0.3)
|
|
493
|
+
tty-prompt (~> 0.18)
|
|
488
494
|
listen (3.1.5)
|
|
489
495
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
490
496
|
rb-inotify (~> 0.9, >= 0.9.7)
|
|
@@ -523,15 +529,16 @@ GEM
|
|
|
523
529
|
wmi-lite (~> 1.0)
|
|
524
530
|
mixlib-versioning (1.2.7)
|
|
525
531
|
molinillo (0.6.6)
|
|
526
|
-
ms_rest (0.7.
|
|
532
|
+
ms_rest (0.7.4)
|
|
527
533
|
concurrent-ruby (~> 1.0)
|
|
528
534
|
faraday (~> 0.9)
|
|
529
|
-
timeliness (~> 0.3)
|
|
530
|
-
ms_rest_azure (0.11.
|
|
535
|
+
timeliness (~> 0.3.10)
|
|
536
|
+
ms_rest_azure (0.11.1)
|
|
531
537
|
concurrent-ruby (~> 1.0)
|
|
532
538
|
faraday (~> 0.9)
|
|
533
539
|
faraday-cookie_jar (~> 0.0.6)
|
|
534
|
-
ms_rest (~> 0.7.
|
|
540
|
+
ms_rest (~> 0.7.4)
|
|
541
|
+
unf_ext (= 0.0.7.2)
|
|
535
542
|
multi_json (1.13.1)
|
|
536
543
|
multi_test (0.1.2)
|
|
537
544
|
multipart-post (2.1.1)
|
|
@@ -542,8 +549,8 @@ GEM
|
|
|
542
549
|
net-sftp (2.1.2)
|
|
543
550
|
net-ssh (>= 2.6.5)
|
|
544
551
|
net-ssh (4.2.0)
|
|
545
|
-
net-ssh-gateway (
|
|
546
|
-
net-ssh (>=
|
|
552
|
+
net-ssh-gateway (2.0.0)
|
|
553
|
+
net-ssh (>= 4.0.0)
|
|
547
554
|
net-ssh-multi (1.2.1)
|
|
548
555
|
net-ssh (>= 2.6.5)
|
|
549
556
|
net-ssh-gateway (>= 1.2.0)
|
|
@@ -573,10 +580,10 @@ GEM
|
|
|
573
580
|
plist (~> 3.1)
|
|
574
581
|
systemu (~> 2.6.4)
|
|
575
582
|
wmi-lite (~> 1.0)
|
|
576
|
-
opscode-pushy-client (2.
|
|
577
|
-
chef (>=
|
|
583
|
+
opscode-pushy-client (2.99.0)
|
|
584
|
+
chef (>= 14.0, < 16.0)
|
|
578
585
|
ffi-rzmq
|
|
579
|
-
ohai (>=
|
|
586
|
+
ohai (>= 14.0, < 16.0)
|
|
580
587
|
uuidtools
|
|
581
588
|
os (1.0.1)
|
|
582
589
|
paint (1.0.1)
|
|
@@ -603,7 +610,7 @@ GEM
|
|
|
603
610
|
pry-stack_explorer (0.4.9.3)
|
|
604
611
|
binding_of_caller (>= 0.7)
|
|
605
612
|
pry (>= 0.9.11)
|
|
606
|
-
public_suffix (3.0
|
|
613
|
+
public_suffix (3.1.0)
|
|
607
614
|
r18n-core (3.2.0)
|
|
608
615
|
r18n-desktop (3.2.0)
|
|
609
616
|
r18n-core (= 3.2.0)
|
|
@@ -655,18 +662,19 @@ GEM
|
|
|
655
662
|
rainbow (>= 2.2.2, < 4.0)
|
|
656
663
|
ruby-progressbar (~> 1.7)
|
|
657
664
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
658
|
-
ruby-prof (0.
|
|
659
|
-
ruby-
|
|
665
|
+
ruby-prof (0.18.0)
|
|
666
|
+
ruby-prof (0.18.0-x64-mingw32)
|
|
667
|
+
ruby-progressbar (1.10.1)
|
|
660
668
|
ruby-shadow (2.5.0)
|
|
661
669
|
ruby_dep (1.5.0)
|
|
662
670
|
rubyntlm (0.6.2)
|
|
663
|
-
rubyzip (1.2.
|
|
671
|
+
rubyzip (1.2.3)
|
|
664
672
|
rufus-lru (1.1.0)
|
|
665
673
|
sawyer (0.8.2)
|
|
666
674
|
addressable (>= 2.3.5)
|
|
667
675
|
faraday (> 0.8, < 2.0)
|
|
668
676
|
semverse (3.0.0)
|
|
669
|
-
serverspec (2.41.
|
|
677
|
+
serverspec (2.41.4)
|
|
670
678
|
multi_json
|
|
671
679
|
rspec (~> 3.0)
|
|
672
680
|
rspec-its
|
|
@@ -682,7 +690,7 @@ GEM
|
|
|
682
690
|
solve (4.0.2)
|
|
683
691
|
molinillo (~> 0.6)
|
|
684
692
|
semverse (>= 1.1, < 4.0)
|
|
685
|
-
specinfra (2.77.
|
|
693
|
+
specinfra (2.77.3)
|
|
686
694
|
net-scp
|
|
687
695
|
net-ssh (>= 2.7)
|
|
688
696
|
net-telnet (= 0.1.1)
|
|
@@ -702,19 +710,20 @@ GEM
|
|
|
702
710
|
systemu (2.6.5)
|
|
703
711
|
term-ansicolor (1.7.1)
|
|
704
712
|
tins (~> 1.0)
|
|
705
|
-
test-kitchen (1.
|
|
713
|
+
test-kitchen (1.25.0)
|
|
714
|
+
license-acceptance (~> 1.0, >= 1.0.11)
|
|
706
715
|
mixlib-install (~> 3.6)
|
|
707
716
|
mixlib-shellout (>= 1.2, < 3.0)
|
|
708
|
-
net-scp (
|
|
717
|
+
net-scp (>= 1.1, < 3.0)
|
|
709
718
|
net-ssh (>= 2.9, < 5.0)
|
|
710
|
-
net-ssh-gateway (
|
|
719
|
+
net-ssh-gateway (>= 1.2, < 3.0)
|
|
711
720
|
thor (~> 0.19)
|
|
712
721
|
winrm (~> 2.0)
|
|
713
722
|
winrm-elevated (~> 1.0)
|
|
714
723
|
winrm-fs (~> 1.1)
|
|
715
724
|
thor (0.20.3)
|
|
716
725
|
thread_safe (0.3.6)
|
|
717
|
-
timeliness (0.
|
|
726
|
+
timeliness (0.3.10)
|
|
718
727
|
timers (4.3.0)
|
|
719
728
|
tins (1.20.2)
|
|
720
729
|
toml-rb (1.1.2)
|
|
@@ -740,6 +749,10 @@ GEM
|
|
|
740
749
|
treetop (1.6.10)
|
|
741
750
|
polyglot (~> 0.3)
|
|
742
751
|
trollop (2.9.9)
|
|
752
|
+
tty-box (0.3.0)
|
|
753
|
+
pastel (~> 0.7.2)
|
|
754
|
+
strings (~> 0.1.4)
|
|
755
|
+
tty-cursor (~> 0.6.0)
|
|
743
756
|
tty-color (0.4.3)
|
|
744
757
|
tty-cursor (0.6.1)
|
|
745
758
|
tty-prompt (0.18.1)
|
|
@@ -767,7 +780,9 @@ GEM
|
|
|
767
780
|
ubuntu_ami (0.4.2)
|
|
768
781
|
unf (0.1.4)
|
|
769
782
|
unf_ext
|
|
770
|
-
unf_ext (0.0.7.
|
|
783
|
+
unf_ext (0.0.7.2)
|
|
784
|
+
unf_ext (0.0.7.2-x64-mingw32)
|
|
785
|
+
unf_ext (0.0.7.2-x86-mingw32)
|
|
771
786
|
unicode-display_width (1.6.0)
|
|
772
787
|
unicode_utils (1.4.0)
|
|
773
788
|
uuidtools (2.1.5)
|
|
@@ -837,7 +852,7 @@ DEPENDENCIES
|
|
|
837
852
|
artifactory
|
|
838
853
|
berkshelf (>= 7.0.5)
|
|
839
854
|
bundler
|
|
840
|
-
chef (= 14.
|
|
855
|
+
chef (= 14.13.11)
|
|
841
856
|
chef-apply
|
|
842
857
|
chef-dk!
|
|
843
858
|
chef-provisioning (>= 2.7.1)
|
data/lib/chef-dk/version.rb
CHANGED
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.11.3
|
|
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: 2019-05-
|
|
13
|
+
date: 2019-05-31 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: mixlib-cli
|