summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-10 19:14:02 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-10 19:14:05 +0000
commit2e50375e551a681753ded1110a8c7844df032eb9 (patch)
tree9d596e0a018e609a29554aeb620def476378e066
parentee0c046feaa6f686391cada52de13d34c1d57636 (diff)
downloadohai-2e50375e551a681753ded1110a8c7844df032eb9.tar.gz
Bump version to 16.4.7 by Chef Expeditorv16.4.7
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 ebbf0a8a..1f9e82e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.4.6 -->
-## [v16.4.6](https://github.com/chef/ohai/tree/v16.4.6) (2020-08-10)
+<!-- latest_release 16.4.7 -->
+## [v16.4.7](https://github.com/chef/ohai/tree/v16.4.7) (2020-08-10)
#### Merged Pull Requests
-- Remove unused systemu dependency [#1490](https://github.com/chef/ohai/pull/1490) ([tas50](https://github.com/tas50))
+- Remove non-Ohai requires from specs to prevent false positives [#1494](https://github.com/chef/ohai/pull/1494) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.3.2 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Remove non-Ohai requires from specs to prevent false positives [#1494](https://github.com/chef/ohai/pull/1494) ([tas50](https://github.com/tas50)) <!-- 16.4.7 -->
- Remove unused systemu dependency [#1490](https://github.com/chef/ohai/pull/1490) ([tas50](https://github.com/tas50)) <!-- 16.4.6 -->
- Minor memory optimizations [#1491](https://github.com/chef/ohai/pull/1491) ([tas50](https://github.com/tas50)) <!-- 16.4.5 -->
- Simplify FIPS plugin and use system fips status [#1489](https://github.com/chef/ohai/pull/1489) ([tas50](https://github.com/tas50)) <!-- 16.4.4 -->
diff --git a/VERSION b/VERSION
index d8482c38..e99c2151 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.6 \ No newline at end of file
+16.4.7 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 9511aa96..6047dd40 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.4.6".freeze
+ VERSION = "16.4.7".freeze
end