summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-09 17:19:36 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-09 17:19:36 +0000
commitcc6bc8b9bf892f3818d802887075b053c7d05d43 (patch)
tree2ae8555701f7c45a4a3de354a26c395aa67b3e7e
parentb37d988f1dcb52bcc76f4e6a29f4e7cb9b21f841 (diff)
downloadohai-cc6bc8b9bf892f3818d802887075b053c7d05d43.tar.gz
Bump version to 13.9.3 by Chef Expeditorv13.9.3
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf9079eb..8320a551 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 13.9.3 -->
+## [v13.9.3](https://github.com/chef/ohai/tree/v13.9.3) (2018-07-09)
+
+#### Merged Pull Requests
+- Detect Redhat Openstack clusters [#1216](https://github.com/chef/ohai/pull/1216) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=14.2.0 -->
+### Changes since 14.2.0 release
+
+#### Merged Pull Requests
+- Detect Redhat Openstack clusters [#1216](https://github.com/chef/ohai/pull/1216) ([tas50](https://github.com/tas50)) <!-- 13.9.3 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
@@ -731,4 +739,4 @@
- Normalize cloud attributes for Azure (OHAI-554)
- Capture FreeBSD osreldate for comparison purposes (OHAI-557)
-<http://www.chef.io/blog/2014/04/09/release-chef-client-11-12-2/>
+<http://www.chef.io/blog/2014/04/09/release-chef-client-11-12-2/> \ No newline at end of file
diff --git a/VERSION b/VERSION
index 8b723ee0..353780b6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.9.2 \ No newline at end of file
+13.9.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 5719e4c4..e125558f 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.2"
+ VERSION = "13.9.3"
end