summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-24 18:33:31 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-24 18:33:34 +0000
commit1e4c17558dcdda93ff6a295e52f45e87bd23255c (patch)
treea1e38aefa937b56bea4df320c1f37d03715dd055
parent464234c5ee61af3b378b20a450164d1dae7e5f5c (diff)
downloadohai-1e4c17558dcdda93ff6a295e52f45e87bd23255c.tar.gz
Bump version to 16.7.35 by Chef Expeditorv16.7.35
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 cfd267e5..9001c510 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.34 -->
-## [v16.7.34](https://github.com/chef/ohai/tree/v16.7.34) (2020-11-23)
+<!-- latest_release 16.7.35 -->
+## [v16.7.35](https://github.com/chef/ohai/tree/v16.7.35) (2020-11-24)
#### Merged Pull Requests
-- Misc RuboCop cleanup of the codebase [#1582](https://github.com/chef/ohai/pull/1582) ([tas50](https://github.com/tas50))
+- Limit several of the Cloud/VM plugins to certain platforms [#1585](https://github.com/chef/ohai/pull/1585) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Limit several of the Cloud/VM plugins to certain platforms [#1585](https://github.com/chef/ohai/pull/1585) ([tas50](https://github.com/tas50)) <!-- 16.7.35 -->
- Misc RuboCop cleanup of the codebase [#1582](https://github.com/chef/ohai/pull/1582) ([tas50](https://github.com/tas50)) <!-- 16.7.34 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 24ca18cb..590a6234 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.34 \ No newline at end of file
+16.7.35 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 1835f5d7..7e27913d 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.34"
+ VERSION = "16.7.35"
end