summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-07 20:54:12 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-07 20:54:12 +0000
commita2c2f9658402406dcbfb8e205dc6086ad38cb0d6 (patch)
treef83ba9f3228215ac42425ec179f77cbe1d579127
parent6fb2ea374e524db17b75e41740b790403eea1770 (diff)
downloadohai-a2c2f9658402406dcbfb8e205dc6086ad38cb0d6.tar.gz
Bump version to 17.7.14 by Chef Expeditorv17.7.14
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 6b03ad49..aa6c8fe4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.7.13 -->
-## [v17.7.13](https://github.com/chef/ohai/tree/v17.7.13) (2021-12-06)
+<!-- latest_release 17.7.14 -->
+## [v17.7.14](https://github.com/chef/ohai/tree/v17.7.14) (2021-12-07)
#### Merged Pull Requests
-- Fix parsing bug in the rpm plugin [#1719](https://github.com/chef/ohai/pull/1719) ([davide125](https://github.com/davide125))
+- log plugin exception at warn level [#1668](https://github.com/chef/ohai/pull/1668) ([andyjdavis](https://github.com/andyjdavis))
<!-- latest_release -->
<!-- release_rollup since=17.7.12 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 6c59226c..84ac7dbb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.7.13 \ No newline at end of file
+17.7.14 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 37b87f85..8548b14f 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.13"
+ VERSION = "17.7.14"
end