summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-12-06 21:46:28 +0000
committerChef Versioner <chef-versioner@chef.io>2016-12-06 21:46:28 +0000
commit66092cb7e62106619ce3e32dda5b0717868ebb45 (patch)
tree143b395fa0f651d0c8eb7bab8597eefd1243ff5b
parentd0ddf6bfcb652bcdc8aba0cf6b4a05ad6718e161 (diff)
downloadchef-66092cb7e62106619ce3e32dda5b0717868ebb45.tar.gz
Bump version of chef to 12.17.40 by Chef Versioner.v12.17.40
-rw-r--r--CHANGELOG.md14
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 15 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0e67e8c61..9104c9745c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,10 @@
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.17.39](https://github.com/chef/chef/tree/v12.17.39) (2016-12-06)
-[Full Changelog](https://github.com/chef/chef/compare/v12.16.42...v12.17.39)
+## [v12.17.40](https://github.com/chef/chef/tree/v12.17.40) (2016-12-06)
+[Full Changelog](https://github.com/chef/chef/compare/v12.16.42...v12.17.40)
**Implemented enhancements:**
-- add support for zfs to mount provider [\#5597](https://github.com/chef/chef/issues/5597)
- Action :umount for mount resource is an obtuse anachronism [\#5595](https://github.com/chef/chef/issues/5595)
- Core: Update ohai resource to new style, stop overwriting name property [\#5607](https://github.com/chef/chef/pull/5607) ([adamleff](https://github.com/adamleff))
- Linux: mount provider - skip device detection for zfs [\#5603](https://github.com/chef/chef/pull/5603) ([ttr](https://github.com/ttr))
@@ -18,7 +17,10 @@ This changelog reflects the current state of chef's master branch on github and
**Fixed bugs:**
-- Undefined method up\_to\_date thrown by Chef 12.16.42 in custom resource [\#5593](https://github.com/chef/chef/issues/5593)
+- Custom Resources: Undefined method up\_to\_date thrown by Chef 12.16.42 [\#5593](https://github.com/chef/chef/issues/5593)
+- Core: Ensure deprecation messages are always included [\#5618](https://github.com/chef/chef/pull/5618) ([thommay](https://github.com/thommay))
+- Core: Fix bug where Access Controls on existing symlink resources would be ignored on first chef-client run [\#5616](https://github.com/chef/chef/pull/5616) ([tduffield](https://github.com/tduffield))
+- The suggested fix for the manage\_home deprecation is incorrect [\#5615](https://github.com/chef/chef/pull/5615) ([tas50](https://github.com/tas50))
- Knife: Correct example `chef\_server\_url` in `knife configure` [\#5602](https://github.com/chef/chef/pull/5602) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
- Windows: Support for running cab\_package on non-English system locales [\#5591](https://github.com/chef/chef/pull/5591) ([jugatsu](https://github.com/jugatsu))
- Core: Ensure Data Collector resource report exists before updating [\#5571](https://github.com/chef/chef/pull/5571) ([adamleff](https://github.com/adamleff))
@@ -27,13 +29,11 @@ This changelog reflects the current state of chef's master branch on github and
- Core: fix ImmutableArray slices [\#5541](https://github.com/chef/chef/pull/5541) ([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)
+- Support restarting/stopping/ the service from state paused on windows [\#5586](https://github.com/chef/chef/issues/5586)
## [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)
diff --git a/Gemfile.lock b/Gemfile.lock
index 6b5d4f2aac..3583a58977 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -47,10 +47,10 @@ GIT
PATH
remote: .
specs:
- chef (12.17.39)
+ chef (12.17.40)
addressable
bundler (>= 1.10)
- chef-config (= 12.17.39)
+ chef-config (= 12.17.40)
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.39-universal-mingw32)
+ chef (12.17.40-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 12.17.39)
+ chef-config (= 12.17.40)
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.39)
+ chef-config (12.17.40)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index e2de5cf449..588d3e8d7b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.17.39 \ No newline at end of file
+12.17.40 \ 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 13560e05f2..9922d0ab8f 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.39"
+ VERSION = "12.17.40"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 1aa9d6079d..94f6289d12 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.39"
+ VERSION = "12.17.40"
end
#