Skip to content

Commit

Permalink
Bump version of chef to 12.19.27 by Chef Versioner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Versioner committed Feb 14, 2017
1 parent 5b9b829 commit f429544
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions 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:**

Expand All @@ -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))
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
12.19.26
12.19.27
2 changes: 1 addition & 1 deletion chef-config/lib/chef-config/version.rb
Expand Up @@ -21,7 +21,7 @@

module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
VERSION = "12.19.26"
VERSION = "12.19.27"
end

#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/version.rb
Expand Up @@ -21,7 +21,7 @@

class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
VERSION = "12.19.26"
VERSION = "12.19.27"
end

#
Expand Down

0 comments on commit f429544

Please sign in to comment.