summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-30 23:50:23 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-30 23:50:23 +0000
commit7557513c626fb4f2372a09074e1411b5fc8de64f (patch)
treea72331f3d6a617594b2a055a37d6138f36706a7d
parent0053b68ff094c8a8974fa2fcd5e96b47b9f62d89 (diff)
downloadohai-7557513c626fb4f2372a09074e1411b5fc8de64f.tar.gz
Bump version to 16.7.9 by Chef Expeditorv16.7.9
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 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&#39;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&#39;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 -->
diff --git a/VERSION b/VERSION
index ae6b01d4..fcd59bb2 100644
--- a/VERSION
+++ b/VERSION
@@ -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