summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-19 04:43:26 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-19 04:43:26 +0000
commita0ac22ca5a5561bdb44e05e00c87babacb158b4a (patch)
treed8432e8f39141916d413f7712c8960c9b6439552
parent50070a1bcb1e1e909879a0af84e64c6bf30500bc (diff)
downloadohai-a0ac22ca5a5561bdb44e05e00c87babacb158b4a.tar.gz
Bump version to 16.7.33 by Chef Expeditorv16.7.33
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 354d670a..a4628689 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.32 -->
-## [v16.7.32](https://github.com/chef/ohai/tree/v16.7.32) (2020-11-19)
+<!-- latest_release 16.7.33 -->
+## [v16.7.33](https://github.com/chef/ohai/tree/v16.7.33) (2020-11-19)
#### Merged Pull Requests
-- Use strip instead of split($/) to cleanup shellout [#1578](https://github.com/chef/ohai/pull/1578) ([tas50](https://github.com/tas50))
+- aix virtualization: Fix lpar name detection [#1580](https://github.com/chef/ohai/pull/1580) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- aix virtualization: Fix lpar name detection [#1580](https://github.com/chef/ohai/pull/1580) ([tas50](https://github.com/tas50)) <!-- 16.7.33 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 1f06bfb5..ac9e1c36 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.32 \ No newline at end of file
+16.7.33 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 273e1300..cc3106d7 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.32"
+ VERSION = "16.7.33"
end