summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-28 09:13:10 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-28 09:13:10 +0000
commit8f699a2404e135165a93f8bc171ea74c51fe9524 (patch)
tree94df9004457b14d5de4a119c244cbd868e38b97f
parent32feaa2790cf7496cd36fd59ed770d403703f04a (diff)
downloadohai-8f699a2404e135165a93f8bc171ea74c51fe9524.tar.gz
Bump version to 14.0.17 by Expeditorv14.0.17
-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 52ac9a63..2d8dd08d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.16 -->
-## [v14.0.16](https://github.com/chef/ohai/tree/v14.0.16) (2018-02-28)
+<!-- latest_release 14.0.17 -->
+## [v14.0.17](https://github.com/chef/ohai/tree/v14.0.17) (2018-02-28)
#### Merged Pull Requests
-- Update root_group plugin to use the collect_data helper [#1144](https://github.com/chef/ohai/pull/1144) ([tas50](https://github.com/tas50))
+- Add additional information to the kernel plugin on Windows [#1142](https://github.com/chef/ohai/pull/1142) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.7.1 -->
### Changes since 13.7.1 release
#### Merged Pull Requests
+- Add additional information to the kernel plugin on Windows [#1142](https://github.com/chef/ohai/pull/1142) ([tas50](https://github.com/tas50)) <!-- 14.0.17 -->
- Update root_group plugin to use the collect_data helper [#1144](https://github.com/chef/ohai/pull/1144) ([tas50](https://github.com/tas50)) <!-- 14.0.16 -->
- Add scaleway plugin [#1124](https://github.com/chef/ohai/pull/1124) ([josqu4red](https://github.com/josqu4red)) <!-- 14.0.15 -->
- Simplify &amp; optimize the kernel plugin [#1139](https://github.com/chef/ohai/pull/1139) ([tas50](https://github.com/tas50)) <!-- 14.0.14 -->
diff --git a/VERSION b/VERSION
index 1b8df774..64cef64f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.16 \ No newline at end of file
+14.0.17 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 8adc3532..553e99c0 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.16"
+ VERSION = "14.0.17"
end