diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-30 22:59:27 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-30 22:59:27 +0000 |
commit | 4e7cf7045714da141d2d35efe2b508ed7479c269 (patch) | |
tree | 58f08694506baaa7135c398f302003cf5f4dbef1 | |
parent | 964c39a9e0af3831869d85b46c6fd2719182e16e (diff) | |
download | ohai-4e7cf7045714da141d2d35efe2b508ed7479c269.tar.gz |
Bump version to 16.7.8 by Chef Expeditorv16.7.8
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 04bc0003..42656c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 16.7.7 --> -## [v16.7.7](https://github.com/chef/ohai/tree/v16.7.7) (2020-10-30) +<!-- latest_release 16.7.8 --> +## [v16.7.8](https://github.com/chef/ohai/tree/v16.7.8) (2020-10-30) #### Merged Pull Requests -- Split on strings intead of regex for 3x speedup [#1550](https://github.com/chef/ohai/pull/1550) ([tas50](https://github.com/tas50)) +- Properly detect NVME/XVD devices in ZFS zpools [#1549](https://github.com/chef/ohai/pull/1549) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.6.5 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Properly detect NVME/XVD devices in ZFS zpools [#1549](https://github.com/chef/ohai/pull/1549) ([tas50](https://github.com/tas50)) <!-- 16.7.8 --> - Split on strings intead of regex for 3x speedup [#1550](https://github.com/chef/ohai/pull/1550) ([tas50](https://github.com/tas50)) <!-- 16.7.7 --> - Gather zpool disks even if zpools uses disk labels/guids [#1547](https://github.com/chef/ohai/pull/1547) ([tas50](https://github.com/tas50)) <!-- 16.7.6 --> - Simplify regexes by removing extra character classes [#1548](https://github.com/chef/ohai/pull/1548) ([tas50](https://github.com/tas50)) <!-- 16.7.5 --> @@ -1 +1 @@ -16.7.7
\ No newline at end of file +16.7.8
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index e82f683a..2364b1ae 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "16.7.7".freeze + VERSION = "16.7.8".freeze end |