diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-21 22:01:29 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-21 22:01:29 +0000 |
commit | d883c948da28aeeb852c728c9627403ec90524c2 (patch) | |
tree | 3f628f8b12a9b5c0d3669a10e65def13ffacfae7 | |
parent | 707803a94718da5113ef70977a14da558c17f480 (diff) | |
download | ohai-d883c948da28aeeb852c728c9627403ec90524c2.tar.gz |
Bump version to 15.9.1 by Chef Expeditorv15.9.1
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 40572636..6021cc9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 15.9.0 --> -## [v15.9.0](https://github.com/chef/ohai/tree/v15.9.0) (2020-04-21) +<!-- latest_release 15.9.1 --> +## [v15.9.1](https://github.com/chef/ohai/tree/v15.9.1) (2020-04-21) #### Merged Pull Requests -- Make shard plugin more resilient and throw better errors [#1452](https://github.com/chef/ohai/pull/1452) ([tas50](https://github.com/tas50)) +- Use correct DMI attribute name for product name to fix Openstack detection [#1453](https://github.com/chef/ohai/pull/1453) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=15.8.0 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Use correct DMI attribute name for product name to fix Openstack detection [#1453](https://github.com/chef/ohai/pull/1453) ([tas50](https://github.com/tas50)) <!-- 15.9.1 --> - Make shard plugin more resilient and throw better errors [#1452](https://github.com/chef/ohai/pull/1452) ([tas50](https://github.com/tas50)) <!-- 15.9.0 --> <!-- release_rollup --> @@ -1 +1 @@ -15.9.0
\ No newline at end of file +15.9.1
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index c3b00854..d7f28855 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.9.0".freeze + VERSION = "15.9.1".freeze end |