Update Chef to 15.3.14

This commit is contained in:
Greg Karékinian 2019-10-08 18:15:46 +02:00
parent 20f6e9e04d
commit 0b9ab63a61
2 changed files with 129 additions and 116 deletions

View File

@ -1,8 +1,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'chef', '~> 14.11.21' gem 'chef', '~> 15.3.14'
gem 'berkshelf', '~> 7.0' gem 'berkshelf', '~> 7.0'
gem 'knife-solo', '~> 0.7.0' gem 'knife-zero'
gem 'knife-solo_data_bag'
gem 'cookstyle' gem 'cookstyle'
gem 'test-kitchen' gem 'test-kitchen'

View File

@ -1,78 +1,84 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
addressable (2.5.2) addressable (2.7.0)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 5.0)
ast (2.3.0) ast (2.4.0)
berkshelf (7.0.7) bcrypt_pbkdf (1.0.1)
berkshelf (7.0.8)
chef (>= 13.6.52) chef (>= 13.6.52)
chef-config chef-config
cleanroom (~> 1.0) cleanroom (~> 1.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
minitar (>= 0.6) minitar (>= 0.6)
mixlib-archive (~> 0.4) mixlib-archive (>= 0.4, < 2.0)
mixlib-config (>= 2.2.5) mixlib-config (>= 2.2.5)
mixlib-shellout (~> 2.0) mixlib-shellout (>= 2.0, < 4.0)
octokit (~> 4.0) octokit (~> 4.0)
retryable (~> 2.0) retryable (>= 2.0, < 4.0)
solve (~> 4.0) solve (~> 4.0)
thor (>= 0.20) thor (>= 0.20)
builder (3.2.3) builder (3.2.3)
chef (14.11.21) chef (15.3.14)
addressable addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10) bundler (>= 1.10)
chef-config (= 14.11.21) chef-config (= 15.3.14)
chef-zero (>= 13.0) chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4) diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
erubis (~> 2.7) erubis (~> 2.7)
ffi (~> 1.9, >= 1.9.25) ffi (~> 1.9, >= 1.9.25)
ffi-libarchive
ffi-yajl (~> 2.2) ffi-yajl (~> 2.2)
highline (~> 1.6, >= 1.6.9) highline (>= 1.6.9, < 2)
iniparse (~> 1.4) iniparse (~> 1.4)
license-acceptance (~> 1.0, >= 1.0.5)
mixlib-archive (>= 0.4, < 2.0) mixlib-archive (>= 0.4, < 2.0)
mixlib-authentication (~> 2.1) mixlib-authentication (~> 2.1)
mixlib-cli (~> 1.7) mixlib-cli (>= 2.1.1, < 3.0)
mixlib-log (~> 2.0, >= 2.0.3) mixlib-log (>= 2.0.3, < 4.0)
mixlib-shellout (~> 2.4) mixlib-shellout (>= 3.0.3, < 4.0)
net-sftp (~> 2.1, >= 2.1.2) net-sftp (~> 2.1, >= 2.1.2)
net-ssh (~> 4.2) net-ssh (>= 4.2, < 6)
net-ssh-multi (~> 1.2, >= 1.2.1) net-ssh-multi (~> 1.2, >= 1.2.1)
ohai (~> 14.0) ohai (~> 15.0)
plist (~> 3.2) plist (~> 3.2)
proxifier (~> 1.0) proxifier (~> 1.0)
rspec-core (~> 3.5)
rspec-expectations (~> 3.5)
rspec-mocks (~> 3.5)
rspec_junit_formatter (~> 0.2.0)
serverspec (~> 2.7)
specinfra (~> 2.10)
syslog-logger (~> 1.6) syslog-logger (~> 1.6)
train-core (~> 3.0)
train-winrm
tty-screen (~> 0.6)
uuidtools (~> 2.1.5) uuidtools (~> 2.1.5)
chef-config (14.11.21) chef-config (15.3.14)
addressable addressable
fuzzyurl fuzzyurl
mixlib-config (>= 2.2.12, < 3.0) mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (~> 2.0) mixlib-shellout (>= 2.0, < 4.0)
tomlrb (~> 1.2) tomlrb (~> 1.2)
chef-zero (14.0.12) chef-zero (14.0.13)
ffi-yajl (~> 2.2) ffi-yajl (~> 2.2)
hashie (>= 2.0, < 4.0) hashie (>= 2.0, < 4.0)
mixlib-log (>= 2.0, < 4.0) mixlib-log (>= 2.0, < 4.0)
rack (~> 2.0, >= 2.0.6) rack (~> 2.0, >= 2.0.6)
uuidtools (~> 2.1) uuidtools (~> 2.1)
cleanroom (1.0.0) cleanroom (1.0.0)
concurrent-ruby (1.1.4) concurrent-ruby (1.1.5)
cookstyle (1.3.1) cookstyle (5.7.0)
rubocop (= 0.47.1) rubocop (= 0.72.0)
diff-lcs (1.3) diff-lcs (1.3)
ed25519 (1.2.4)
equatable (0.6.1)
erubis (2.7.0) erubis (2.7.0)
faraday (0.15.4) faraday (0.17.0)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
ffi (1.10.0) ffi (1.11.1)
ffi-libarchive (0.4.10)
ffi (~> 1.0)
ffi-yajl (2.3.1) ffi-yajl (2.3.1)
libyajl2 (~> 1.2) libyajl2 (~> 1.2)
fuzzyurl (0.9.0) fuzzyurl (0.9.0)
gssapi (1.2.0) gssapi (1.3.0)
ffi (>= 1.0.1) ffi (>= 1.0.1)
gyoku (1.3.1) gyoku (1.3.1)
builder (>= 2.1.2) builder (>= 2.1.2)
@ -81,49 +87,53 @@ GEM
httpclient (2.8.3) httpclient (2.8.3)
iniparse (1.4.4) iniparse (1.4.4)
ipaddress (0.8.3) ipaddress (0.8.3)
knife-solo (0.7.0) jaro_winkler (1.5.3)
chef (>= 10.20) json (2.2.0)
erubis (~> 2.7.0) knife-zero (2.1.0)
net-ssh (>= 2.7) chef (>= 15.0)
knife-solo_data_bag (2.1.0)
libyajl2 (1.2.0) libyajl2 (1.2.0)
license-acceptance (1.0.13)
pastel (~> 0.7)
tomlrb (~> 1.2)
tty-box (~> 0.3)
tty-prompt (~> 0.18)
little-plugger (1.1.4) little-plugger (1.1.4)
logging (2.2.2) logging (2.2.2)
little-plugger (~> 1.1) little-plugger (~> 1.1)
multi_json (~> 1.10) multi_json (~> 1.10)
minitar (0.8) minitar (0.9)
mixlib-archive (0.4.20) mixlib-archive (1.0.1)
mixlib-log mixlib-log
mixlib-authentication (2.1.1) mixlib-authentication (2.1.1)
mixlib-cli (1.7.0) mixlib-cli (2.1.1)
mixlib-config (2.2.18) mixlib-config (3.0.1)
tomlrb tomlrb
mixlib-install (3.11.5) mixlib-install (3.11.21)
mixlib-shellout mixlib-shellout
mixlib-versioning mixlib-versioning
thor thor
mixlib-log (2.0.9) mixlib-log (3.0.1)
mixlib-shellout (2.4.4) mixlib-shellout (3.0.7)
mixlib-versioning (1.2.7) mixlib-versioning (1.2.7)
molinillo (0.6.6) molinillo (0.6.6)
multi_json (1.13.1) multi_json (1.13.1)
multipart-post (2.0.0) multipart-post (2.1.1)
net-scp (1.2.1) necromancer (0.5.0)
net-ssh (>= 2.6.5) net-scp (2.0.0)
net-ssh (>= 2.6.5, < 6.0.0)
net-sftp (2.1.2) net-sftp (2.1.2)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
net-ssh (4.2.0) net-ssh (5.2.0)
net-ssh-gateway (1.3.0) net-ssh-gateway (2.0.0)
net-ssh (>= 2.6.5) net-ssh (>= 4.0.0)
net-ssh-multi (1.2.1) net-ssh-multi (1.2.1)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0) net-ssh-gateway (>= 1.2.0)
net-telnet (0.1.1)
nori (2.6.0) nori (2.6.0)
octokit (4.13.0) octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3) sawyer (~> 0.8.0, >= 0.5.3)
ohai (14.8.11) ohai (15.3.1)
chef-config (>= 12.8, < 15) chef-config (>= 12.8, < 16)
ffi (~> 1.9) ffi (~> 1.9)
ffi-yajl (~> 2.2) ffi-yajl (~> 2.2)
ipaddress ipaddress
@ -134,80 +144,84 @@ GEM
plist (~> 3.1) plist (~> 3.1)
systemu (~> 2.6.4) systemu (~> 2.6.4)
wmi-lite (~> 1.0) wmi-lite (~> 1.0)
parser (2.4.0.0) parallel (1.18.0)
ast (~> 2.2) parser (2.6.5.0)
ast (~> 2.4.0)
pastel (0.7.3)
equatable (~> 0.6)
tty-color (~> 0.5)
plist (3.5.0) plist (3.5.0)
powerpack (0.1.1)
proxifier (1.0.3) proxifier (1.0.3)
public_suffix (3.0.3) public_suffix (4.0.1)
rack (2.0.6) rack (2.0.7)
rainbow (2.2.2) rainbow (3.0.0)
rake retryable (3.0.4)
rake (12.0.0) rubocop (0.72.0)
retryable (2.0.4) jaro_winkler (~> 1.5.1)
rspec (3.8.0) parallel (~> 1.10)
rspec-core (~> 3.8.0) parser (>= 2.6)
rspec-expectations (~> 3.8.0) rainbow (>= 2.2.2, < 4.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-its (1.2.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.47.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1) unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.8.1) ruby-progressbar (1.10.1)
rubyntlm (0.6.2) rubyntlm (0.6.2)
rubyzip (1.2.2) rubyzip (1.3.0)
sawyer (0.8.1) sawyer (0.8.2)
addressable (>= 2.3.5, < 2.6) addressable (>= 2.3.5)
faraday (~> 0.8, < 1.0) faraday (> 0.8, < 2.0)
semverse (3.0.0) semverse (3.0.0)
serverspec (2.41.3)
multi_json
rspec (~> 3.0)
rspec-its
specinfra (~> 2.72)
sfl (2.3)
solve (4.0.2) solve (4.0.2)
molinillo (~> 0.6) molinillo (~> 0.6)
semverse (>= 1.1, < 4.0) semverse (>= 1.1, < 4.0)
specinfra (2.77.0) strings (0.1.6)
net-scp strings-ansi (~> 0.1)
net-ssh (>= 2.7) unicode-display_width (~> 1.5)
net-telnet (= 0.1.1) unicode_utils (~> 1.4)
sfl strings-ansi (0.1.0)
syslog-logger (1.6.8) syslog-logger (1.6.8)
systemu (2.6.5) systemu (2.6.5)
test-kitchen (1.24.0) test-kitchen (2.3.3)
bcrypt_pbkdf (~> 1.0)
ed25519 (~> 1.2)
license-acceptance (~> 1.0, >= 1.0.11)
mixlib-install (~> 3.6) mixlib-install (~> 3.6)
mixlib-shellout (>= 1.2, < 3.0) mixlib-shellout (>= 1.2, < 4.0)
net-scp (~> 1.1) net-scp (>= 1.1, < 3.0)
net-ssh (>= 2.9, < 5.0) net-ssh (>= 2.9, < 6.0)
net-ssh-gateway (~> 1.2) net-ssh-gateway (>= 1.2, < 3.0)
thor (~> 0.19) thor (~> 0.19)
winrm (~> 2.0) winrm (~> 2.0)
winrm-elevated (~> 1.0) winrm-elevated (~> 1.0)
winrm-fs (~> 1.1) winrm-fs (~> 1.1)
thor (0.20.3) thor (0.20.3)
tomlrb (1.2.8) tomlrb (1.2.8)
unicode-display_width (1.2.1) train-core (3.1.3)
json (>= 1.8, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
net-scp (>= 1.2, < 3.0)
net-ssh (>= 2.9, < 6.0)
train-winrm (0.2.5)
winrm (~> 2.0)
winrm-fs (~> 1.0)
tty-box (0.4.1)
pastel (~> 0.7.2)
strings (~> 0.1.6)
tty-cursor (~> 0.7)
tty-color (0.5.0)
tty-cursor (0.7.0)
tty-prompt (0.19.0)
necromancer (~> 0.5.0)
pastel (~> 0.7.0)
tty-reader (~> 0.6.0)
tty-reader (0.6.0)
tty-cursor (~> 0.7)
tty-screen (~> 0.7)
wisper (~> 2.0.0)
tty-screen (0.7.0)
unicode-display_width (1.6.0)
unicode_utils (1.4.0)
uuidtools (2.1.5) uuidtools (2.1.5)
winrm (2.3.1) winrm (2.3.2)
builder (>= 2.1.2) builder (>= 2.1.2)
erubis (~> 2.7) erubis (~> 2.7)
gssapi (~> 1.2) gssapi (~> 1.2)
@ -224,6 +238,7 @@ GEM
logging (>= 1.6.1, < 3.0) logging (>= 1.6.1, < 3.0)
rubyzip (~> 1.1) rubyzip (~> 1.1)
winrm (~> 2.0) winrm (~> 2.0)
wisper (2.0.0)
wmi-lite (1.0.2) wmi-lite (1.0.2)
PLATFORMS PLATFORMS
@ -231,10 +246,9 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
berkshelf (~> 7.0) berkshelf (~> 7.0)
chef (~> 14.11.21) chef (~> 15.3.14)
cookstyle cookstyle
knife-solo (~> 0.7.0) knife-zero
knife-solo_data_bag
test-kitchen test-kitchen
BUNDLED WITH BUNDLED WITH