summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-12-02 21:29:14 +0000
committerChef Versioner <chef-versioner@chef.io>2016-12-02 21:29:14 +0000
commit7d77c339a058cc923e3487d2e71ac6c4651e300c (patch)
treee038715937c55424c52992017838f4f27706d5ff
parent69a4a165de3c9e3e6838c4801465b426c267233b (diff)
downloadchef-7d77c339a058cc923e3487d2e71ac6c4651e300c.tar.gz
Bump version of chef to 12.17.33 by Chef Versioner.v12.17.33
-rw-r--r--CHANGELOG.md28
-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, 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)
diff --git a/VERSION b/VERSION
index a92478fcc7..9634591e57 100644
--- a/VERSION
+++ b/VERSION
@@ -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
#