summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-04 22:03:25 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-04 22:03:25 +0000
commit47870bcdb92be3f15a9c7f015db49d15d6bd9cc8 (patch)
tree3b8d30236a6b65a38cac80de0ec79ce455dfa85b
parent2972437c3a62c0883e0cd9234c80dfaf6f89c11b (diff)
downloadohai-47870bcdb92be3f15a9c7f015db49d15d6bd9cc8.tar.gz
Bump version to 13.9.2 by Chef Expeditorv13.9.2
-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 442c27c8..111a9423 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 13.9.1 -->
-## [v13.9.1](https://github.com/chef/ohai/tree/v13.9.1) (2018-06-04)
+<!-- latest_release 13.9.2 -->
+## [v13.9.2](https://github.com/chef/ohai/tree/v13.9.2) (2018-06-04)
#### Merged Pull Requests
-- Fix an issue caused by using the wrong field in the AIX filesystem plugin [#1199](https://github.com/chef/ohai/pull/1199) ([tas50](https://github.com/tas50))
+- Detect virtualization on newer AWS instance types. (m5) [#1201](https://github.com/chef/ohai/pull/1201) ([coderanger](https://github.com/coderanger))
<!-- latest_release -->
<!-- release_rollup since=14.2.0 -->
### Changes since 14.2.0 release
#### Merged Pull Requests
+- Detect virtualization on newer AWS instance types. (m5) [#1201](https://github.com/chef/ohai/pull/1201) ([coderanger](https://github.com/coderanger)) <!-- 13.9.2 -->
- Fix an issue caused by using the wrong field in the AIX filesystem plugin [#1199](https://github.com/chef/ohai/pull/1199) ([tas50](https://github.com/tas50)) <!-- 13.9.1 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index f8b8809d..8b723ee0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.9.1 \ No newline at end of file
+13.9.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 82d0442f..5719e4c4 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 = "13.9.1"
+ VERSION = "13.9.2"
end