summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-16 00:04:48 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-16 00:04:48 +0000
commit084c21c6b7e36025b4e5bbbc993e8876dff6a187 (patch)
tree069c24e78934f2e45da5811e63284dcec122652d
parent162cc3c1cd63224414115b4bfb65dd44fc49bcbf (diff)
downloadohai-084c21c6b7e36025b4e5bbbc993e8876dff6a187.tar.gz
Bump version to 15.0.5 by Chef Expeditorv15.0.5
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 117d21e1..ec9c8d96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.4 -->
-## [v15.0.4](https://github.com/chef/ohai/tree/v15.0.4) (2018-10-30)
+<!-- latest_release 15.0.5 -->
+## [v15.0.5](https://github.com/chef/ohai/tree/v15.0.5) (2018-11-16)
#### Merged Pull Requests
-- Removed unused refresh_plugins method in System class [#1280](https://github.com/chef/ohai/pull/1280) ([tas50](https://github.com/tas50))
+- Ignore empty metadata openstack [#1290](https://github.com/chef/ohai/pull/1290) ([sawanoboly](https://github.com/sawanoboly))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- 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 -->
- Remove the deprecated Ohai::Util::Win32::GroupHelper class [#1279](https://github.com/chef/ohai/pull/1279) ([tas50](https://github.com/tas50)) <!-- 15.0.3 -->
- Remove the deprecated system_profiler plugin [#1278](https://github.com/chef/ohai/pull/1278) ([tas50](https://github.com/tas50)) <!-- 15.0.2 -->
diff --git a/VERSION b/VERSION
index dbe8a10a..8fc2ffdd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.4 \ No newline at end of file
+15.0.5 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index ffe1effe..67ad5f9e 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.4".freeze
+ VERSION = "15.0.5".freeze
end