summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-30 00:32:01 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-30 00:32:01 +0000
commitcff06feb1e7267aeb517cc1070a4aa30e9357e67 (patch)
tree9fd326bd3a0a8a11a454ebc2b75d6cb9e77b44d6
parentd45bb7fc7e406f2690521d7654bf4fc3824428c0 (diff)
downloadohai-cff06feb1e7267aeb517cc1070a4aa30e9357e67.tar.gz
Bump version to 16.0.4 by Chef Expeditorv16.0.4
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 bd2bcbde..3ab993de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.0.3 -->
-## [v16.0.3](https://github.com/chef/ohai/tree/v16.0.3) (2020-01-29)
+<!-- latest_release 16.0.4 -->
+## [v16.0.4](https://github.com/chef/ohai/tree/v16.0.4) (2020-01-30)
#### 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))
+- Replace filesystem with filesystem2 on aix/solaris/bsd [#1426](https://github.com/chef/ohai/pull/1426) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.7.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Replace filesystem with filesystem2 on aix/solaris/bsd [#1426](https://github.com/chef/ohai/pull/1426) ([tas50](https://github.com/tas50)) <!-- 16.0.4 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 6a3f35fe..42f48a76 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.0.3 \ No newline at end of file
+16.0.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 6fa21417..f4fbecd1 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.3".freeze
+ VERSION = "16.0.4".freeze
end