diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-13 15:16:12 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-13 15:16:12 +0000 |
commit | 20f504b469115a5ece4ea53699f68b1e3cda36f0 (patch) | |
tree | 1301ca90963e30b1c8bdc5b7ab27f3788d47f758 | |
parent | e09b9b3d3a6602407ab2dff44333d1c0a8d25d17 (diff) | |
download | chef-20f504b469115a5ece4ea53699f68b1e3cda36f0.tar.gz |
Bump version to 14.0.198 by Expeditorv14.0.198
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-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, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c37360ff..b654da1408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 14.0.197 --> -## [v14.0.197](https://github.com/chef/chef/tree/v14.0.197) (2018-04-12) +<!-- latest_release 14.0.198 --> +## [v14.0.198](https://github.com/chef/chef/tree/v14.0.198) (2018-04-13) #### Merged Pull Requests -- Fix up knife logging [#7144](https://github.com/chef/chef/pull/7144) ([thommay](https://github.com/thommay)) +- Add support for route metric [#7140](https://github.com/chef/chef/pull/7140) ([tomdoherty](https://github.com/tomdoherty)) <!-- latest_release --> <!-- release_rollup since=14.0.190 --> ### Changes since 14.0.190 release #### Merged Pull Requests +- Add support for route metric [#7140](https://github.com/chef/chef/pull/7140) ([tomdoherty](https://github.com/tomdoherty)) <!-- 14.0.198 --> - Fix up knife logging [#7144](https://github.com/chef/chef/pull/7144) ([thommay](https://github.com/thommay)) <!-- 14.0.197 --> - fix for enable/disable repo ordering [#7148](https://github.com/chef/chef/pull/7148) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.196 --> - fix Chef-14 chef_fs/chef-zero perf regression [#7143](https://github.com/chef/chef/pull/7143) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.195 --> diff --git a/Gemfile.lock b/Gemfile.lock index 51d799f75a..ff0b754754 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,10 +15,10 @@ GIT PATH remote: . specs: - chef (14.0.197) + chef (14.0.198) addressable bundler (>= 1.10) - chef-config (= 14.0.197) + chef-config (= 14.0.198) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -45,10 +45,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (14.0.197-universal-mingw32) + chef (14.0.198-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.0.197) + chef-config (= 14.0.198) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -90,7 +90,7 @@ PATH PATH remote: chef-config specs: - chef-config (14.0.197) + chef-config (14.0.198) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -14.0.197
\ No newline at end of file +14.0.198
\ 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 97a0f10dd1..0567be9e7e 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 = "14.0.197" + VERSION = "14.0.198" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 0cadb7d9df..1d0e8d21de 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("14.0.197") + VERSION = Chef::VersionString.new("14.0.198") end # |