summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-04 15:16:34 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-04 15:16:34 +0000
commite1c5a1c38bd044e2a94e6e9de013a3ea6277793a (patch)
tree365c0dd31c4a59c290603dba30f48ba35108ec80
parent01cdee81066b84e45ef6d5fd3ca4cbc3d90f0eef (diff)
downloadohai-e1c5a1c38bd044e2a94e6e9de013a3ea6277793a.tar.gz
Bump version to 14.5.8 by Chef Expeditorv14.5.8
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 ab2f2b9b..60b25116 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.5.7 -->
-## [v14.5.7](https://github.com/chef/ohai/tree/v14.5.7) (2018-10-03)
+<!-- latest_release 14.5.8 -->
+## [v14.5.8](https://github.com/chef/ohai/tree/v14.5.8) (2018-10-04)
#### Merged Pull Requests
-- Add more yard comments [#1256](https://github.com/chef/ohai/pull/1256) ([tas50](https://github.com/tas50))
+- Unify the OS plugins [#1261](https://github.com/chef/ohai/pull/1261) ([jaymzh](https://github.com/jaymzh))
<!-- latest_release -->
<!-- release_rollup since=14.5.4 -->
### Changes since 14.5.4 release
#### Merged Pull Requests
+- Unify the OS plugins [#1261](https://github.com/chef/ohai/pull/1261) ([jaymzh](https://github.com/jaymzh)) <!-- 14.5.8 -->
- Add more yard comments [#1256](https://github.com/chef/ohai/pull/1256) ([tas50](https://github.com/tas50)) <!-- 14.5.7 -->
- Avoid gathering all data with sysctl which seems to hang [#1259](https://github.com/chef/ohai/pull/1259) ([tas50](https://github.com/tas50)) <!-- 14.5.6 -->
- Review and copyediting of RELEASE_NOTES [#1255](https://github.com/chef/ohai/pull/1255) ([mjingle](https://github.com/mjingle)) <!-- 14.5.5 -->
diff --git a/VERSION b/VERSION
index 1f517327..52016465 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.5.7 \ No newline at end of file
+14.5.8 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 2b24a6ca..82c87a3d 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.5.7".freeze
+ VERSION = "14.5.8".freeze
end