summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-18 23:40:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-18 23:40:12 +0000
commit877976b219de4a36da2693736f62aad504ca3cc4 (patch)
tree4807586e8d0359680219643e9899c1f0cb6166e9
parent6d7f25f9f2b9bcbc570e7184447fe1f04d2df1e0 (diff)
downloadohai-877976b219de4a36da2693736f62aad504ca3cc4.tar.gz
Bump version to 16.7.30 by Chef Expeditorv16.7.30
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 c7f47af3..fc3c1e99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.29 -->
-## [v16.7.29](https://github.com/chef/ohai/tree/v16.7.29) (2020-11-18)
+<!-- latest_release 16.7.30 -->
+## [v16.7.30](https://github.com/chef/ohai/tree/v16.7.30) (2020-11-18)
#### Merged Pull Requests
-- Simplify aix platform / platform_family detection [#1575](https://github.com/chef/ohai/pull/1575) ([tas50](https://github.com/tas50))
+- Gather WPAR state in the AIX virtualization plugin [#1576](https://github.com/chef/ohai/pull/1576) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- More refactoring of the AIX network plugin [#1573](https://github.com/chef/ohai/pull/1573) ([tas50](https://github.com/tas50)) <!-- 16.7.27 -->
diff --git a/VERSION b/VERSION
index c855fd55..c3265b43 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.29 \ No newline at end of file
+16.7.30 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index cc291bb3..137bfe87 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.29"
+ VERSION = "16.7.30"
end