diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-14 00:00:58 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-14 00:00:58 +0000 |
commit | f429544e076db4e63cc1bb193466cd883354ac1e (patch) | |
tree | ac7cd3ee5d64543be6ff064a2a039c1cf46fd1f4 | |
parent | 5b9b829d283afceaf36ba060d42d51729010b2e9 (diff) | |
download | chef-f429544e076db4e63cc1bb193466cd883354ac1e.tar.gz |
Bump version of chef to 12.19.27 by Chef Versioner.v12.19.27
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-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, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a1807c73c2..b03c752dc4 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). -## [v12.19.26](https://github.com/chef/chef/tree/v12.19.26) (2017-02-12) -[Full Changelog](https://github.com/chef/chef/compare/v12.18.31...v12.19.26) +## [v12.19.27](https://github.com/chef/chef/tree/v12.19.27) (2017-02-14) +[Full Changelog](https://github.com/chef/chef/compare/v12.18.31...v12.19.27) **Closed issues:** @@ -11,7 +11,7 @@ This changelog reflects the current state of chef's master branch on github and - Suppress sensitive properties from resource log and reporting output [\#5803](https://github.com/chef/chef/pull/5803) ([tduffield](https://github.com/tduffield)) - 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)) +- Add multipackage\_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)) - Fix --no-fips on chef-client [\#5778](https://github.com/chef/chef/pull/5778) ([btm](https://github.com/btm)) diff --git a/Gemfile.lock b/Gemfile.lock index c812d3c553..c9aaab8505 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,10 +46,10 @@ GIT PATH remote: . specs: - chef (12.19.26) + chef (12.19.27) addressable bundler (>= 1.10) - chef-config (= 12.19.26) + chef-config (= 12.19.27) chef-zero (>= 4.8) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -75,10 +75,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (12.19.26-universal-mingw32) + chef (12.19.27-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 12.19.26) + chef-config (= 12.19.27) chef-zero (>= 4.8) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -119,7 +119,7 @@ PATH PATH remote: chef-config specs: - chef-config (12.19.26) + chef-config (12.19.27) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -12.19.26
\ No newline at end of file +12.19.27
\ 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 41fc295050..23fe2499f2 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.26" + VERSION = "12.19.27" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 0f8370dabe..37b6bd7a1c 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.26" + VERSION = "12.19.27" end # |