diff options
-rw-r--r-- | CHANGELOG.md | 28 | ||||
-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, 35 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e0eba70575..680b42c70f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +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 **12.16.42**. + +## [v12.17.33](https://github.com/chef/chef/tree/v12.17.33) (2016-12-02) +[Full Changelog](https://github.com/chef/chef/compare/v12.16.42...v12.17.33) + +**Implemented enhancements:** + +- Action :umount for mount resource is an obtuse anachronism [\#5595](https://github.com/chef/chef/issues/5595) +- Yum: Purge yum cache before deleting repo config [\#5509](https://github.com/chef/chef/pull/5509) ([iancward](https://github.com/iancward)) +- Knife Bootstrap: Passing config\_log\_level and config\_log\_location from config.rb [\#5502](https://github.com/chef/chef/pull/5502) ([dheerajd-msys](https://github.com/dheerajd-msys)) + +**Fixed bugs:** + +- Undefined method up\_to\_date thrown by Chef 12.16.42 in custom resource [\#5593](https://github.com/chef/chef/issues/5593) +- Use the full path to expand.exe for msu\_package, raise exception if command fails [\#5564](https://github.com/chef/chef/pull/5564) ([NimishaS](https://github.com/NimishaS)) +- Core: fix Lint/UnifiedInteger cop [\#5547](https://github.com/chef/chef/pull/5547) ([lamont-granquist](https://github.com/lamont-granquist)) +- Prevent apt\_update failures on non-Linux platforms [\#5524](https://github.com/chef/chef/pull/5524) ([tas50](https://github.com/tas50)) +- Core: Ensure that the sensitive property is correctly accessed [\#5508](https://github.com/chef/chef/pull/5508) ([axos88](https://github.com/axos88)) +- Windows: search for config on same drive as executable location [\#5478](https://github.com/chef/chef/pull/5478) ([jkerry](https://github.com/jkerry)) + +**Closed issues:** + +- cab\_package doesn't support running on non-English system locales [\#5592](https://github.com/chef/chef/issues/5592) +- Change in Chef::Node::ImmutableArray syntax between 12.15.19 and 12.16.42 [\#5538](https://github.com/chef/chef/issues/5538) +- Default config file drive on windows doesn't support non-system drive installations [\#5477](https://github.com/chef/chef/issues/5477) + ## [v12.16.42](https://github.com/chef/chef/tree/v12.16.42) (2016-11-04) [Full Changelog](https://github.com/chef/chef/compare/v12.15.19...v12.16.42) @@ -1266,4 +1292,4 @@ of partial templates. * Windows package type should be a symbol (Fixes #1997) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 1440235c90..8c4f5f54ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,10 +47,10 @@ GIT PATH remote: . specs: - chef (12.17.32) + chef (12.17.33) addressable bundler (>= 1.10) - chef-config (= 12.17.32) + chef-config (= 12.17.33) 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.17.32-universal-mingw32) + chef (12.17.33-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 12.17.32) + chef-config (= 12.17.33) 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.17.32) + chef-config (12.17.33) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -12.17.32
\ No newline at end of file +12.17.33
\ 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 d4f4607efb..91cf78bf1c 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.32" + VERSION = "12.17.33" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 26233481cd..cb0ae1945d 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.32" + VERSION = "12.17.33" end # |