summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-28 09:08:37 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-28 09:08:37 +0000
commit7dda775427133867ceb455ccd06fe6fb0373212a (patch)
tree09dbad6508e8727bb1c1f42f8a9b95203ea6f3f0
parentc82ffd2c3e3a6105020dbc948768d414fb87f238 (diff)
downloadohai-7dda775427133867ceb455ccd06fe6fb0373212a.tar.gz
Bump version to 14.0.16 by Expeditorv14.0.16
-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 7e179bc4..52ac9a63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.15 -->
-## [v14.0.15](https://github.com/chef/ohai/tree/v14.0.15) (2018-02-27)
+<!-- latest_release 14.0.16 -->
+## [v14.0.16](https://github.com/chef/ohai/tree/v14.0.16) (2018-02-28)
#### Merged Pull Requests
-- Add scaleway plugin [#1124](https://github.com/chef/ohai/pull/1124) ([josqu4red](https://github.com/josqu4red))
+- Update root_group plugin to use the collect_data helper [#1144](https://github.com/chef/ohai/pull/1144) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.7.1 -->
### Changes since 13.7.1 release
#### 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)) <!-- 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 -->
- Support optional plugins [#1136](https://github.com/chef/ohai/pull/1136) ([thommay](https://github.com/thommay)) <!-- 14.0.13 -->
diff --git a/VERSION b/VERSION
index 400dc384..1b8df774 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.15 \ No newline at end of file
+14.0.16 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 17fff84b..8adc3532 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.15"
+ VERSION = "14.0.16"
end