summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-10 19:15:00 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-10 19:15:00 +0000
commitb8173c1103eeb76d7de1a7871d649c395820c5c5 (patch)
treebacfe8908526ed5b16214268b1c4a55de24c6e73
parent2e50375e551a681753ded1110a8c7844df032eb9 (diff)
downloadohai-b8173c1103eeb76d7de1a7871d649c395820c5c5.tar.gz
Bump version to 16.4.8 by Chef Expeditorv16.4.8
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 1f9e82e4..2f2b69d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.4.7 -->
-## [v16.4.7](https://github.com/chef/ohai/tree/v16.4.7) (2020-08-10)
+<!-- latest_release 16.4.8 -->
+## [v16.4.8](https://github.com/chef/ohai/tree/v16.4.8) (2020-08-10)
#### 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))
+- Update network plugin to use ipaddr not ipaddress gem [#1493](https://github.com/chef/ohai/pull/1493) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.3.2 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update network plugin to use ipaddr not ipaddress gem [#1493](https://github.com/chef/ohai/pull/1493) ([tas50](https://github.com/tas50)) <!-- 16.4.8 -->
- 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 -->
diff --git a/VERSION b/VERSION
index e99c2151..838af85e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.7 \ No newline at end of file
+16.4.8 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 6047dd40..7577b11e 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.7".freeze
+ VERSION = "16.4.8".freeze
end