summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-29 16:14:33 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-29 16:14:33 +0000
commit66cbe6f9f3ac4ea33372a8650cfd0fed932ef95c (patch)
treeb90c0caeedbbfa619bd7438a6265a06ac39af431
parent6a21cd7cb96b25aff6b27b85ba4513502dc25fb2 (diff)
downloadohai-66cbe6f9f3ac4ea33372a8650cfd0fed932ef95c.tar.gz
Bump version to 14.1.7 by Chef Expeditorv14.1.7
-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 d4694929..fe58671c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.1.6 -->
-## [v14.1.6](https://github.com/chef/ohai/tree/v14.1.6) (2018-05-21)
+<!-- latest_release 14.1.7 -->
+## [v14.1.7](https://github.com/chef/ohai/tree/v14.1.7) (2018-05-29)
#### Merged Pull Requests
-- Fix an issue caused by using the wrong field in the AIX filesystem plugin. [#1191](https://github.com/chef/ohai/pull/1191) ([jjustice6](https://github.com/jjustice6))
+- Detect virtualization on newer AWS instance types. (m5) [#1193](https://github.com/chef/ohai/pull/1193) ([cbajumpaa](https://github.com/cbajumpaa))
<!-- latest_release -->
<!-- release_rollup since=14.1.3 -->
### Changes since 14.1.3 release
#### Merged Pull Requests
+- Detect virtualization on newer AWS instance types. (m5) [#1193](https://github.com/chef/ohai/pull/1193) ([cbajumpaa](https://github.com/cbajumpaa)) <!-- 14.1.7 -->
- Fix an issue caused by using the wrong field in the AIX filesystem plugin. [#1191](https://github.com/chef/ohai/pull/1191) ([jjustice6](https://github.com/jjustice6)) <!-- 14.1.6 -->
- Misc minor cleanup [#1189](https://github.com/chef/ohai/pull/1189) ([tas50](https://github.com/tas50)) <!-- 14.1.5 -->
- Fix yard parsing issues &amp; add more commments [#1187](https://github.com/chef/ohai/pull/1187) ([tas50](https://github.com/tas50)) <!-- 14.1.4 -->
diff --git a/VERSION b/VERSION
index 0729fcac..8898bdd4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.6 \ No newline at end of file
+14.1.7 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index c22996b9..d2e7b375 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.1.6"
+ VERSION = "14.1.7"
end