chef-dk 1.5.0 → 1.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df9db91b22b5c3eb9cea78b0091815b84dc97323
4
- data.tar.gz: b80eb53f1cf512264c94f6a96c7caaffa2c89cc7
3
+ metadata.gz: d83d9931f8eec16c9c424d5c3c348f204e7f3e77
4
+ data.tar.gz: 46a278be2ede07844f2d6b1648306e59d495c1ea
5
5
  SHA512:
6
- metadata.gz: 181e5bc724941aacce580647f19d76a4cd851392cf5e4b7bdd8499ad6a79193ceebc7da6217c919219bba2bfb3a0607d023c0e57c7e2816384c9c45ccacaf55f
7
- data.tar.gz: e605d9a7957d3ae03a44571017391d6038d6701ac394ad941f768793c90a05964f1271233a0a6b6d09fecf327be99d4304aad19d51a19e65e5d0f5c2ee7f2479
6
+ metadata.gz: 844f2b74a23b2697c07ca60e14f4004156974c8d5f6fec5e60b0e68df69b48e5ed84fb46be8c93e18ca441bb4eba973685bed7dcc9817bc34eee12e8f9c2b04f
7
+ data.tar.gz: a3c60ecef68b73193caca360130963b76e9da77fb69c6e6acafc0e22a06ad052fce66790c53fa3c8f66bb98dfb55612c2c4332a716d2db8a46f0886f277a1030
data/Gemfile CHANGED
@@ -54,7 +54,7 @@ group(:omnibus_package) do
54
54
  gem "chef-provisioning-vagrant", ">= 0.11.0"
55
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.21.2"
57
+ gem "chef", github: "chef/chef", branch: "v12.21.4"
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
  #
@@ -7,13 +7,13 @@ GIT
7
7
 
8
8
  GIT
9
9
  remote: git://github.com/chef/chef.git
10
- revision: b3d8d581c64f59244c350ed084c57c90a04374e4
11
- branch: v12.21.2
10
+ revision: 9d0661c289b9220ffc056f35f6fb3c1a2d54eb90
11
+ branch: v12.21.4
12
12
  specs:
13
- chef (12.21.2)
13
+ chef (12.21.4)
14
14
  addressable
15
15
  bundler (>= 1.10)
16
- chef-config (= 12.21.2)
16
+ chef-config (= 12.21.4)
17
17
  chef-zero (>= 4.8, < 13)
18
18
  diff-lcs (~> 1.2, >= 1.2.4)
19
19
  erubis (~> 2.7)
@@ -39,10 +39,10 @@ GIT
39
39
  specinfra (~> 2.10)
40
40
  syslog-logger (~> 1.6)
41
41
  uuidtools (~> 2.1.5)
42
- chef (12.21.2-universal-mingw32)
42
+ chef (12.21.4-universal-mingw32)
43
43
  addressable
44
44
  bundler (>= 1.10)
45
- chef-config (= 12.21.2)
45
+ chef-config (= 12.21.4)
46
46
  chef-zero (>= 4.8, < 13)
47
47
  diff-lcs (~> 1.2, >= 1.2.4)
48
48
  erubis (~> 2.7)
@@ -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.21.2)
82
+ chef-config (12.21.4)
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.5.0)
116
+ chef-dk (1.6.1)
117
117
  addressable (>= 2.3.5, < 2.6)
118
118
  chef (~> 12.5)
119
119
  chef-provisioning (~> 2.0)
@@ -285,7 +285,7 @@ GEM
285
285
  ffi
286
286
  ffi-win32-extensions (1.0.3)
287
287
  ffi
288
- ffi-yajl (2.3.0)
288
+ ffi-yajl (2.3.1)
289
289
  libyajl2 (~> 1.2)
290
290
  fission (0.5.0)
291
291
  CFPropertyList (~> 2.2)
@@ -472,7 +472,7 @@ GEM
472
472
  thor (>= 0.18.1)
473
473
  gyoku (1.3.1)
474
474
  builder (>= 2.1.2)
475
- hashie (3.5.5)
475
+ hashie (3.5.6)
476
476
  highline (1.7.8)
477
477
  hitimes (1.2.4)
478
478
  hitimes (1.2.4-x86-mingw32)
@@ -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.3)
483
+ iniparse (1.4.4)
484
484
  inspec (1.25.1)
485
485
  addressable (~> 2.4)
486
486
  faraday (>= 0.9.0)
@@ -563,8 +563,8 @@ GEM
563
563
  mixlib-versioning
564
564
  thor
565
565
  mixlib-log (1.7.1)
566
- mixlib-shellout (2.2.7)
567
- mixlib-shellout (2.2.7-universal-mingw32)
566
+ mixlib-shellout (2.3.2)
567
+ mixlib-shellout (2.3.2-universal-mingw32)
568
568
  win32-process (~> 0.8.2)
569
569
  wmi-lite (~> 1.0)
570
570
  mixlib-versioning (1.1.0)
@@ -631,6 +631,7 @@ GEM
631
631
  pry-stack_explorer (0.4.9.2)
632
632
  binding_of_caller (>= 0.7)
633
633
  pry (>= 0.9.11)
634
+ public_suffix (2.0.5)
634
635
  rack (2.0.3)
635
636
  rainbow (2.2.2)
636
637
  rake
@@ -703,7 +704,7 @@ GEM
703
704
  addressable (>= 2.3.5, < 2.6)
704
705
  faraday (~> 0.8, < 1.0)
705
706
  semverse (2.0.0)
706
- serverspec (2.39.1)
707
+ serverspec (2.40.0)
707
708
  multi_json
708
709
  rspec (~> 3.0)
709
710
  rspec-its
@@ -719,7 +720,7 @@ GEM
719
720
  solve (3.1.0)
720
721
  molinillo (>= 0.5)
721
722
  semverse (>= 1.1, < 3.0)
722
- specinfra (2.68.0)
723
+ specinfra (2.70.1)
723
724
  net-scp
724
725
  net-ssh (>= 2.7, < 5.0)
725
726
  net-telnet
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright:: Copyright (c) 2014 Chef Software Inc.
2
+ # Copyright:: Copyright (c) 2014-2017, Chef Software Inc.
3
3
  # License:: Apache License, Version 2.0
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module ChefDK
19
- VERSION = "1.5.0"
19
+ VERSION = "1.6.1"
20
20
  end
@@ -2,7 +2,7 @@
2
2
  override :rubygems, version: "2.6.11"
3
3
  override :bundler, version: "1.12.5"
4
4
  override "libffi", version: "3.2.1"
5
- override "libiconv", version: "1.14"
5
+ override "libiconv", version: "1.15"
6
6
  override "liblzma", version: "5.2.3"
7
7
  override "libtool", version: "2.4.2"
8
8
  override "libxml2", version: "2.9.4"
@@ -11,10 +11,10 @@ override "libyaml", version: "0.1.6"
11
11
  override "makedepend", version: "1.0.5"
12
12
  override "ncurses", version: "5.9"
13
13
  override "pkg-config-lite", version: "0.28-1"
14
- override "ruby", version: "2.3.1"
14
+ override "ruby", version: "2.3.4"
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
18
  override "zlib", version: "1.2.11"
19
- override "libzmq", version: "4.0.5"
19
+ override "libzmq", version: "4.0.7"
20
20
  override "openssl", version: "1.0.2j"
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright:: Copyright (c) 2016 Chef Software Inc.
2
+ # Copyright:: Copyright (c) 2016-2017, Chef Software Inc.
3
3
  # License:: Apache License, Version 2.0
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,6 +19,7 @@
19
19
  OMNIBUS_OVERRIDES = {
20
20
  # Until 1.13.0 is released
21
21
  :bundler => "1.12.5",
22
+ :rubygems => "2.6.11", # 2.6.12 fails to install appbundler
22
23
  # Lower level library pins
23
24
  ## according to comment in omnibus-sw, latest versions don't work on solaris
24
25
  # https://github.com/chef/omnibus-software/blob/aefb7e79d29ca746c3f843673ef5e317fa3cba54/config/software/libtool.rb#L23
@@ -34,7 +35,7 @@ OMNIBUS_OVERRIDES = {
34
35
  "makedepend" => "1.0.5",
35
36
  "ncurses" => "5.9",
36
37
  "pkg-config-lite" => "0.28-1",
37
- "ruby" => "2.3.1",
38
+ "ruby" => "2.3.4",
38
39
  # Leave dev-kit pinned to 4.5 on 32-bit, because 4.7 is 20MB larger and we don't want
39
40
  # to unnecessarily make the client any fatter. (Since it's different between
40
41
  # 32 and 64, we have to do it in the project file still.)
@@ -59,7 +60,7 @@ OMNIBUS_OVERRIDES = {
59
60
  # name of the rubygem (gem list -re <rubygem name> gets us the latest version).
60
61
  #
61
62
  OMNIBUS_RUBYGEMS_AT_LATEST_VERSION = {
62
- rubygems: "rubygems-update",
63
+ # rubygems: "rubygems-update",
63
64
  # bundler: "bundler", # pinned to 1.12.5 until we figure out how we're failing on 1.13.0
64
65
  }
65
66
 
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.5.0
4
+ version: 1.6.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: 2017-06-21 00:00:00.000000000 Z
13
+ date: 2017-08-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: mixlib-cli