diff options
-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 42656c1a..de636b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 16.7.8 --> -## [v16.7.8](https://github.com/chef/ohai/tree/v16.7.8) (2020-10-30) +<!-- latest_release 16.7.9 --> +## [v16.7.9](https://github.com/chef/ohai/tree/v16.7.9) (2020-10-30) #### Merged Pull Requests -- Properly detect NVME/XVD devices in ZFS zpools [#1549](https://github.com/chef/ohai/pull/1549) ([tas50](https://github.com/tas50)) +- Freeze the strings we're not later modifying [#1551](https://github.com/chef/ohai/pull/1551) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.6.5 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Freeze the strings we're not later modifying [#1551](https://github.com/chef/ohai/pull/1551) ([tas50](https://github.com/tas50)) <!-- 16.7.9 --> - 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 --> @@ -1 +1 @@ -16.7.8
\ No newline at end of file +16.7.9
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 4c57dc15..a5f4e460 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "16.7.8" + VERSION = "16.7.9" end |