summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-20 03:02:14 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-20 03:02:14 +0000
commite48813786a6dbb80d83cb33de3876d48b6518f28 (patch)
treec399fc034d6f0bd2f9056fc2ccc538120afbd70f
parent9fb22a870ecfbab86f1d54ab2c872bc8a9c1d10a (diff)
downloadohai-e48813786a6dbb80d83cb33de3876d48b6518f28.tar.gz
Bump version to 17.0.38 by Chef Expeditorv17.0.38
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 31ca638f..14e55ac9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.37 -->
-## [v17.0.37](https://github.com/chef/ohai/tree/v17.0.37) (2021-04-19)
+<!-- latest_release 17.0.38 -->
+## [v17.0.38](https://github.com/chef/ohai/tree/v17.0.38) (2021-04-20)
#### Merged Pull Requests
-- Update minimum version of mixlib-shellout [#1654](https://github.com/chef/ohai/pull/1654) ([pravi](https://github.com/pravi))
+- Gather CPU info from lscpu and merge data into cpu attribute namespace [#1454](https://github.com/chef/ohai/pull/1454) ([ramereth](https://github.com/ramereth))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Gather CPU info from lscpu and merge data into cpu attribute namespace [#1454](https://github.com/chef/ohai/pull/1454) ([ramereth](https://github.com/ramereth)) <!-- 17.0.38 -->
- Update minimum version of mixlib-shellout [#1654](https://github.com/chef/ohai/pull/1654) ([pravi](https://github.com/pravi)) <!-- 17.0.37 -->
- Fall back to v4-only getaddrinfo if we get socket errors [#1652](https://github.com/chef/ohai/pull/1652) ([jaymzh](https://github.com/jaymzh)) <!-- 17.0.36 -->
- Update rubocop-performance to 1.10.2 [#1651](https://github.com/chef/ohai/pull/1651) ([tas50](https://github.com/tas50)) <!-- 17.0.35 -->
diff --git a/VERSION b/VERSION
index 495e5d0f..f486dd0d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.37 \ No newline at end of file
+17.0.38 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index f1ff5b18..82ca6f46 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "17.0.37"
+ VERSION = "17.0.38"
end