summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-29 04:41:10 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-29 04:41:10 +0000
commitd0772d5365c2d1908c7ee6228aa6cef39deb8678 (patch)
tree8fa7456ef5e189ead114f95757a580cda3e357e6
parent04d1726d95987988d33d919740ce806501c28268 (diff)
downloadohai-d0772d5365c2d1908c7ee6228aa6cef39deb8678.tar.gz
Bump version to 16.7.2 by Chef Expeditorv16.7.2
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 9014ee49..d6f2f077 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.1 -->
-## [v16.7.1](https://github.com/chef/ohai/tree/v16.7.1) (2020-10-29)
+<!-- latest_release 16.7.2 -->
+## [v16.7.2](https://github.com/chef/ohai/tree/v16.7.2) (2020-10-29)
#### Merged Pull Requests
-- Remove detection of opensolaris platform [#1542](https://github.com/chef/ohai/pull/1542) ([tas50](https://github.com/tas50))
+- Add unit testing for omnios platform detection [#1543](https://github.com/chef/ohai/pull/1543) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add unit testing for omnios platform detection [#1543](https://github.com/chef/ohai/pull/1543) ([tas50](https://github.com/tas50)) <!-- 16.7.2 -->
- Remove detection of opensolaris platform [#1542](https://github.com/chef/ohai/pull/1542) ([tas50](https://github.com/tas50)) <!-- 16.7.1 -->
- Remove the yard task for generating docs [#1536](https://github.com/chef/ohai/pull/1536) ([tas50](https://github.com/tas50)) <!-- 16.7.0 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 0e00cb3f..376727f8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.1 \ No newline at end of file
+16.7.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e44975cb..d6250c74 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.1".freeze
+ VERSION = "16.7.2".freeze
end