summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-10 17:45:44 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-10 17:45:44 +0000
commit4451b242ba4988ba17f481d7ed1d1461951987dd (patch)
tree7cce46b18602dec22d463ae53040154c84bc4a45
parent17a920f65ac316178288318cc40aa308225c1cfe (diff)
downloadohai-4451b242ba4988ba17f481d7ed1d1461951987dd.tar.gz
Bump version to 16.4.6 by Chef Expeditorv16.4.6
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 9682202d..ebbf0a8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.4.5 -->
-## [v16.4.5](https://github.com/chef/ohai/tree/v16.4.5) (2020-08-10)
+<!-- latest_release 16.4.6 -->
+## [v16.4.6](https://github.com/chef/ohai/tree/v16.4.6) (2020-08-10)
#### Merged Pull Requests
-- Minor memory optimizations [#1491](https://github.com/chef/ohai/pull/1491) ([tas50](https://github.com/tas50))
+- Remove unused systemu dependency [#1490](https://github.com/chef/ohai/pull/1490) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.3.2 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Use match? instead of =~ when MatchData is not used [#1488](https://github.com/chef/ohai/pull/1488) ([tas50](https://github.com/tas50)) <!-- 16.4.3 -->
diff --git a/VERSION b/VERSION
index f2348c07..d8482c38 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.5 \ No newline at end of file
+16.4.6 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 65f05d85..9511aa96 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.5".freeze
+ VERSION = "16.4.6".freeze
end