summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-26 19:47:01 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-26 19:47:01 +0000
commit04c7bb3a6dfdc60cfa4488d8709e44bae9bc2887 (patch)
tree05889e4073d36824cb9b6c6eba17cbf72140932a
parent724daf1333ca005f869589e07a375b9ef41446c0 (diff)
downloadohai-04c7bb3a6dfdc60cfa4488d8709e44bae9bc2887.tar.gz
Bump version to 15.0.8 by Chef Expeditorv15.0.8
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f017669e..18e0a659 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.7 -->
-## [v15.0.7](https://github.com/chef/ohai/tree/v15.0.7) (2018-11-20)
+<!-- latest_release 15.0.8 -->
+## [v15.0.8](https://github.com/chef/ohai/tree/v15.0.8) (2018-11-26)
#### Merged Pull Requests
-- Adds more resilient GCE checking [#1292](https://github.com/chef/ohai/pull/1292) ([nathenharvey](https://github.com/nathenharvey))
+- Plugin to load hyper_v hostname from guest [#1303](https://github.com/chef/ohai/pull/1303) ([safematix](https://github.com/safematix))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- 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 -->
- Ignore empty metadata openstack [#1290](https://github.com/chef/ohai/pull/1290) ([sawanoboly](https://github.com/sawanoboly)) <!-- 15.0.5 -->
diff --git a/VERSION b/VERSION
index 38fb5545..3e26b8fe 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.7 \ No newline at end of file
+15.0.8 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 2744036e..733fa2bd 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.7".freeze
+ VERSION = "15.0.8".freeze
end