summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-29 16:19:41 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-29 16:19:41 +0000
commit7b700df35ec1d884ac6507016bf2319d70dffa36 (patch)
treeb9b213b471f76a53ef9c1534a22d01f018adb171
parent033de4fba12bc74183ddeaa81bfeb2e70bd9ae42 (diff)
downloadohai-7b700df35ec1d884ac6507016bf2319d70dffa36.tar.gz
Bump version to 16.7.4 by Chef Expeditorv16.7.4
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 a16e4526..0a34ed2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.3 -->
-## [v16.7.3](https://github.com/chef/ohai/tree/v16.7.3) (2020-10-29)
+<!-- latest_release 16.7.4 -->
+## [v16.7.4](https://github.com/chef/ohai/tree/v16.7.4) (2020-10-29)
#### Merged Pull Requests
-- Remove detection of EOL NexentaCore [#1544](https://github.com/chef/ohai/pull/1544) ([tas50](https://github.com/tas50))
+- Properly detect OpenIndiana and its version numbers [#1545](https://github.com/chef/ohai/pull/1545) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 44593531..2539d1f6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.3 \ No newline at end of file
+16.7.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 76218fae..a2e6cca4 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.3".freeze
+ VERSION = "16.7.4".freeze
end