summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-24 18:44:11 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-24 18:44:11 +0000
commit20d057710ac9877a3121ec1ee4fcb249a621f4dd (patch)
treea358b3685fece6ef9907baa5be92e6a65bff5937
parentd8cb8fba509dd7616e515bd5a33f1aee06bea90b (diff)
downloadohai-20d057710ac9877a3121ec1ee4fcb249a621f4dd.tar.gz
Bump version to 16.7.37 by Chef Expeditorv16.7.37
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 150d06c1..f32d9908 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.36 -->
-## [v16.7.36](https://github.com/chef/ohai/tree/v16.7.36) (2020-11-24)
+<!-- latest_release 16.7.37 -->
+## [v16.7.37](https://github.com/chef/ohai/tree/v16.7.37) (2020-11-24)
#### Merged Pull Requests
-- Prevent docker plugin crashes on AIX [#1584](https://github.com/chef/ohai/pull/1584) ([tas50](https://github.com/tas50))
+- Fix XLC compiler detection to support 3 part version numbers [#1583](https://github.com/chef/ohai/pull/1583) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.18 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fix XLC compiler detection to support 3 part version numbers [#1583](https://github.com/chef/ohai/pull/1583) ([tas50](https://github.com/tas50)) <!-- 16.7.37 -->
- Prevent docker plugin crashes on AIX [#1584](https://github.com/chef/ohai/pull/1584) ([tas50](https://github.com/tas50)) <!-- 16.7.36 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 65b4c32c..33ddd02e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.36 \ No newline at end of file
+16.7.37 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 91f59e04..7f49c965 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.36"
+ VERSION = "16.7.37"
end