summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-08 17:31:42 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-08 17:31:42 +0000
commitde61ec5009ee7a558e5d59d39bf5cbffc4ff0c5c (patch)
tree36568655c1c07e5ba7649064faaa456a2023a75b
parentb38adf04013a661da07de40a5fe91c77bc0504f2 (diff)
downloadohai-de61ec5009ee7a558e5d59d39bf5cbffc4ff0c5c.tar.gz
Bump version to 14.3.7 by Chef Expeditorv14.3.7
-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 0f3a8813..343fbcb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.3.6 -->
-## [v14.3.6](https://github.com/chef/ohai/tree/v14.3.6) (2018-08-08)
+<!-- latest_release 14.3.7 -->
+## [v14.3.7](https://github.com/chef/ohai/tree/v14.3.7) (2018-08-08)
#### Merged Pull Requests
-- Make the default shell_out timeout of 30 seconds configurable [#1227](https://github.com/chef/ohai/pull/1227) ([WheresAlice](https://github.com/WheresAlice))
+- Resolve Expeditor config warnings [#1229](https://github.com/chef/ohai/pull/1229) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.3.0 -->
### Changes since 14.3.0 release
#### Merged Pull Requests
+- Resolve Expeditor config warnings [#1229](https://github.com/chef/ohai/pull/1229) ([tas50](https://github.com/tas50)) <!-- 14.3.7 -->
- Make the default shell_out timeout of 30 seconds configurable [#1227](https://github.com/chef/ohai/pull/1227) ([WheresAlice](https://github.com/WheresAlice)) <!-- 14.3.6 -->
- Add support for passing multiple plugin directories on CLI/client.rb [#1221](https://github.com/chef/ohai/pull/1221) ([tas50](https://github.com/tas50)) <!-- 14.3.5 -->
- Update Expeditor to clean branches / bump minors [#1223](https://github.com/chef/ohai/pull/1223) ([tas50](https://github.com/tas50)) <!-- 14.3.4 -->
diff --git a/VERSION b/VERSION
index 3f4ccdda..9216c240 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.6 \ No newline at end of file
+14.3.7 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index f4f8830a..de13a9e9 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "14.3.6".freeze
+ VERSION = "14.3.7".freeze
end