diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-01 21:48:52 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-01 21:48:52 +0000 |
commit | e5770a6e3f87eac0cccc7a044f00e217ae5ddaac (patch) | |
tree | 6dbd516c4007a300585390285bf16c28c6d5f0dd | |
parent | 311d6263eed507dbd235b13916d4dd61adad7efe (diff) | |
download | chef-e5770a6e3f87eac0cccc7a044f00e217ae5ddaac.tar.gz |
Bump version of chef to 13.0.84 by Chef Versioner.v13.0.84
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
5 files changed, 14 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b908cec35..f598c0e568 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). -## [v13.0.82](https://github.com/chef/chef/tree/v13.0.82) (2017-03-31) -[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.82) +## [v13.0.83](https://github.com/chef/chef/tree/v13.0.83) (2017-03-31) +[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.83) **Closed issues:** @@ -11,6 +11,10 @@ This changelog reflects the current state of chef's master branch on github and **Merged pull requests:** +- Chef-13: remove deprecated launchd resource hash property [\#5983](https://github.com/chef/chef/pull/5983) ([lamont-granquist](https://github.com/lamont-granquist)) +- Chef-13: remove Chef::Resource.updated= [\#5982](https://github.com/chef/chef/pull/5982) ([lamont-granquist](https://github.com/lamont-granquist)) +- Chef-13: remove more deprecated method\_missing access [\#5979](https://github.com/chef/chef/pull/5979) ([lamont-granquist](https://github.com/lamont-granquist)) +- apply knife search node fuzzifier to knife ssh [\#5977](https://github.com/chef/chef/pull/5977) ([lamont-granquist](https://github.com/lamont-granquist)) - disable building nokogiri on windows for now [\#5958](https://github.com/chef/chef/pull/5958) ([lamont-granquist](https://github.com/lamont-granquist)) - Chef-13: Make ActionClass a class [\#5952](https://github.com/chef/chef/pull/5952) ([lamont-granquist](https://github.com/lamont-granquist)) - Fix action class weirdness in Chef-13 [\#5946](https://github.com/chef/chef/pull/5946) ([lamont-granquist](https://github.com/lamont-granquist)) diff --git a/Gemfile.lock b/Gemfile.lock index 24b2de9ac9..5ce91d96ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,10 +113,10 @@ GIT PATH remote: . specs: - chef (13.0.83) + chef (13.0.84) addressable bundler (>= 1.10) - chef-config (= 13.0.83) + chef-config (= 13.0.84) 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.83-universal-mingw32) + chef (13.0.84-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.0.83) + chef-config (= 13.0.84) 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.83) + chef-config (13.0.84) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -13.0.83
\ No newline at end of file +13.0.84
\ 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 3118927db2..dc0a8ce460 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.83" + VERSION = "13.0.84" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index c065920d20..42de24ba53 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.83" + VERSION = "13.0.84" end # |