summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-16 20:41:53 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-16 20:41:53 +0000
commit9a6842a19cc9d46ca9cc42af4bda5e9ca31a0dce (patch)
tree2d96000b8f805960abb86f3eb543394877462d41
parentef9a408f6ec558e91c66f2ef178d2c7ffb6b70b5 (diff)
downloadohai-9a6842a19cc9d46ca9cc42af4bda5e9ca31a0dce.tar.gz
Bump version to 14.0.27 by Expeditorv14.0.27
-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 50e8a512..3285794a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.26 -->
-## [v14.0.26](https://github.com/chef/ohai/tree/v14.0.26) (2018-03-15)
+<!-- latest_release 14.0.27 -->
+## [v14.0.27](https://github.com/chef/ohai/tree/v14.0.27) (2018-03-16)
#### Merged Pull Requests
-- Minor updates to the Ohai/Chef plugins [#1160](https://github.com/chef/ohai/pull/1160) ([tas50](https://github.com/tas50))
+- Detect virtualbox and vmware guests on Macs [#1164](https://github.com/chef/ohai/pull/1164) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.7.1 -->
### Changes since 13.7.1 release
#### Merged Pull Requests
+- Detect virtualbox and vmware guests on Macs [#1164](https://github.com/chef/ohai/pull/1164) ([tas50](https://github.com/tas50)) <!-- 14.0.27 -->
- Minor updates to the Ohai/Chef plugins [#1160](https://github.com/chef/ohai/pull/1160) ([tas50](https://github.com/tas50)) <!-- 14.0.26 -->
- Fix bug in azure plugin/update to recent metadata version. [#1154](https://github.com/chef/ohai/pull/1154) ([kriszentner](https://github.com/kriszentner)) <!-- 14.0.25 -->
- add ohai support for softlayer cloud [#1155](https://github.com/chef/ohai/pull/1155) ([smcavallo](https://github.com/smcavallo)) <!-- 14.0.24 -->
diff --git a/VERSION b/VERSION
index 32667cd2..433987b0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.26 \ No newline at end of file
+14.0.27 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index ecd2f4ac..3e1c1c2f 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 = "14.0.26"
+ VERSION = "14.0.27"
end