summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-29 04:57:14 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-29 04:57:14 +0000
commitd7afbc38fafe295c8c8fb45b197d226070eb71b8 (patch)
tree35665054dcd8d52ac4115890ce722e630c6cf654
parentd5a27c49bfacfb6fcd1611059574132239b4d77b (diff)
downloadohai-d7afbc38fafe295c8c8fb45b197d226070eb71b8.tar.gz
Bump version to 16.7.3 by Chef Expeditorv16.7.3
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 d6f2f077..a16e4526 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.2 -->
-## [v16.7.2](https://github.com/chef/ohai/tree/v16.7.2) (2020-10-29)
+<!-- latest_release 16.7.3 -->
+## [v16.7.3](https://github.com/chef/ohai/tree/v16.7.3) (2020-10-29)
#### Merged Pull Requests
-- Add unit testing for omnios platform detection [#1543](https://github.com/chef/ohai/pull/1543) ([tas50](https://github.com/tas50))
+- Remove detection of EOL NexentaCore [#1544](https://github.com/chef/ohai/pull/1544) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Remove detection of EOL NexentaCore [#1544](https://github.com/chef/ohai/pull/1544) ([tas50](https://github.com/tas50)) <!-- 16.7.3 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 376727f8..44593531 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.2 \ No newline at end of file
+16.7.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d6250c74..76218fae 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.2".freeze
+ VERSION = "16.7.3".freeze
end