diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-30 19:47:18 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-30 19:47:18 +0000 |
commit | 6a5391298d6fa2f2c2e8fa9a09c31f33a1497ae0 (patch) | |
tree | 2aea1dc9a1aaadc52fbc76818634c21a92aa7043 | |
parent | 4f85fc910d85f70654641ac55f19f9373e4a306d (diff) | |
download | ohai-6a5391298d6fa2f2c2e8fa9a09c31f33a1497ae0.tar.gz |
Bump version to 16.2.3 by Chef Expeditorv16.2.3
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f48904d8..3bd8feca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 16.2.2 --> -## [v16.2.2](https://github.com/chef/ohai/tree/v16.2.2) (2020-06-30) +<!-- latest_release 16.2.3 --> +## [v16.2.3](https://github.com/chef/ohai/tree/v16.2.3) (2020-06-30) #### Merged Pull Requests -- Fix docker detection in ohai virtualization [#1476](https://github.com/chef/ohai/pull/1476) ([jaymzh](https://github.com/jaymzh)) +- Linux network plugin: Handle IPv6 next hops for IPv4 routes [#1475](https://github.com/chef/ohai/pull/1475) ([cooperlees](https://github.com/cooperlees)) <!-- latest_release --> <!-- release_rollup since=16.2.1 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Linux network plugin: Handle IPv6 next hops for IPv4 routes [#1475](https://github.com/chef/ohai/pull/1475) ([cooperlees](https://github.com/cooperlees)) <!-- 16.2.3 --> - Fix docker detection in ohai virtualization [#1476](https://github.com/chef/ohai/pull/1476) ([jaymzh](https://github.com/jaymzh)) <!-- 16.2.2 --> <!-- release_rollup --> @@ -1 +1 @@ -16.2.2
\ No newline at end of file +16.2.3
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 28584637..bb67f77c 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.2.2".freeze + VERSION = "16.2.3".freeze end |