summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-30 20:25:09 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-30 20:25:09 +0000
commite5ecdfd02cf2a21ef49a16a3551250ad05e922d4 (patch)
treed707f29b59e4e609d24f72cfe90a59bcefb9db56
parent9be221cfe5e43860d2e4cba1e8e20b3a3208cfb2 (diff)
downloadohai-16.7.6.tar.gz
Bump version to 16.7.6 by Chef Expeditorv16.7.6
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 926c99a6..0224ee5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.5 -->
-## [v16.7.5](https://github.com/chef/ohai/tree/v16.7.5) (2020-10-30)
+<!-- latest_release 16.7.6 -->
+## [v16.7.6](https://github.com/chef/ohai/tree/v16.7.6) (2020-10-30)
#### Merged Pull Requests
-- Simplify regexes by removing extra character classes [#1548](https://github.com/chef/ohai/pull/1548) ([tas50](https://github.com/tas50))
+- Gather zpool disks even if zpools uses disk labels/guids [#1547](https://github.com/chef/ohai/pull/1547) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### 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)) <!-- 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 -->
- Remove detection of EOL NexentaCore [#1544](https://github.com/chef/ohai/pull/1544) ([tas50](https://github.com/tas50)) <!-- 16.7.3 -->
diff --git a/VERSION b/VERSION
index fec9b025..5f940b37 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.5 \ No newline at end of file
+16.7.6 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 68948de4..37bdd108 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.5".freeze
+ VERSION = "16.7.6".freeze
end