summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-17 01:32:15 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-17 01:32:15 +0000
commitb79d45e19dd3156e4298da6808ae9b179da86078 (patch)
tree62797377b8a77532bbf3ac761ec0545941a5cf5a
parentf443b201c42afab6ff01e16c850491819a5b4388 (diff)
downloadohai-b79d45e19dd3156e4298da6808ae9b179da86078.tar.gz
Bump version to 14.0.28 by Expeditorv14.0.28
-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 3285794a..9aa3fc2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.27 -->
-## [v14.0.27](https://github.com/chef/ohai/tree/v14.0.27) (2018-03-16)
+<!-- latest_release 14.0.28 -->
+## [v14.0.28](https://github.com/chef/ohai/tree/v14.0.28) (2018-03-17)
#### Merged Pull Requests
-- Detect virtualbox and vmware guests on Macs [#1164](https://github.com/chef/ohai/pull/1164) ([tas50](https://github.com/tas50))
+- Move ohai to structured logging [#1161](https://github.com/chef/ohai/pull/1161) ([thommay](https://github.com/thommay))
<!-- latest_release -->
<!-- release_rollup since=13.7.1 -->
### Changes since 13.7.1 release
#### Merged Pull Requests
+- Move ohai to structured logging [#1161](https://github.com/chef/ohai/pull/1161) ([thommay](https://github.com/thommay)) <!-- 14.0.28 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 433987b0..c29675e5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.27 \ No newline at end of file
+14.0.28 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 3e1c1c2f..565d87a2 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.27"
+ VERSION = "14.0.28"
end