summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-26 19:55:38 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-26 19:55:38 +0000
commitd912c89946f9e550c1cd48bb7e10153b9fa94f6f (patch)
tree0dbc43cd165fca7d57454d15de895b23b481aafd
parent0e036eb5290d8e6fec92ea2e27420d730db04146 (diff)
downloadohai-d912c89946f9e550c1cd48bb7e10153b9fa94f6f.tar.gz
Bump version to 14.0.14 by Expeditorv14.0.14
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 088f432c..9757a4ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.13 -->
-## [v14.0.13](https://github.com/chef/ohai/tree/v14.0.13) (2018-02-23)
+<!-- latest_release 14.0.14 -->
+## [v14.0.14](https://github.com/chef/ohai/tree/v14.0.14) (2018-02-26)
#### Merged Pull Requests
-- Support optional plugins [#1136](https://github.com/chef/ohai/pull/1136) ([thommay](https://github.com/thommay))
+- Simplify &amp; optimize the kernel plugin [#1139](https://github.com/chef/ohai/pull/1139) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.7.1 -->
### Changes since 13.7.1 release
#### Merged Pull Requests
+- Simplify &amp; optimize the kernel plugin [#1139](https://github.com/chef/ohai/pull/1139) ([tas50](https://github.com/tas50)) <!-- 14.0.14 -->
- Support optional plugins [#1136](https://github.com/chef/ohai/pull/1136) ([thommay](https://github.com/thommay)) <!-- 14.0.13 -->
- fix critical plugin tests [#1135](https://github.com/chef/ohai/pull/1135) ([thommay](https://github.com/thommay)) <!-- 14.0.11 -->
- Docker host detection and information [#1125](https://github.com/chef/ohai/pull/1125) ([tas50](https://github.com/tas50)) <!-- 14.0.9 -->
diff --git a/VERSION b/VERSION
index 4526d8d9..ce078705 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.13 \ No newline at end of file
+14.0.14 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 5cf2a888..d387d762 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "14.0.13"
+ VERSION = "14.0.14"
end