summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-10 13:16:45 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-10 13:16:45 +0000
commitb86319aa57ad41b3d8489d7b37f105b0f8701b1d (patch)
treec09b4799c2e007bbc5e12f527b336a2ff105d35f
parent8c250fa44fd46328fbe0ffd1307af1923977c322 (diff)
downloadchef-b86319aa57ad41b3d8489d7b37f105b0f8701b1d.tar.gz
Bump version of chef to 12.17.2 by Chef Versioner.v12.17.2
-rw-r--r--CHANGELOG.md5
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 10 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7aa981e6ab..a68295548f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
This changelog reflects the current state of chef's master branch on github and may not reflect the current released version of chef, which is [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef)
-## [12.17.1](https://github.com/chef/chef/tree/12.17.1) (2016-11-09)
-[Full Changelog](https://github.com/chef/chef/compare/chef-server-package...12.17.1)
+## [12.17.2](https://github.com/chef/chef/tree/12.17.2) (2016-11-10)
+[Full Changelog](https://github.com/chef/chef/compare/chef-server-package...12.17.2)
**Implemented enhancements:**
@@ -60,7 +60,6 @@ This changelog reflects the current state of chef's master branch on github and
- Accumulator Patterns as Resources are still Somewhat Unsatisfying [\#5438](https://github.com/chef/chef/issues/5438)
- Is chef server able to be deployed in a relative url? [\#5437](https://github.com/chef/chef/issues/5437)
- Chef encountered an error attempting to create the client WITH \[\[Scalr\]\] [\#5435](https://github.com/chef/chef/issues/5435)
-- There is no -M option for useradd on Solaris [\#5403](https://github.com/chef/chef/issues/5403)
**Merged pull requests:**
diff --git a/Gemfile.lock b/Gemfile.lock
index f9d14988b1..746f84d31a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -33,10 +33,10 @@ GIT
PATH
remote: .
specs:
- chef (12.17.1)
+ chef (12.17.2)
addressable
bundler (>= 1.10)
- chef-config (= 12.17.1)
+ chef-config (= 12.17.2)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -62,10 +62,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (12.17.1-universal-mingw32)
+ chef (12.17.2-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 12.17.1)
+ chef-config (= 12.17.2)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -106,7 +106,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (12.17.1)
+ chef-config (12.17.2)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index d55ec9232a..2ba0581f4c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.17.1 \ No newline at end of file
+12.17.2 \ 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 fae7590ae3..abc3847e89 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.17.1"
+ VERSION = "12.17.2"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 980842df4d..5f2c31fee4 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.17.1"
+ VERSION = "12.17.2"
end
#