summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 13dcb42c..1c7be469 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.8.0 -->
-## [v17.8.0](https://github.com/chef/ohai/tree/v17.8.0) (2021-12-09)
+<!-- latest_release 17.9.0 -->
+## [v17.9.0](https://github.com/chef/ohai/tree/v17.9.0) (2021-12-10)
#### 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))
+- Fix the exception handling in the chef plugin [#1721](https://github.com/chef/ohai/pull/1721) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=17.7.12 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fix the exception handling in the chef plugin [#1721](https://github.com/chef/ohai/pull/1721) ([tas50](https://github.com/tas50)) <!-- 17.9.0 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 4e133747..b745bcd2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.8.0 \ No newline at end of file
+17.9.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index ea0a6a4a..583f586e 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.8.0"
+ VERSION = "17.9.0"
end