diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-26 20:25:18 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-26 20:25:18 +0000 |
commit | 5fe8b36c72edcbca2787ea537fa0835db84121f3 (patch) | |
tree | b4a97b9c6290fe7774effa8c4819a12a15bf2115 | |
parent | cc5172142d1ba8060a1e0c8997b01d15422e779e (diff) | |
download | ohai-5fe8b36c72edcbca2787ea537fa0835db84121f3.tar.gz |
Bump version to 15.0.9 by Chef Expeditorv15.0.9
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 18e0a659..8909d1a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 15.0.8 --> -## [v15.0.8](https://github.com/chef/ohai/tree/v15.0.8) (2018-11-26) +<!-- latest_release 15.0.9 --> +## [v15.0.9](https://github.com/chef/ohai/tree/v15.0.9) (2018-11-26) #### Merged Pull Requests -- Plugin to load hyper_v hostname from guest [#1303](https://github.com/chef/ohai/pull/1303) ([safematix](https://github.com/safematix)) +- Remove old spec files [#1301](https://github.com/chef/ohai/pull/1301) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=14.6.2 --> ### Changes since 14.6.2 release #### Merged Pull Requests +- Remove old spec files [#1301](https://github.com/chef/ohai/pull/1301) ([tas50](https://github.com/tas50)) <!-- 15.0.9 --> - Plugin to load hyper_v hostname from guest [#1303](https://github.com/chef/ohai/pull/1303) ([safematix](https://github.com/safematix)) <!-- 15.0.8 --> - Adds more resilient GCE checking [#1292](https://github.com/chef/ohai/pull/1292) ([nathenharvey](https://github.com/nathenharvey)) <!-- 15.0.7 --> - Set User-Agent in HTTP header for GCE plugin [#1291](https://github.com/chef/ohai/pull/1291) ([nathenharvey](https://github.com/nathenharvey)) <!-- 15.0.6 --> @@ -1 +1 @@ -15.0.8
\ No newline at end of file +15.0.9
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 733fa2bd..b4367cc4 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.0.8".freeze + VERSION = "15.0.9".freeze end |