diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-04 15:16:34 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-04 15:16:34 +0000 |
commit | e1c5a1c38bd044e2a94e6e9de013a3ea6277793a (patch) | |
tree | 365c0dd31c4a59c290603dba30f48ba35108ec80 | |
parent | 01cdee81066b84e45ef6d5fd3ca4cbc3d90f0eef (diff) | |
download | ohai-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.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
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 --> @@ -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 |