diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-10 15:45:40 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-10 15:45:40 +0000 |
commit | 264ba17ebcb9210bfb309fcd6e1f6b33323506e0 (patch) | |
tree | c7bb94d961f391ddc4c3c8c20db0f6f95212a70c | |
parent | f0256a4ec1db4c487117912fded9150884894344 (diff) | |
download | chef-264ba17ebcb9210bfb309fcd6e1f6b33323506e0.tar.gz |
Bump version of chef to 12.17.3 by Chef Versioner.v12.17.3
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
5 files changed, 11 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a68295548f..abb0277103 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.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) +## [12.17.3](https://github.com/chef/chef/tree/12.17.3) (2016-11-10) +[Full Changelog](https://github.com/chef/chef/compare/chef-server-package...12.17.3) **Implemented enhancements:** @@ -22,6 +22,7 @@ This changelog reflects the current state of chef's master branch on github and - Core: pass new\_resource to edit\_resource through instance\_exec [\#5441](https://github.com/chef/chef/pull/5441) ([lamont-granquist](https://github.com/lamont-granquist)) - Core: Adding support for rfc 62 exit code 213 [\#5428](https://github.com/chef/chef/pull/5428) ([jeremymv2](https://github.com/jeremymv2)) - kinfe ssh: use the command line prompt for sudo if set [\#5427](https://github.com/chef/chef/pull/5427) ([lamont-granquist](https://github.com/lamont-granquist)) +- Mac: ensure launchd's start\_calendar\_interval gets valid settings [\#5422](https://github.com/chef/chef/pull/5422) ([thommay](https://github.com/thommay)) **Fixed bugs:** diff --git a/Gemfile.lock b/Gemfile.lock index 746f84d31a..5d95d72ac6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,10 +33,10 @@ GIT PATH remote: . specs: - chef (12.17.2) + chef (12.17.3) addressable bundler (>= 1.10) - chef-config (= 12.17.2) + chef-config (= 12.17.3) 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.2-universal-mingw32) + chef (12.17.3-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 12.17.2) + chef-config (= 12.17.3) 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.2) + chef-config (12.17.3) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -12.17.2
\ No newline at end of file +12.17.3
\ 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 abc3847e89..8e5f81cb4f 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.2" + VERSION = "12.17.3" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 5f2c31fee4..68e682ba2f 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.2" + VERSION = "12.17.3" end # |