summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-30 22:48:48 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-30 22:48:48 +0000
commit3aa7e4984a5254d3ccdb8782f777a6824f2782d9 (patch)
tree53e54d1f1ab540d1b8173769eebb6b4878aa0100
parent59ba43f0500c7c83de62293df1ae95e75873b52c (diff)
downloadohai-3aa7e4984a5254d3ccdb8782f777a6824f2782d9.tar.gz
Bump version to 16.7.7 by Chef Expeditorv16.7.7
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 0224ee5e..04bc0003 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.6 -->
-## [v16.7.6](https://github.com/chef/ohai/tree/v16.7.6) (2020-10-30)
+<!-- latest_release 16.7.7 -->
+## [v16.7.7](https://github.com/chef/ohai/tree/v16.7.7) (2020-10-30)
#### Merged Pull Requests
-- Gather zpool disks even if zpools uses disk labels/guids [#1547](https://github.com/chef/ohai/pull/1547) ([tas50](https://github.com/tas50))
+- Split on strings intead of regex for 3x speedup [#1550](https://github.com/chef/ohai/pull/1550) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### 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)) <!-- 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 -->
- Properly detect OpenIndiana and its version numbers [#1545](https://github.com/chef/ohai/pull/1545) ([tas50](https://github.com/tas50)) <!-- 16.7.4 -->
diff --git a/VERSION b/VERSION
index 5f940b37..86f06cb3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.6 \ No newline at end of file
+16.7.7 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 37bdd108..e82f683a 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.6".freeze
+ VERSION = "16.7.7".freeze
end