summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-19 00:39:40 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-19 00:39:40 +0000
commit1000e6f49bf96cf6cee9b7f58efc29df2e7e0b95 (patch)
treef9dab2f5a14aaabd0c716de5e5d6b5150d6c87c0
parentf58d6f0a1470ca5314ed5a4267165f97394d5aa8 (diff)
downloadohai-1000e6f49bf96cf6cee9b7f58efc29df2e7e0b95.tar.gz
Bump version to 16.7.31 by Chef Expeditorv16.7.31
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 fc3c1e99..cffdf13e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.30 -->
-## [v16.7.30](https://github.com/chef/ohai/tree/v16.7.30) (2020-11-18)
+<!-- latest_release 16.7.31 -->
+## [v16.7.31](https://github.com/chef/ohai/tree/v16.7.31) (2020-11-19)
#### Merged Pull Requests
-- Gather WPAR state in the AIX virtualization plugin [#1576](https://github.com/chef/ohai/pull/1576) ([tas50](https://github.com/tas50))
+- Simplify the aix kernel plugin [#1577](https://github.com/chef/ohai/pull/1577) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Avoid calling uname 4 times on aix [#1574](https://github.com/chef/ohai/pull/1574) ([tas50](https://github.com/tas50)) <!-- 16.7.28 -->
diff --git a/VERSION b/VERSION
index c3265b43..95f2f27e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.30 \ No newline at end of file
+16.7.31 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 137bfe87..0be1a80e 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.30"
+ VERSION = "16.7.31"
end