summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-29 23:12:22 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-29 23:12:22 +0000
commit276dc410f5125e9b30e5fcf13e8fbacf5342ea9f (patch)
tree2284bfa8b3283b0b1d56bd0a91cb4d5cf0f9a961
parent909fcac15b3d42f251eaa0be80cb055e2ee95fef (diff)
downloadohai-276dc410f5125e9b30e5fcf13e8fbacf5342ea9f.tar.gz
Bump version to 16.0.3 by Chef Expeditorv16.0.3
Obvious fix; these changes are the result of automation not creative thinking.
-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 c00f7efd..bd2bcbde 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.0.2 -->
-## [v16.0.2](https://github.com/chef/ohai/tree/v16.0.2) (2020-01-20)
+<!-- latest_release 16.0.3 -->
+## [v16.0.3](https://github.com/chef/ohai/tree/v16.0.3) (2020-01-29)
#### Merged Pull Requests
-- Use is_a? to check the class in the DMI plugin [#1423](https://github.com/chef/ohai/pull/1423) ([tas50](https://github.com/tas50))
+- fix [#1406]: ensure optional_plugins to be array of symbols [#1408](https://github.com/chef/ohai/pull/1408) ([salzig](https://github.com/salzig))
<!-- latest_release -->
<!-- release_rollup since=15.7.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- fix [#1406]: ensure optional_plugins to be array of symbols [#1408](https://github.com/chef/ohai/pull/1408) ([salzig](https://github.com/salzig)) <!-- 16.0.3 -->
- Use is_a? to check the class in the DMI plugin [#1423](https://github.com/chef/ohai/pull/1423) ([tas50](https://github.com/tas50)) <!-- 16.0.2 -->
- Allow chef-config 16 [#1422](https://github.com/chef/ohai/pull/1422) ([tas50](https://github.com/tas50)) <!-- 16.0.1 -->
- Bump to version 16.0.0 [#1420](https://github.com/chef/ohai/pull/1420) ([tas50](https://github.com/tas50)) <!-- 16.0.0 -->
diff --git a/VERSION b/VERSION
index 7dc3d91f..6a3f35fe 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.0.2 \ No newline at end of file
+16.0.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e9868bce..6fa21417 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 = "16.0.2".freeze
+ VERSION = "16.0.3".freeze
end