chef-dk 1.6.1 → 1.6.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d83d9931f8eec16c9c424d5c3c348f204e7f3e77
4
- data.tar.gz: 46a278be2ede07844f2d6b1648306e59d495c1ea
3
+ metadata.gz: ef3a094e4cf456331c94b31a92a00222582dd125
4
+ data.tar.gz: ad4f929e4cd5ce4c373163edf52822cf4afe4c8c
5
5
  SHA512:
6
- metadata.gz: 844f2b74a23b2697c07ca60e14f4004156974c8d5f6fec5e60b0e68df69b48e5ed84fb46be8c93e18ca441bb4eba973685bed7dcc9817bc34eee12e8f9c2b04f
7
- data.tar.gz: a3c60ecef68b73193caca360130963b76e9da77fb69c6e6acafc0e22a06ad052fce66790c53fa3c8f66bb98dfb55612c2c4332a716d2db8a46f0886f277a1030
6
+ metadata.gz: 24700b45fe87170100cd95b653b4516800a2284c4aef636abf7a750076b910f7ea072aa080d57ae815d4d6ba4d194b163e44111655c57ff9c5f7aa6289b69cad
7
+ data.tar.gz: d82db9834b5a6e18fe96adce60e8735a5331acb1069dc05a36dfc98c93bfa519c82a174a5b0fb092afb3e9c374e57467860cc0b335b6fd18254fe27ed4380de3
data/Gemfile CHANGED
@@ -43,7 +43,7 @@ end
43
43
  # since that's not expressible here, we make it >= the last *known* version to
44
44
  # at least prevent downgrades beyond that:
45
45
  group(:omnibus_package) do
46
- gem "appbundler", github: "chef/appbundler" # until next release with multiple-gem support
46
+ gem "appbundler"
47
47
  gem "berkshelf", ">= 5.0"
48
48
  # Chef 12.8.1 Gem includes some extra files which can break gem installation on
49
49
  # windows. For now we are pulling chef from github at the tag as a workaround.
@@ -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.4"
57
+ gem "chef", github: "chef/chef", branch: "v12.21.26"
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
  #
@@ -79,7 +79,7 @@ group(:omnibus_package) do
79
79
  gem "mixlib-versioning"
80
80
  gem "artifactory"
81
81
  # The opscode-pushy-client version is pinned by "rake dependencies", which grabs the current version from omnibus.
82
- gem "opscode-pushy-client", github: "chef/opscode-pushy-client", branch: "2.2.0"
82
+ gem "opscode-pushy-client", github: "chef/opscode-pushy-client", branch: "2.4.5"
83
83
  gem "ffi-rzmq-core"
84
84
  gem "knife-push"
85
85
 
@@ -1,19 +1,12 @@
1
- GIT
2
- remote: git://github.com/chef/appbundler.git
3
- revision: 6582b68884453b5ca5c962458a0c08046c719558
4
- specs:
5
- appbundler (0.10.0)
6
- mixlib-cli (~> 1.4)
7
-
8
1
  GIT
9
2
  remote: git://github.com/chef/chef.git
10
- revision: 9d0661c289b9220ffc056f35f6fb3c1a2d54eb90
11
- branch: v12.21.4
3
+ revision: 3365b635aef810b8f12a194e59dd51e182234731
4
+ branch: v12.21.26
12
5
  specs:
13
- chef (12.21.4)
6
+ chef (12.21.26)
14
7
  addressable
15
8
  bundler (>= 1.10)
16
- chef-config (= 12.21.4)
9
+ chef-config (= 12.21.26)
17
10
  chef-zero (>= 4.8, < 13)
18
11
  diff-lcs (~> 1.2, >= 1.2.4)
19
12
  erubis (~> 2.7)
@@ -39,10 +32,10 @@ GIT
39
32
  specinfra (~> 2.10)
40
33
  syslog-logger (~> 1.6)
41
34
  uuidtools (~> 2.1.5)
42
- chef (12.21.4-universal-mingw32)
35
+ chef (12.21.26-universal-mingw32)
43
36
  addressable
44
37
  bundler (>= 1.10)
45
- chef-config (= 12.21.4)
38
+ chef-config (= 12.21.26)
46
39
  chef-zero (>= 4.8, < 13)
47
40
  diff-lcs (~> 1.2, >= 1.2.4)
48
41
  erubis (~> 2.7)
@@ -79,7 +72,7 @@ GIT
79
72
  win32-service (~> 0.8.7)
80
73
  windows-api (~> 0.4.4)
81
74
  wmi-lite (~> 1.0)
82
- chef-config (12.21.4)
75
+ chef-config (12.21.26)
83
76
  addressable
84
77
  fuzzyurl
85
78
  mixlib-config (~> 2.0)
@@ -87,13 +80,13 @@ GIT
87
80
 
88
81
  GIT
89
82
  remote: git://github.com/chef/opscode-pushy-client.git
90
- revision: 673b488071e98fa159682a3b15bc033db876dea8
91
- branch: 2.2.0
83
+ revision: 52065af8c203e11befc7efb338867813ff10b574
84
+ branch: 2.4.5
92
85
  specs:
93
- opscode-pushy-client (2.2.0)
94
- chef (~> 12.19)
86
+ opscode-pushy-client (2.4.5)
87
+ chef (>= 12.19, < 14.0)
95
88
  ffi-rzmq
96
- ohai (~> 8.23)
89
+ ohai (>= 8.23, < 14.0)
97
90
  uuidtools
98
91
 
99
92
  GIT
@@ -113,7 +106,7 @@ GIT
113
106
  PATH
114
107
  remote: .
115
108
  specs:
116
- chef-dk (1.6.1)
109
+ chef-dk (1.6.11)
117
110
  addressable (>= 2.3.5, < 2.6)
118
111
  chef (~> 12.5)
119
112
  chef-provisioning (~> 2.0)
@@ -137,6 +130,8 @@ GEM
137
130
  tzinfo (~> 1.1)
138
131
  addressable (2.4.0)
139
132
  app_conf (0.4.2)
133
+ appbundler (0.10.0)
134
+ mixlib-cli (~> 1.4)
140
135
  artifactory (2.8.1)
141
136
  ast (2.3.0)
142
137
  autoparse (0.3.3)
@@ -473,7 +468,7 @@ GEM
473
468
  gyoku (1.3.1)
474
469
  builder (>= 2.1.2)
475
470
  hashie (3.5.6)
476
- highline (1.7.8)
471
+ highline (1.7.10)
477
472
  hitimes (1.2.4)
478
473
  hitimes (1.2.4-x86-mingw32)
479
474
  httpclient (2.8.3)
@@ -489,6 +484,7 @@ GEM
489
484
  method_source (~> 0.8)
490
485
  mixlib-log
491
486
  parallel (~> 1.9)
487
+ parslet (~> 1.5)
492
488
  pry (~> 0)
493
489
  rainbow (~> 2)
494
490
  rspec (~> 3)
@@ -519,7 +515,7 @@ GEM
519
515
  kitchen-vagrant (1.1.0)
520
516
  test-kitchen (~> 1.4)
521
517
  knife-opc (0.3.2)
522
- knife-push (1.0.2)
518
+ knife-push (1.0.3)
523
519
  chef (>= 12.7.2)
524
520
  knife-spork (1.6.3)
525
521
  app_conf (>= 0.4.0)
@@ -589,13 +585,15 @@ GEM
589
585
  mini_portile2 (~> 2.1.0)
590
586
  nokogiri (1.7.2-x86-mingw32)
591
587
  mini_portile2 (~> 2.1.0)
588
+ nokogiri (1.7.2-x64-mingw32)
589
+ mini_portile2 (~> 2.1.0)
592
590
  nori (2.6.0)
593
591
  notiffany (0.1.1)
594
592
  nenv (~> 0.1)
595
593
  shellany (~> 0.0)
596
594
  octokit (4.6.2)
597
595
  sawyer (~> 0.8.0, >= 0.5.3)
598
- ohai (8.24.1)
596
+ ohai (8.25.1)
599
597
  chef-config (>= 12.5.0.alpha.1, < 14)
600
598
  ffi (~> 1.9)
601
599
  ffi-yajl (~> 2.2)
@@ -635,7 +633,7 @@ GEM
635
633
  rack (2.0.3)
636
634
  rainbow (2.2.2)
637
635
  rake
638
- rake (10.5.0)
636
+ rake (12.3.0)
639
637
  rb-fsevent (0.9.8)
640
638
  rb-inotify (0.9.8)
641
639
  ffi (>= 0.5.0)
@@ -704,11 +702,11 @@ GEM
704
702
  addressable (>= 2.3.5, < 2.6)
705
703
  faraday (~> 0.8, < 1.0)
706
704
  semverse (2.0.0)
707
- serverspec (2.40.0)
705
+ serverspec (2.41.3)
708
706
  multi_json
709
707
  rspec (~> 3.0)
710
708
  rspec-its
711
- specinfra (~> 2.68)
709
+ specinfra (~> 2.72)
712
710
  sfl (2.3)
713
711
  shellany (0.0.1)
714
712
  signet (0.7.3)
@@ -720,7 +718,7 @@ GEM
720
718
  solve (3.1.0)
721
719
  molinillo (>= 0.5)
722
720
  semverse (>= 1.1, < 3.0)
723
- specinfra (2.70.1)
721
+ specinfra (2.72.1)
724
722
  net-scp
725
723
  net-ssh (>= 2.7, < 5.0)
726
724
  net-telnet
@@ -816,10 +814,11 @@ GEM
816
814
 
817
815
  PLATFORMS
818
816
  ruby
817
+ x64-mingw32
819
818
  x86-mingw32
820
819
 
821
820
  DEPENDENCIES
822
- appbundler!
821
+ appbundler
823
822
  artifactory
824
823
  berkshelf (>= 5.0)
825
824
  chef!
@@ -884,4 +883,4 @@ DEPENDENCIES
884
883
  yard
885
884
 
886
885
  BUNDLED WITH
887
- 1.14.6
886
+ 1.16.0
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module ChefDK
19
- VERSION = "1.6.1"
19
+ VERSION = "1.6.11"
20
20
  end
@@ -1,20 +1,20 @@
1
1
  # DO NOT EDIT. Generated by "rake dependencies". Edit version_policy.rb instead.
2
- override :rubygems, version: "2.6.11"
3
- override :bundler, version: "1.12.5"
2
+ override :bundler, version: "1.16.0"
3
+ override :rubygems, version: "2.6.14"
4
4
  override "libffi", version: "3.2.1"
5
5
  override "libiconv", version: "1.15"
6
6
  override "liblzma", version: "5.2.3"
7
- override "libtool", version: "2.4.2"
8
- override "libxml2", version: "2.9.4"
9
- override "libxslt", version: "1.1.29"
10
- override "libyaml", version: "0.1.6"
7
+ override "libxml2", version: "2.9.5"
8
+ override "libxslt", version: "1.1.30"
9
+ override "libyaml", version: "0.1.7"
11
10
  override "makedepend", version: "1.0.5"
12
11
  override "ncurses", version: "5.9"
12
+ override "openssl", version: "1.0.2m"
13
13
  override "pkg-config-lite", version: "0.28-1"
14
- override "ruby", version: "2.3.4"
15
- override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18"
14
+ override "ruby", version: "2.3.5"
16
15
  override "util-macros", version: "1.19.0"
17
16
  override "xproto", version: "7.0.28"
18
17
  override "zlib", version: "1.2.11"
18
+ override "libtool", version: "2.4.2"
19
+ override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18"
19
20
  override "libzmq", version: "4.0.7"
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");
@@ -24,7 +24,6 @@ class ReleaseAnnouncement
24
24
 
25
25
  def initialize(version, date, type)
26
26
  @version = version
27
- @maj_minor = version.split(".")[0..1].join(".")
28
27
  @date = Date.parse(date) unless date.nil?
29
28
  @release_notes = release_notes_from_file
30
29
  @type = type
@@ -41,7 +40,7 @@ class ReleaseAnnouncement
41
40
  end
42
41
 
43
42
  def release_notes_from_file
44
- File.read("RELEASE_NOTES.md").match(/^# ChefDK #{@maj_minor} Release Notes\n\n(.*)/m)[1]
43
+ File.read("RELEASE_NOTES.md").match(/^# ChefDK #{@version} Release Notes\n\n(.*)/m)[1]
45
44
  end
46
45
  end
47
46
 
@@ -1,6 +1,6 @@
1
1
  Ohai Chefs!
2
2
 
3
- We have selected <%= @version %> as our ChefDK v<%= @maj_minor %> release candidate which is scheduled for release on <%= @date.strftime('%A %B %-d, %Y') %>.
3
+ We have selected <%= @version %> as our ChefDK v<%= @version %> release candidate which is scheduled for release on <%= @date.strftime('%A %B %-d, %Y') %>.
4
4
 
5
5
  # Release Highlights
6
6
 
@@ -1,6 +1,6 @@
1
1
  Ohai Chefs!
2
2
 
3
- We're happy to announce the release of ChefDK v<%= @maj_minor %>!
3
+ We're happy to announce the release of ChefDK v<%= @version %>!
4
4
 
5
5
  # Release Highlights
6
6
 
@@ -17,39 +17,35 @@
17
17
 
18
18
  # Explicit omnibus overrides.
19
19
  OMNIBUS_OVERRIDES = {
20
- # Until 1.13.0 is released
21
- :bundler => "1.12.5",
22
- :rubygems => "2.6.11", # 2.6.12 fails to install appbundler
20
+ :bundler => "1.16.0",
21
+ :rubygems => "2.6.14",
23
22
  # Lower level library pins
24
- ## according to comment in omnibus-sw, latest versions don't work on solaris
25
- # https://github.com/chef/omnibus-software/blob/aefb7e79d29ca746c3f843673ef5e317fa3cba54/config/software/libtool.rb#L23
23
+ # These are the latest version in omnibus-software as of 2017-11-28:
26
24
  "libffi" => "3.2.1",
27
- "libiconv" => "1.14",
28
- "liblzma" => "5.2.2",
29
- ## according to comment in omnibus-sw, the very latest versions don't work on solaris
30
- # https://github.com/chef/omnibus-software/blob/aefb7e79d29ca746c3f843673ef5e317fa3cba54/config/software/libtool.rb#L23
31
- "libtool" => "2.4.2",
32
- "libxml2" => "2.9.4",
33
- "libxslt" => "1.1.29",
34
- "libyaml" => "0.1.6",
25
+ "libiconv" => "1.15",
26
+ "liblzma" => "5.2.3",
27
+ "libxml2" => "2.9.5",
28
+ "libxslt" => "1.1.30",
29
+ "libyaml" => "0.1.7",
35
30
  "makedepend" => "1.0.5",
36
31
  "ncurses" => "5.9",
32
+ "openssl" => "1.0.2m",
37
33
  "pkg-config-lite" => "0.28-1",
38
- "ruby" => "2.3.4",
34
+ "ruby" => "2.3.5",
35
+ "util-macros" => "1.19.0",
36
+ "xproto" => "7.0.28",
37
+ "zlib" => "1.2.11",
38
+ ## according to comment in omnibus-sw, the latest versions of libtool don't work on solaris
39
+ # https://github.com/chef/omnibus-software/blob/aefb7e79d29ca746c3f843673ef5e317fa3cba54/config/software/libtool.rb#L23
40
+ "libtool" => "2.4.2",
39
41
  # Leave dev-kit pinned to 4.5 on 32-bit, because 4.7 is 20MB larger and we don't want
40
42
  # to unnecessarily make the client any fatter. (Since it's different between
41
43
  # 32 and 64, we have to do it in the project file still.)
42
44
  # "ruby-windows-devkit" => "4.5.2-20111229-1559",
43
45
  "ruby-windows-devkit-bash" => "3.1.23-4-msys-1.0.18",
44
- "util-macros" => "1.19.0",
45
- "xproto" => "7.0.28",
46
- "zlib" => "1.2.8",
47
46
  # The windows dependency (libzmq4x-windows) only has 1 version so far in
48
47
  # software def so we don't need to override that
49
- "libzmq" => "4.0.5",
50
-
51
- # Match what is in Chef Client
52
- "openssl" => "1.0.2j",
48
+ "libzmq" => "4.0.7",
53
49
  }
54
50
 
55
51
  #
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.6.1
4
+ version: 1.6.11
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-08-15 00:00:00.000000000 Z
13
+ date: 2017-11-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: mixlib-cli
@@ -656,7 +656,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
656
656
  version: '0'
657
657
  requirements: []
658
658
  rubyforge_project:
659
- rubygems_version: 2.6.11
659
+ rubygems_version: 2.6.14
660
660
  signing_key:
661
661
  specification_version: 4
662
662
  summary: A streamlined development and deployment workflow for Chef platform.