summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-02 21:58:19 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-02 21:58:19 +0000
commit2d1d59afe0ec393c31dce6caabc8c85aaa7bba58 (patch)
tree4235c4b7487f76498f35b5fc21bd9b2a7ce8f7a5
parentffcf658b0fbc7937ae13e0c612d3318b57a1aa0e (diff)
downloadchef-2d1d59afe0ec393c31dce6caabc8c85aaa7bba58.tar.gz
Bump version of chef to 13.0.87 by Chef Versioner.v13.0.87
-rw-r--r--CHANGELOG.md12
-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, 14 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7deeeb2392..006cf5183e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +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).
-## [v13.0.85](https://github.com/chef/chef/tree/v13.0.85) (2017-04-02)
-[Full Changelog](https://github.com/chef/chef/compare/v13.0.85...v13.0.85)
+## [v13.0.86](https://github.com/chef/chef/tree/v13.0.86) (2017-04-02)
+[Full Changelog](https://github.com/chef/chef/compare/v13.0.86...v13.0.86)
**Merged pull requests:**
-- Chef-13: Remove deprecated Chef::ResourceResolver.resource API [\#5988](https://github.com/chef/chef/pull/5988) ([lamont-granquist](https://github.com/lamont-granquist))
+- Chef-13: remove iconv from the chef build [\#5993](https://github.com/chef/chef/pull/5993) ([lamont-granquist](https://github.com/lamont-granquist))
-## [v13.0.85](https://github.com/chef/chef/tree/v13.0.85) (2017-04-02)
-[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.85)
+## [v13.0.86](https://github.com/chef/chef/tree/v13.0.86) (2017-04-02)
+[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.86)
**Closed issues:**
@@ -18,6 +18,7 @@ This changelog reflects the current state of chef's master branch on github and
**Merged pull requests:**
+- Chef-13: Remove deprecated Chef::ResourceResolver.resource API [\#5988](https://github.com/chef/chef/pull/5988) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: remove deprecated run\_command API entirely [\#5985](https://github.com/chef/chef/pull/5985) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: fix notifying array resources [\#5984](https://github.com/chef/chef/pull/5984) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: remove deprecated launchd resource hash property [\#5983](https://github.com/chef/chef/pull/5983) ([lamont-granquist](https://github.com/lamont-granquist))
@@ -56,7 +57,6 @@ This changelog reflects the current state of chef's master branch on github and
- Chef-13: remove supports API from Chef::Resource [\#5863](https://github.com/chef/chef/pull/5863) ([lamont-granquist](https://github.com/lamont-granquist))
- HTTP: add debug long for non-JSON response [\#5858](https://github.com/chef/chef/pull/5858) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13 remove resource cloning and 3694 warnings [\#5856](https://github.com/chef/chef/pull/5856) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: support why-run by default [\#5853](https://github.com/chef/chef/pull/5853) ([lamont-granquist](https://github.com/lamont-granquist))
## [v12.19.33](https://github.com/chef/chef/tree/v12.19.33) (2017-02-16)
[Full Changelog](https://github.com/chef/chef/compare/v12.18.31...v12.19.33)
diff --git a/Gemfile.lock b/Gemfile.lock
index 8ad75fffdc..e16934d56d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -113,10 +113,10 @@ GIT
PATH
remote: .
specs:
- chef (13.0.86)
+ chef (13.0.87)
addressable
bundler (>= 1.10)
- chef-config (= 13.0.86)
+ chef-config (= 13.0.87)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -142,10 +142,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.0.86-universal-mingw32)
+ chef (13.0.87-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.0.86)
+ chef-config (= 13.0.87)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -186,7 +186,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.0.86)
+ chef-config (13.0.87)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 6816ad5013..c91d4a2d78 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.0.86 \ No newline at end of file
+13.0.87 \ 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 60e55110c2..9c94932943 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 = "13.0.86"
+ VERSION = "13.0.87"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 58a666436c..4f17fa5279 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.0.86"
+ VERSION = "13.0.87"
end
#