diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-08-03 00:57:20 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-08-03 00:57:20 +0000 |
commit | 1f6037c2320120a465e8fc977675f0a0e4ad6ddd (patch) | |
tree | b4c0bee09cd43c58b7715cbe713c3aeba6372eed | |
parent | 115c02082df0d7db723258393823e353ca517132 (diff) | |
download | ohai-1f6037c2320120a465e8fc977675f0a0e4ad6ddd.tar.gz |
Bump version to 15.2.4 by Chef Expeditorv15.2.4
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 1468fca1..cbb24f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 15.2.3 --> -## [15.2.3](https://github.com/chef/ohai/tree/15.2.3) (2019-08-02) +<!-- latest_release 15.2.4 --> +## [v15.2.4](https://github.com/chef/ohai/tree/v15.2.4) (2019-08-03) #### Merged Pull Requests -- Use virtualization plugin to detect if we're on openstack on Windows. [#1391](https://github.com/chef/ohai/pull/1391) ([jjustice6](https://github.com/jjustice6)) +- Simplify the Openstack plugin by not polling DMI data [#1394](https://github.com/chef/ohai/pull/1394) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=15.1.5 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Simplify the Openstack plugin by not polling DMI data [#1394](https://github.com/chef/ohai/pull/1394) ([tas50](https://github.com/tas50)) <!-- 15.2.4 --> - Use virtualization plugin to detect if we're on openstack on Windows. [#1391](https://github.com/chef/ohai/pull/1391) ([jjustice6](https://github.com/jjustice6)) <!-- 15.2.3 --> - Display elapsed real time instead of total cpu time [#1392](https://github.com/chef/ohai/pull/1392) ([teknofire](https://github.com/teknofire)) <!-- 15.2.2 --> - Translating platform "archarm" to "arch" [#1388](https://github.com/chef/ohai/pull/1388) ([BackSlasher](https://github.com/BackSlasher)) <!-- 15.2.1 --> @@ -1 +1 @@ -15.2.3
\ No newline at end of file +15.2.4
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index d7f4ce8e..2cca4026 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 = "15.2.3".freeze + VERSION = "15.2.4".freeze end |