summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-25 19:11:38 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-25 19:11:38 +0000
commit7edd6a4aec64ea23fc01cd711a537aab4b6eaad7 (patch)
treebf1665da1b3807e9c9268036d07c0a09347199e0
parent4491736471bc49fb0e50b6a70508d99d6bae5eb4 (diff)
downloadchef-7edd6a4aec64ea23fc01cd711a537aab4b6eaad7.tar.gz
Bump version of chef to 12.10.17 by Chef Versioner.v12.10.17
-rw-r--r--Gemfile.lock18
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
4 files changed, 12 insertions, 12 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 247ec247b5..9833cb3ee1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -18,9 +18,9 @@ GIT
PATH
remote: .
specs:
- chef (12.10.16)
+ chef (12.10.17)
bundler (>= 1.10)
- chef-config (= 12.10.16)
+ chef-config (= 12.10.17)
chef-zero (~> 4.5)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -44,9 +44,9 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (12.10.16-universal-mingw32)
+ chef (12.10.17-universal-mingw32)
bundler (>= 1.10)
- chef-config (= 12.10.16)
+ chef-config (= 12.10.17)
chef-zero (~> 4.5)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -85,7 +85,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (12.10.16)
+ chef-config (12.10.17)
fuzzyurl (~> 0.8.0)
mixlib-config (~> 2.0)
mixlib-shellout (~> 2.0)
@@ -200,7 +200,7 @@ GEM
thor
hashie (3.4.3)
highline (1.7.8)
- httpclient (2.7.1)
+ httpclient (2.8.0)
inifile (3.0.0)
iniparse (1.4.2)
ipaddress (0.8.3)
@@ -239,7 +239,7 @@ GEM
win32-process (~> 0.8.2)
wmi-lite (~> 1.0)
mixlib-versioning (1.1.0)
- multi_json (1.11.2)
+ multi_json (1.11.3)
multi_xml (0.5.5)
multipart-post (2.0.0)
net-scp (1.2.1)
@@ -334,7 +334,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-prof (0.15.9)
- ruby-progressbar (1.7.5)
+ ruby-progressbar (1.8.0)
ruby-shadow (2.5.0)
rubyntlm (0.6.0)
rufus-lru (1.0.5)
@@ -353,7 +353,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
- specinfra (2.56.1)
+ specinfra (2.57.0)
net-scp
net-ssh (>= 2.7, < 4.0)
net-telnet
diff --git a/VERSION b/VERSION
index c47a05992c..635777dbf6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.10.16 \ No newline at end of file
+12.10.17 \ No newline at end of file
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index ec15f12fdf..129ad7f518 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.10.16"
+ VERSION = "12.10.17"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index b3327a4164..5ac4f91ec3 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.10.16"
+ VERSION = "12.10.17"
end
#