summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-12-07 09:34:10 +0000
committerChef Versioner <chef-versioner@chef.io>2016-12-07 09:34:10 +0000
commitfcb0ccc2480725f03c2f97c0eb5ebcf37e4b2f32 (patch)
tree29e6be1b30712e543c347b1de0880317a3c8fad4
parenta143eefd438fa4d1325728f34142746c99319146 (diff)
downloadchef-fcb0ccc2480725f03c2f97c0eb5ebcf37e4b2f32.tar.gz
Bump version of chef to 12.17.44 by Chef Versioner.v12.17.44
-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 233d23bc40..14d616377f 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.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)
+## [v12.17.44](https://github.com/chef/chef/tree/v12.17.44) (2016-12-07)
+[Full Changelog](https://github.com/chef/chef/compare/v12.16.42...v12.17.44)
**Implemented enhancements:**
@@ -24,7 +24,7 @@ This changelog reflects the current state of chef's master branch on github and
- The suggested fix for the manage\_home deprecation is incorrect [\#5615](https://github.com/chef/chef/pull/5615) ([tas50](https://github.com/tas50))
- change choco -version to choco --version [\#5613](https://github.com/chef/chef/pull/5613) ([spuder](https://github.com/spuder))
- Knife: Correct example `chef\_server\_url` in `knife configure` [\#5602](https://github.com/chef/chef/pull/5602) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
-- Ensures correct version of shutdown is called when using the reboot resource on Windows [\#5596](https://github.com/chef/chef/pull/5596) ([Xoph](https://github.com/Xoph))
+- Windows: Ensure correct version of shutdown is called when using the reboot resource [\#5596](https://github.com/chef/chef/pull/5596) ([Xoph](https://github.com/Xoph))
- 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))
- Windows: Use the full path to expand.exe for msu\_package [\#5564](https://github.com/chef/chef/pull/5564) ([NimishaS](https://github.com/NimishaS))
diff --git a/Gemfile.lock b/Gemfile.lock
index fd0e0fc0cf..13a86a1f91 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -47,10 +47,10 @@ GIT
PATH
remote: .
specs:
- chef (12.17.43)
+ chef (12.17.44)
addressable
bundler (>= 1.10)
- chef-config (= 12.17.43)
+ chef-config (= 12.17.44)
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.43-universal-mingw32)
+ chef (12.17.44-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 12.17.43)
+ chef-config (= 12.17.44)
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.43)
+ chef-config (12.17.44)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index f4effa912a..c73d461e2e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.17.43 \ No newline at end of file
+12.17.44 \ 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 de0ba38450..412cbe57ec 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.43"
+ VERSION = "12.17.44"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 5198f50761..2bb1711880 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.43"
+ VERSION = "12.17.44"
end
#