summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-03 22:45:31 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-03 22:45:31 +0000
commitb6c2b22e490e90ebcabf31325d25218c21369f4d (patch)
tree1767c1e8fd28ad697e96f4c5ff8b68345cd9ea25
parent069ab25bb5a4e1bcfcb707bee025f49838ed49ab (diff)
downloadchef-b6c2b22e490e90ebcabf31325d25218c21369f4d.tar.gz
Bump version of chef to 12.18.17 by Chef Versioner.v12.18.17
-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 682bf1caa2..223fa9dce2 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.18.16](https://github.com/chef/chef/tree/v12.18.16) (2016-12-22)
-[Full Changelog](https://github.com/chef/chef/compare/v12.17.44...v12.18.16)
+## [v12.18.17](https://github.com/chef/chef/tree/v12.18.17) (2017-01-03)
+[Full Changelog](https://github.com/chef/chef/compare/v12.17.44...v12.18.17)
**Implemented enhancements:**
@@ -11,10 +11,10 @@ This changelog reflects the current state of chef's master branch on github and
- Set MSI Scheduled Task name to match chef-client cookbook managed name [\#5657](https://github.com/chef/chef/pull/5657) ([mwrock](https://github.com/mwrock))
- remove Chef::Platform::HandlerMap [\#5636](https://github.com/chef/chef/pull/5636) ([lamont-granquist](https://github.com/lamont-granquist))
- Core: Properly deprecate old Chef::Platform methods [\#5631](https://github.com/chef/chef/pull/5631) ([lamont-granquist](https://github.com/lamont-granquist))
-- Windows: PowerShell module output pass through [\#5549](https://github.com/chef/chef/pull/5549) ([coolmacool](https://github.com/coolmacool))
**Fixed bugs:**
+- Fix error thrown by solo when run on Windows as SYSTEM [\#5693](https://github.com/chef/chef/pull/5693) ([scottopherson](https://github.com/scottopherson))
- Report a blank resource if sensitive is enabled [\#5668](https://github.com/chef/chef/pull/5668) ([afiune](https://github.com/afiune))
- Ensure node.docker? returns boolean [\#5645](https://github.com/chef/chef/pull/5645) ([andrewjamesbrown](https://github.com/andrewjamesbrown))
- Fix Data Collector organization parsing regex [\#5630](https://github.com/chef/chef/pull/5630) ([adamleff](https://github.com/adamleff))
diff --git a/Gemfile.lock b/Gemfile.lock
index c73041f339..71d7b6ecf2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -47,10 +47,10 @@ GIT
PATH
remote: .
specs:
- chef (12.18.16)
+ chef (12.18.17)
addressable
bundler (>= 1.10)
- chef-config (= 12.18.16)
+ chef-config (= 12.18.17)
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.18.16-universal-mingw32)
+ chef (12.18.17-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 12.18.16)
+ chef-config (= 12.18.17)
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.18.16)
+ chef-config (12.18.17)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 8f480a6256..deb67aed37 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.18.16 \ No newline at end of file
+12.18.17 \ 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 fe71279b3f..21fedf9dee 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.18.16"
+ VERSION = "12.18.17"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 3eb6410005..270c1f089c 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.18.16"
+ VERSION = "12.18.17"
end
#