diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-03 22:41:04 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-03 22:41:04 +0000 |
commit | f780b3661c288b1e75e8ae76e9931e2145ffd756 (patch) | |
tree | 5f065f6ffef92584f3cba764d84542a0c9025f09 | |
parent | 8c5dfde3ddf04593bbe43b758a0649f814d9dfb3 (diff) | |
download | chef-f780b3661c288b1e75e8ae76e9931e2145ffd756.tar.gz |
Bump version of chef to 13.0.90 by Chef Versioner.v13.0.90
-rw-r--r-- | CHANGELOG.md | 18 | ||||
-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, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eed6ba34ba..17b7848c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +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.88](https://github.com/chef/chef/tree/v13.0.88) (2017-04-03) -[Full Changelog](https://github.com/chef/chef/compare/v13.0.88...v13.0.88) - -**Merged pull requests:** - -- Chef-13 knife search exit 1 when no results [\#5994](https://github.com/chef/chef/pull/5994) ([lamont-granquist](https://github.com/lamont-granquist)) -- Chef-13: coerce package options property to an Array [\#5991](https://github.com/chef/chef/pull/5991) ([lamont-granquist](https://github.com/lamont-granquist)) -- Chef-13: turn on zypper gpg checks by default [\#5990](https://github.com/chef/chef/pull/5990) ([lamont-granquist](https://github.com/lamont-granquist)) -- Chef-13: remove deprecated knife subcommand APIs [\#5989](https://github.com/chef/chef/pull/5989) ([lamont-granquist](https://github.com/lamont-granquist)) - -## [v13.0.88](https://github.com/chef/chef/tree/v13.0.88) (2017-04-03) -[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.88) +## [v13.0.89](https://github.com/chef/chef/tree/v13.0.89) (2017-04-03) +[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.89) **Closed issues:** @@ -20,7 +10,11 @@ This changelog reflects the current state of chef's master branch on github and **Merged pull requests:** +- Chef-13 knife search exit 1 when no results [\#5994](https://github.com/chef/chef/pull/5994) ([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)) +- Chef-13: coerce package options property to an Array [\#5991](https://github.com/chef/chef/pull/5991) ([lamont-granquist](https://github.com/lamont-granquist)) +- Chef-13: turn on zypper gpg checks by default [\#5990](https://github.com/chef/chef/pull/5990) ([lamont-granquist](https://github.com/lamont-granquist)) +- Chef-13: remove deprecated knife subcommand APIs [\#5989](https://github.com/chef/chef/pull/5989) ([lamont-granquist](https://github.com/lamont-granquist)) - 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)) diff --git a/Gemfile.lock b/Gemfile.lock index 24b63e583a..4cc8805765 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,10 +113,10 @@ GIT PATH remote: . specs: - chef (13.0.89) + chef (13.0.90) addressable bundler (>= 1.10) - chef-config (= 13.0.89) + chef-config (= 13.0.90) 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.89-universal-mingw32) + chef (13.0.90-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.0.89) + chef-config (= 13.0.90) 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.89) + chef-config (13.0.90) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -13.0.89
\ No newline at end of file +13.0.90
\ 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 4d0d09fa74..ea25231074 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.89" + VERSION = "13.0.90" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 0d4ace5714..0028d47948 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.89" + VERSION = "13.0.90" end # |