summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-20 17:03:10 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-20 17:03:10 +0000
commita946ff969ae335b163a1766901ccd960ad6dc4eb (patch)
tree6045942946aab42bb81dfe3ce019240a40cf9a5a
parentb40f6696f00c013feafa9e06e66d24853fa298b6 (diff)
downloadohai-a946ff969ae335b163a1766901ccd960ad6dc4eb.tar.gz
Bump version to 15.0.7 by Chef Expeditorv15.0.7
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 ca5874da..f017669e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.6 -->
-## [v15.0.6](https://github.com/chef/ohai/tree/v15.0.6) (2018-11-16)
+<!-- latest_release 15.0.7 -->
+## [v15.0.7](https://github.com/chef/ohai/tree/v15.0.7) (2018-11-20)
#### Merged Pull Requests
-- Set User-Agent in HTTP header for GCE plugin [#1291](https://github.com/chef/ohai/pull/1291) ([nathenharvey](https://github.com/nathenharvey))
+- Adds more resilient GCE checking [#1292](https://github.com/chef/ohai/pull/1292) ([nathenharvey](https://github.com/nathenharvey))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- 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 -->
- Removed unused refresh_plugins method in System class [#1280](https://github.com/chef/ohai/pull/1280) ([tas50](https://github.com/tas50)) <!-- 15.0.4 -->
diff --git a/VERSION b/VERSION
index 8dd97747..38fb5545 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.6 \ No newline at end of file
+15.0.7 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index ba6b05e9..2744036e 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.6".freeze
+ VERSION = "15.0.7".freeze
end