chef-dk 1.4.3 → 1.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79f5d5393cce38351bda9fbf4a2fb3c95cc35ac4
4
- data.tar.gz: ebabc56eb25808061a5594eeec29b2d43e5210fc
3
+ metadata.gz: df9db91b22b5c3eb9cea78b0091815b84dc97323
4
+ data.tar.gz: b80eb53f1cf512264c94f6a96c7caaffa2c89cc7
5
5
  SHA512:
6
- metadata.gz: d5afd7f916f4d353a72f224a39012568f629312174e4f93b6e6d361f4877548fdabb4cff84da8a7fb0f1b94e53bc8a70aa36c37e2c0ad2626596f0b9454dc1e4
7
- data.tar.gz: dc45afd1e0248cd739b4204c243ecdcf182aa40658a3c446536b41927ac551874b01ac0b6f4873f650e35b3c957fab9aada621a606e0490c8eb4dc61999cf1a1
6
+ metadata.gz: 181e5bc724941aacce580647f19d76a4cd851392cf5e4b7bdd8499ad6a79193ceebc7da6217c919219bba2bfb3a0607d023c0e57c7e2816384c9c45ccacaf55f
7
+ data.tar.gz: e605d9a7957d3ae03a44571017391d6038d6701ac394ad941f768793c90a05964f1271233a0a6b6d09fecf327be99d4304aad19d51a19e65e5d0f5c2ee7f2479
data/Gemfile CHANGED
@@ -35,7 +35,7 @@ group(:omnibus_package, :development, :test) do
35
35
  gem "dep_selector"
36
36
  gem "guard"
37
37
  gem "ruby-prof"
38
- gem "cookstyle", ">= 1.3.0"
38
+ gem "cookstyle", ">= 1.3.0", "< 2.0"
39
39
  gem "foodcritic", ">= 9.0"
40
40
  end
41
41
 
@@ -52,9 +52,9 @@ group(:omnibus_package) do
52
52
  gem "chef-provisioning-azure", ">= 0.6.0"
53
53
  gem "chef-provisioning-fog", ">= 0.20.0"
54
54
  gem "chef-provisioning-vagrant", ">= 0.11.0"
55
- gem "chef-vault"
55
+ gem "chef-vault", "~> 2"
56
56
  # The chef version is pinned by "rake dependencies", which grabs the current version from omnibus.
57
- gem "chef", github: "chef/chef", branch: "v12.19.36"
57
+ gem "chef", github: "chef/chef", branch: "v12.21.2"
58
58
  # Pinned cheffish to version 5.0.1 since the latest version 13.0.0 has
59
59
  # a dependency to ruby 2.3.3 but we are shipping ChefDK with ruby 2.3.1
60
60
  #
@@ -98,7 +98,7 @@ group(:omnibus_package) do
98
98
 
99
99
  # TODO Pinning these for now because github_changelog_generator has a bunch
100
100
  # of different versions across our products
101
- gem "nokogiri", "~> 1.6.3"
101
+ gem "nokogiri", "~> 1.7.2"
102
102
  end
103
103
 
104
104
  # Everything except AIX and Windows
@@ -7,14 +7,14 @@ GIT
7
7
 
8
8
  GIT
9
9
  remote: git://github.com/chef/chef.git
10
- revision: 7b8ceacf4fe474587a485b5ad23713a5c0096145
11
- branch: v12.19.36
10
+ revision: b3d8d581c64f59244c350ed084c57c90a04374e4
11
+ branch: v12.21.2
12
12
  specs:
13
- chef (12.19.36)
13
+ chef (12.21.2)
14
14
  addressable
15
15
  bundler (>= 1.10)
16
- chef-config (= 12.19.36)
17
- chef-zero (>= 4.8)
16
+ chef-config (= 12.21.2)
17
+ chef-zero (>= 4.8, < 13)
18
18
  diff-lcs (~> 1.2, >= 1.2.4)
19
19
  erubis (~> 2.7)
20
20
  ffi-yajl (~> 2.2)
@@ -39,11 +39,11 @@ GIT
39
39
  specinfra (~> 2.10)
40
40
  syslog-logger (~> 1.6)
41
41
  uuidtools (~> 2.1.5)
42
- chef (12.19.36-universal-mingw32)
42
+ chef (12.21.2-universal-mingw32)
43
43
  addressable
44
44
  bundler (>= 1.10)
45
- chef-config (= 12.19.36)
46
- chef-zero (>= 4.8)
45
+ chef-config (= 12.21.2)
46
+ chef-zero (>= 4.8, < 13)
47
47
  diff-lcs (~> 1.2, >= 1.2.4)
48
48
  erubis (~> 2.7)
49
49
  ffi (~> 1.9)
@@ -79,7 +79,7 @@ GIT
79
79
  win32-service (~> 0.8.7)
80
80
  windows-api (~> 0.4.4)
81
81
  wmi-lite (~> 1.0)
82
- chef-config (12.19.36)
82
+ chef-config (12.21.2)
83
83
  addressable
84
84
  fuzzyurl
85
85
  mixlib-config (~> 2.0)
@@ -113,7 +113,7 @@ GIT
113
113
  PATH
114
114
  remote: .
115
115
  specs:
116
- chef-dk (1.4.3)
116
+ chef-dk (1.5.0)
117
117
  addressable (>= 2.3.5, < 2.6)
118
118
  chef (~> 12.5)
119
119
  chef-provisioning (~> 2.0)
@@ -224,7 +224,7 @@ GEM
224
224
  chef-provisioning-vagrant (0.11.0)
225
225
  chef-provisioning
226
226
  chef-sugar (3.4.0)
227
- chef-vault (2.9.1)
227
+ chef-vault (2.9.2)
228
228
  chef-zero (5.3.2)
229
229
  ffi-yajl (~> 2.2)
230
230
  hashie (>= 2.0, < 4.0)
@@ -242,7 +242,7 @@ GEM
242
242
  coderay (1.1.1)
243
243
  cookbook-omnifetch (0.5.1)
244
244
  mixlib-archive (~> 0.4)
245
- cookstyle (1.3.1)
245
+ cookstyle (1.4.0)
246
246
  rubocop (= 0.47.1)
247
247
  cucumber (2.4.0)
248
248
  builder (>= 2.1.2)
@@ -480,7 +480,7 @@ GEM
480
480
  i18n (0.8.1)
481
481
  inflecto (0.0.2)
482
482
  inifile (3.0.0)
483
- iniparse (1.4.2)
483
+ iniparse (1.4.3)
484
484
  inspec (1.25.1)
485
485
  addressable (~> 2.4)
486
486
  faraday (>= 0.9.0)
@@ -585,9 +585,9 @@ GEM
585
585
  net-ssh-gateway (>= 1.2.0)
586
586
  net-telnet (0.1.1)
587
587
  nio4r (2.0.0)
588
- nokogiri (1.6.8.1)
588
+ nokogiri (1.7.2)
589
589
  mini_portile2 (~> 2.1.0)
590
- nokogiri (1.6.8.1-x86-mingw32)
590
+ nokogiri (1.7.2-x86-mingw32)
591
591
  mini_portile2 (~> 2.1.0)
592
592
  nori (2.6.0)
593
593
  notiffany (0.1.1)
@@ -595,8 +595,8 @@ GEM
595
595
  shellany (~> 0.0)
596
596
  octokit (4.6.2)
597
597
  sawyer (~> 0.8.0, >= 0.5.3)
598
- ohai (8.23.0)
599
- chef-config (>= 12.5.0.alpha.1, < 13)
598
+ ohai (8.24.1)
599
+ chef-config (>= 12.5.0.alpha.1, < 14)
600
600
  ffi (~> 1.9)
601
601
  ffi-yajl (~> 2.2)
602
602
  ipaddress
@@ -614,7 +614,7 @@ GEM
614
614
  ast (~> 2.2)
615
615
  parslet (1.5.0)
616
616
  blankslate (~> 2.0)
617
- plist (3.2.0)
617
+ plist (3.3.0)
618
618
  polyglot (0.3.5)
619
619
  powerpack (0.1.1)
620
620
  proxifier (1.0.3)
@@ -631,8 +631,9 @@ GEM
631
631
  pry-stack_explorer (0.4.9.2)
632
632
  binding_of_caller (>= 0.7)
633
633
  pry (>= 0.9.11)
634
- rack (2.0.1)
635
- rainbow (2.2.1)
634
+ rack (2.0.3)
635
+ rainbow (2.2.2)
636
+ rake
636
637
  rake (10.5.0)
637
638
  rb-fsevent (0.9.8)
638
639
  rb-inotify (0.9.8)
@@ -665,22 +666,22 @@ GEM
665
666
  retryable (~> 2.0)
666
667
  semverse (~> 2.0)
667
668
  varia_model (~> 0.6)
668
- rspec (3.5.0)
669
- rspec-core (~> 3.5.0)
670
- rspec-expectations (~> 3.5.0)
671
- rspec-mocks (~> 3.5.0)
672
- rspec-core (3.5.4)
673
- rspec-support (~> 3.5.0)
674
- rspec-expectations (3.5.0)
669
+ rspec (3.6.0)
670
+ rspec-core (~> 3.6.0)
671
+ rspec-expectations (~> 3.6.0)
672
+ rspec-mocks (~> 3.6.0)
673
+ rspec-core (3.6.0)
674
+ rspec-support (~> 3.6.0)
675
+ rspec-expectations (3.6.0)
675
676
  diff-lcs (>= 1.2.0, < 2.0)
676
- rspec-support (~> 3.5.0)
677
+ rspec-support (~> 3.6.0)
677
678
  rspec-its (1.2.0)
678
679
  rspec-core (>= 3.0.0)
679
680
  rspec-expectations (>= 3.0.0)
680
- rspec-mocks (3.5.0)
681
+ rspec-mocks (3.6.0)
681
682
  diff-lcs (>= 1.2.0, < 2.0)
682
- rspec-support (~> 3.5.0)
683
- rspec-support (3.5.0)
683
+ rspec-support (~> 3.6.0)
684
+ rspec-support (3.6.0)
684
685
  rspec_junit_formatter (0.2.3)
685
686
  builder (< 4)
686
687
  rspec-core (>= 2, < 4, != 2.12.0)
@@ -702,11 +703,11 @@ GEM
702
703
  addressable (>= 2.3.5, < 2.6)
703
704
  faraday (~> 0.8, < 1.0)
704
705
  semverse (2.0.0)
705
- serverspec (2.38.0)
706
+ serverspec (2.39.1)
706
707
  multi_json
707
708
  rspec (~> 3.0)
708
709
  rspec-its
709
- specinfra (~> 2.53)
710
+ specinfra (~> 2.68)
710
711
  sfl (2.3)
711
712
  shellany (0.0.1)
712
713
  signet (0.7.3)
@@ -718,7 +719,7 @@ GEM
718
719
  solve (3.1.0)
719
720
  molinillo (>= 0.5)
720
721
  semverse (>= 1.1, < 3.0)
721
- specinfra (2.67.7)
722
+ specinfra (2.68.0)
722
723
  net-scp
723
724
  net-ssh (>= 2.7, < 5.0)
724
725
  net-telnet
@@ -760,7 +761,7 @@ GEM
760
761
  tzinfo (1.2.3)
761
762
  thread_safe (~> 0.1)
762
763
  ubuntu_ami (0.4.1)
763
- unicode-display_width (1.2.1)
764
+ unicode-display_width (1.3.0)
764
765
  uuid (2.3.8)
765
766
  macaddr (~> 1.0)
766
767
  uuidtools (2.1.5)
@@ -828,10 +829,10 @@ DEPENDENCIES
828
829
  chef-provisioning-fog (>= 0.20.0)
829
830
  chef-provisioning-vagrant (>= 0.11.0)
830
831
  chef-sugar
831
- chef-vault
832
+ chef-vault (~> 2)
832
833
  cheffish (= 5.0.1)
833
834
  chefspec
834
- cookstyle (>= 1.3.0)
835
+ cookstyle (>= 1.3.0, < 2.0)
835
836
  cucumber
836
837
  dco
837
838
  dep-selector-libgecode
@@ -854,7 +855,7 @@ DEPENDENCIES
854
855
  listen
855
856
  mixlib-install
856
857
  mixlib-versioning
857
- nokogiri (~> 1.6.3)
858
+ nokogiri (~> 1.7.2)
858
859
  ohai (>= 8.13.0)
859
860
  opscode-pushy-client!
860
861
  pry
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module ChefDK
19
- VERSION = "1.4.3"
19
+ VERSION = "1.5.0"
20
20
  end
@@ -15,6 +15,6 @@ override "ruby", version: "2.3.1"
15
15
  override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18"
16
16
  override "util-macros", version: "1.19.0"
17
17
  override "xproto", version: "7.0.28"
18
- override "zlib", version: "1.2.8"
18
+ override "zlib", version: "1.2.11"
19
19
  override "libzmq", version: "4.0.5"
20
20
  override "openssl", version: "1.0.2j"
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: 1.4.3
4
+ version: 1.5.0
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: 2017-05-20 00:00:00.000000000 Z
13
+ date: 2017-06-21 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: mixlib-cli