Skip to content
Snippets Groups Projects
Commit f855a5c9 authored by DJ Mountney's avatar DJ Mountney
Browse files

Update to the chef 15.12 release

parent a770ef02
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,8 @@
# definitions in `config/software`. You can find them quickly with:
# grep "gem 'install " config/software/*
gem 'omnibus', git: omnibus_gem_version.remote, tag: omnibus_gem_version.print(false)
gem 'chef', '~> 15.9.17'
gem 'ohai', '~> 15.9'
gem 'chef', '~> 15.12.22'
gem 'ohai', '~> 15.12.0'
gem 'package_cloud'
gem 'rainbow', '~> 2.2' # This is used by gitlab-ctl and the chef formatter
gem 'thor', '0.18.1' # This specific version is required by package_cloud
......
......@@ -47,7 +47,7 @@
binding_ninja (0.2.3)
builder (3.2.4)
byebug (9.0.5)
chef (15.9.17)
chef (15.12.22)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
......@@ -51,10 +51,10 @@
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
chef-config (= 15.9.17)
chef-utils (= 15.9.17)
chef-config (= 15.12.22)
chef-utils (= 15.12.22)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
erubis (~> 2.7)
ffi (~> 1.9, >= 1.9.25)
......@@ -56,9 +56,9 @@
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
erubis (~> 2.7)
ffi (~> 1.9, >= 1.9.25)
ffi-libarchive
ffi-libarchive (~> 1.0, >= 1.0.3)
ffi-yajl (~> 2.2)
highline (>= 1.6.9, < 2)
iniparse (~> 1.4)
......@@ -68,10 +68,10 @@
mixlib-cli (>= 2.1.1, < 3.0)
mixlib-log (>= 2.0.3, < 4.0)
mixlib-shellout (>= 3.0.3, < 4.0)
net-sftp (~> 2.1, >= 2.1.2)
net-ssh (>= 4.2, < 6)
net-sftp (>= 2.1.2, < 4.0)
net-ssh (>= 4.2, < 7)
net-ssh-multi (~> 1.2, >= 1.2.1)
ohai (~> 15.0)
plist (~> 3.2)
proxifier (~> 1.0)
syslog-logger (~> 1.6)
......@@ -73,9 +73,9 @@
net-ssh-multi (~> 1.2, >= 1.2.1)
ohai (~> 15.0)
plist (~> 3.2)
proxifier (~> 1.0)
syslog-logger (~> 1.6)
train-core (~> 3.1)
train-core (~> 3.2, >= 3.2.28)
train-winrm (>= 0.2.5)
tty-screen (~> 0.6)
uuidtools (~> 2.1.5)
......@@ -92,5 +92,5 @@
mixlib-shellout (>= 2.0, < 4.0)
paint (>= 1, < 3)
solve (> 2.0, < 5.0)
chef-config (15.9.17)
chef-config (15.12.22)
addressable
......@@ -96,7 +96,7 @@
addressable
chef-utils (= 15.9.17)
chef-utils (= 15.12.22)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
tomlrb (~> 1.2)
chef-sugar (5.1.9)
......@@ -98,9 +98,9 @@
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
tomlrb (~> 1.2)
chef-sugar (5.1.9)
chef-utils (15.9.17)
chef-utils (15.12.22)
chef-zero (15.0.0)
ffi-yajl (~> 2.2)
hashie (>= 2.0, < 5.0)
......@@ -141,7 +141,7 @@
fauxhai-ng (8.2.0)
net-ssh
ffi (1.13.1)
ffi-libarchive (1.0.0)
ffi-libarchive (1.0.3)
ffi (~> 1.0)
ffi-yajl (2.3.3)
libyajl2 (~> 1.2)
......@@ -236,10 +236,10 @@
multi_json (1.14.1)
multipart-post (2.1.1)
necromancer (0.5.1)
net-scp (2.0.0)
net-ssh (>= 2.6.5, < 6.0.0)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-sftp (3.0.0)
net-ssh (>= 5.0.0, < 7.0.0)
net-ssh (5.2.0)
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
......@@ -250,7 +250,7 @@
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nori (2.6.0)
ohai (15.9.1)
ohai (15.12.0)
chef-config (>= 12.8, < 16)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
......@@ -296,7 +296,7 @@
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (4.0.5)
rack (2.2.2)
rack (2.2.3)
rainbow (2.2.2)
rake
rake (10.5.0)
......@@ -367,5 +367,5 @@
toml-rb (2.0.1)
citrus (~> 3.0, > 3.0)
tomlrb (1.3.0)
train-core (3.2.28)
train-core (3.3.6)
addressable (~> 2.5)
......@@ -371,3 +371,4 @@
addressable (~> 2.5)
ffi (!= 1.13.0)
json (>= 1.8, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
......@@ -372,7 +373,7 @@
json (>= 1.8, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
net-scp (>= 1.2, < 3.0)
net-ssh (>= 2.9, < 6.0)
net-scp (>= 1.2, < 4.0)
net-ssh (>= 2.9, < 7.0)
train-winrm (0.2.6)
winrm (~> 2.0)
winrm-fs (~> 1.0)
......@@ -429,7 +430,7 @@
DEPENDENCIES
byebug
chef (~> 15.9.17)
chef (~> 15.12.22)
chefspec
docker-api
fantaskspec
......@@ -438,7 +439,7 @@
http
json
knapsack
ohai (~> 15.9)
ohai (~> 15.12.0)
omnibus!
omnibus-ctl (= 0.3.6)
package_cloud
......
name 'chef-bin'
# The version here should be in agreement with /Gemfile.lock so that our rspec
# testing stays consistent with the package contents.
default_version '15.9.17'
default_version '15.12.22'
license 'Apache-2.0'
license_file 'LICENSE'
......
......@@ -17,7 +17,7 @@
name 'chef-gem'
# The version here should be in agreement with /Gemfile.lock so that our rspec
# testing stays consistent with the package contents.
default_version '15.12.23'
default_version '15.12.22'
license 'Apache-2.0'
license_file 'LICENSE'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment