summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-04 21:55:23 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-04 21:55:23 +0000
commita8d9ad165d92fabd3fb088423c349837388774af (patch)
treee64c89244d8034b43c1ffe4f772855f314ae1928
parent9541895b055e559b12f2fa83fc166b14e5480d07 (diff)
downloadohai-a8d9ad165d92fabd3fb088423c349837388774af.tar.gz
Bump version to 13.9.1 by Chef Expeditorv13.9.1
-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 e6a07e0b..442c27c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 13.9.1 -->
+## [v13.9.1](https://github.com/chef/ohai/tree/v13.9.1) (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))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=14.2.0 -->
+### Changes since 14.2.0 release
+
+#### 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)) <!-- 13.9.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
@@ -723,4 +731,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 c662e83b..f8b8809d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.9.0
+13.9.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 6c8cf43e..82d0442f 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.0"
+ VERSION = "13.9.1"
end