diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-10 18:47:36 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-10 18:47:36 +0000 |
commit | 30066e26ea712c4170d3dbca948af6b9a3cdc3b3 (patch) | |
tree | d42b2da7c17d95aa2d6d300e23d50d65565f1386 | |
parent | b4bb7f239549b0499050c79f34d28894a6ef0bc5 (diff) | |
download | ohai-14.6.0.tar.gz |
Bump version to 14.6.0 by Chef Expeditorv14.6.0
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 10f71d91..357b3bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 14.5.10 --> -## [v14.5.10](https://github.com/chef/ohai/tree/v14.5.10) (2018-10-10) +<!-- latest_release 14.6.0 --> +## [v14.6.0](https://github.com/chef/ohai/tree/v14.6.0) (2018-10-10) #### Merged Pull Requests -- Trim out bogus data in system_profile plugin [#1263](https://github.com/chef/ohai/pull/1263) ([tas50](https://github.com/tas50)) +- [filesystem] Convert rest of unix to fs2 [#1266](https://github.com/chef/ohai/pull/1266) ([jaymzh](https://github.com/jaymzh)) <!-- latest_release --> <!-- release_rollup since=14.5.4 --> ### Changes since 14.5.4 release #### Merged Pull Requests +- [filesystem] Convert rest of unix to fs2 [#1266](https://github.com/chef/ohai/pull/1266) ([jaymzh](https://github.com/jaymzh)) <!-- 14.6.0 --> - Trim out bogus data in system_profile plugin [#1263](https://github.com/chef/ohai/pull/1263) ([tas50](https://github.com/tas50)) <!-- 14.5.10 --> - Unify the cpu plugin [#1262](https://github.com/chef/ohai/pull/1262) ([jaymzh](https://github.com/jaymzh)) <!-- 14.5.9 --> - Unify the OS plugins [#1261](https://github.com/chef/ohai/pull/1261) ([jaymzh](https://github.com/jaymzh)) <!-- 14.5.8 --> @@ -1 +1 @@ -14.5.10
\ No newline at end of file +14.6.0
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index e9184e7e..db54032b 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.10".freeze + VERSION = "14.6.0".freeze end |