summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-12-06 23:57:57 +0000
committerChef Versioner <chef-versioner@chef.io>2016-12-06 23:57:57 +0000
commitc49c6c9055d15ed37a5db0bbc778a238d0fbcd16 (patch)
tree3087f84e32ecc23fee5a5853705d72acde85d3a6
parent8b3b685ef651d6a286a977d757935cc9b68ac484 (diff)
downloadchef-c49c6c9055d15ed37a5db0bbc778a238d0fbcd16.tar.gz
Bump version of chef to 12.17.43 by Chef Versioner.v12.17.43
-rw-r--r--CHANGELOG.md6
-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, 11 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5624f05755..233d23bc40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,14 @@
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.42](https://github.com/chef/chef/tree/v12.17.42) (2016-12-06)
-[Full Changelog](https://github.com/chef/chef/compare/v12.16.42...v12.17.42)
+## [v12.17.43](https://github.com/chef/chef/tree/v12.17.43) (2016-12-06)
+[Full Changelog](https://github.com/chef/chef/compare/v12.16.42...v12.17.43)
**Implemented enhancements:**
- 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))
+- Core: Ensure chef-solo creates node files w/ correct permissions [\#5601](https://github.com/chef/chef/pull/5601) ([scottopherson](https://github.com/scottopherson))
- Resources: Add unmount as an alias to umount in the mount resource [\#5599](https://github.com/chef/chef/pull/5599) ([shortdudey123](https://github.com/shortdudey123))
- Core: Update Data Collector to use Chef::JSONCompat [\#5590](https://github.com/chef/chef/pull/5590) ([adamleff](https://github.com/adamleff))
- Knife: Add ability to pass multiple nodes to knife node/client delete [\#5572](https://github.com/chef/chef/pull/5572) ([jeunito](https://github.com/jeunito))
@@ -35,7 +36,6 @@ This changelog reflects the current state of chef's master branch on github and
**Closed issues:**
-- reboot! does not work well with Tomcat [\#5594](https://github.com/chef/chef/issues/5594)
- cab\_package doesn't support running on non-English system locales [\#5592](https://github.com/chef/chef/issues/5592)
- Support restarting/stopping/ the service from state paused on windows [\#5586](https://github.com/chef/chef/issues/5586)
diff --git a/Gemfile.lock b/Gemfile.lock
index f096c1773d..fd0e0fc0cf 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -47,10 +47,10 @@ GIT
PATH
remote: .
specs:
- chef (12.17.42)
+ chef (12.17.43)
addressable
bundler (>= 1.10)
- chef-config (= 12.17.42)
+ chef-config (= 12.17.43)
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.42-universal-mingw32)
+ chef (12.17.43-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 12.17.42)
+ chef-config (= 12.17.43)
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.42)
+ chef-config (12.17.43)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 33dbcdaaea..f4effa912a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.17.42 \ No newline at end of file
+12.17.43 \ 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 7fafc3d36a..de0ba38450 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.42"
+ VERSION = "12.17.43"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 685069cc90..5198f50761 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.42"
+ VERSION = "12.17.43"
end
#