summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-11 22:18:45 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-11 22:18:45 +0000
commitb044379c2194a3f7a5e974b66d455d2a525c3c32 (patch)
tree414169b96c5f8e5ff4b2c89da2af74c72963dc32
parentdbacac3bca2213be8a557dbbc26ed515772dafb4 (diff)
downloadohai-b044379c2194a3f7a5e974b66d455d2a525c3c32.tar.gz
Bump version to 15.0.40 by Chef Expeditor15.0.40
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 e214398d..fc524c31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.39 -->
-## [15.0.39](https://github.com/chef/ohai/tree/15.0.39) (2019-06-04)
+<!-- latest_release 15.0.40 -->
+## [15.0.40](https://github.com/chef/ohai/tree/15.0.40) (2019-06-11)
#### Merged Pull Requests
-- Avoid constant warnings in windows/filesystem plugin [#1360](https://github.com/chef/ohai/pull/1360) ([tas50](https://github.com/tas50))
+- Add VboxHost plugin to support VirtualBox as a virtualization host [#1339](https://github.com/chef/ohai/pull/1339) ([freakinhippie](https://github.com/freakinhippie))
<!-- latest_release -->
<!-- release_rollup since=15.0.35 -->
### Changes not yet released to rubygems.orgs
#### Merged Pull Requests
+- Add VboxHost plugin to support VirtualBox as a virtualization host [#1339](https://github.com/chef/ohai/pull/1339) ([freakinhippie](https://github.com/freakinhippie)) <!-- 15.0.40 -->
- Avoid constant warnings in windows/filesystem plugin [#1360](https://github.com/chef/ohai/pull/1360) ([tas50](https://github.com/tas50)) <!-- 15.0.39 -->
- Solaris network plugin fix for issue https://github.com/chef/ohai/iss… [#1367](https://github.com/chef/ohai/pull/1367) ([devoptimist](https://github.com/devoptimist)) <!-- 15.0.38 -->
- fix shellout require idempotency [#1365](https://github.com/chef/ohai/pull/1365) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.0.37 -->
diff --git a/VERSION b/VERSION
index ae776e83..663daf17 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.39 \ No newline at end of file
+15.0.40 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 3c1ed1a6..cac40f44 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.39".freeze
+ VERSION = "15.0.40".freeze
end