diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-09 20:00:11 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-09 20:00:11 +0000 |
commit | 2438b2a6a67422ab93136aa7336ce435835e95b8 (patch) | |
tree | de072c0a00c8a3087346376cd33274cff0788b78 | |
parent | 48671f8bb74d3679a42f2cac089aee814943a755 (diff) | |
download | chef-2438b2a6a67422ab93136aa7336ce435835e95b8.tar.gz |
Bump version of chef to 12.19.19 by Chef Versioner.v12.19.19
-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 c607c583f7..56522cdedd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ 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). -## [v12.19.18](https://github.com/chef/chef/tree/v12.19.18) (2017-02-09) -[Full Changelog](https://github.com/chef/chef/compare/v12.18.31...v12.19.18) +## [v12.19.19](https://github.com/chef/chef/tree/v12.19.19) (2017-02-09) +[Full Changelog](https://github.com/chef/chef/compare/v12.18.31...v12.19.19) **Merged pull requests:** +- Sanitize UTF-8 data sent to Data Collector [\#5793](https://github.com/chef/chef/pull/5793) ([lamont-granquist](https://github.com/lamont-granquist)) - Add mutlipackage\_api support to yum\_package provider [\#5791](https://github.com/chef/chef/pull/5791) ([tduffield](https://github.com/tduffield)) - rhel7 / dnf 2.0 fixes / improved errors [\#5782](https://github.com/chef/chef/pull/5782) ([lamont-granquist](https://github.com/lamont-granquist)) - Grant Administrators group permissions to nodes directory under chef-solo [\#5781](https://github.com/chef/chef/pull/5781) ([tduffield](https://github.com/tduffield)) diff --git a/Gemfile.lock b/Gemfile.lock index b698f12c53..13e06ff82e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,10 +47,10 @@ GIT PATH remote: . specs: - chef (12.19.18) + chef (12.19.19) addressable bundler (>= 1.10) - chef-config (= 12.19.18) + chef-config (= 12.19.19) chef-zero (>= 4.8) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -76,10 +76,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (12.19.18-universal-mingw32) + chef (12.19.19-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 12.19.18) + chef-config (= 12.19.19) chef-zero (>= 4.8) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -120,7 +120,7 @@ PATH PATH remote: chef-config specs: - chef-config (12.19.18) + chef-config (12.19.19) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -12.19.18
\ No newline at end of file +12.19.19
\ 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 857fc55177..e6c0253f5b 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.19.18" + VERSION = "12.19.19" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 70e65a5aca..669884d62a 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.19.18" + VERSION = "12.19.19" end # |