summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-19 00:48:32 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-19 00:48:32 +0000
commitb2a512aeb20b588ee6084c9f21feddcef9b654d2 (patch)
treef5c1d47b9f19bef2be60d393898794d18c4e67e8
parent521965c25268c02458bc25e6be50258386d37535 (diff)
downloadohai-b2a512aeb20b588ee6084c9f21feddcef9b654d2.tar.gz
Bump version to 16.7.32 by Chef Expeditorv16.7.32
Obvious fix; these changes are the result of automation not creative thinking.
-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 cffdf13e..354d670a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.31 -->
-## [v16.7.31](https://github.com/chef/ohai/tree/v16.7.31) (2020-11-19)
+<!-- latest_release 16.7.32 -->
+## [v16.7.32](https://github.com/chef/ohai/tree/v16.7.32) (2020-11-19)
#### Merged Pull Requests
-- Simplify the aix kernel plugin [#1577](https://github.com/chef/ohai/pull/1577) ([tas50](https://github.com/tas50))
+- Use strip instead of split($/) to cleanup shellout [#1578](https://github.com/chef/ohai/pull/1578) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Use strip instead of split($/) to cleanup shellout [#1578](https://github.com/chef/ohai/pull/1578) ([tas50](https://github.com/tas50)) <!-- 16.7.32 -->
- Simplify the aix kernel plugin [#1577](https://github.com/chef/ohai/pull/1577) ([tas50](https://github.com/tas50)) <!-- 16.7.31 -->
- Gather WPAR state in the AIX virtualization plugin [#1576](https://github.com/chef/ohai/pull/1576) ([tas50](https://github.com/tas50)) <!-- 16.7.30 -->
- Simplify aix platform / platform_family detection [#1575](https://github.com/chef/ohai/pull/1575) ([tas50](https://github.com/tas50)) <!-- 16.7.29 -->
diff --git a/VERSION b/VERSION
index 95f2f27e..1f06bfb5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.31 \ No newline at end of file
+16.7.32 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 0be1a80e..273e1300 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.7.31"
+ VERSION = "16.7.32"
end