summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-09 21:23:15 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-09 21:23:15 +0000
commitb16a591af0390d03f5450f67034df3c2aa9d1376 (patch)
tree388e2cfd0418f68a14dc50736a0fa047db9d5717
parent481368e08b8c0d4058c890aaead584a726f0c441 (diff)
downloadohai-b16a591af0390d03f5450f67034df3c2aa9d1376.tar.gz
Bump version to 17.8.0 by Chef Expeditorv17.8.0
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 aa6c8fe4..13dcb42c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.7.14 -->
-## [v17.7.14](https://github.com/chef/ohai/tree/v17.7.14) (2021-12-07)
+<!-- latest_release 17.8.0 -->
+## [v17.8.0](https://github.com/chef/ohai/tree/v17.8.0) (2021-12-09)
#### Merged Pull Requests
-- log plugin exception at warn level [#1668](https://github.com/chef/ohai/pull/1668) ([andyjdavis](https://github.com/andyjdavis))
+- Add support for VMware detection on Windows and details [#1720](https://github.com/chef/ohai/pull/1720) ([tecracer-theinen](https://github.com/tecracer-theinen))
<!-- latest_release -->
<!-- release_rollup since=17.7.12 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add support for VMware detection on Windows and details [#1720](https://github.com/chef/ohai/pull/1720) ([tecracer-theinen](https://github.com/tecracer-theinen)) <!-- 17.8.0 -->
- log plugin exception at warn level [#1668](https://github.com/chef/ohai/pull/1668) ([andyjdavis](https://github.com/andyjdavis)) <!-- 17.7.14 -->
- Fix parsing bug in the rpm plugin [#1719](https://github.com/chef/ohai/pull/1719) ([davide125](https://github.com/davide125)) <!-- 17.7.13 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 84ac7dbb..4e133747 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.7.14 \ No newline at end of file
+17.8.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 8548b14f..ea0a6a4a 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "17.7.14"
+ VERSION = "17.8.0"
end