From e48813786a6dbb80d83cb33de3876d48b6518f28 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 20 Apr 2021 03:02:14 +0000 Subject: [PATCH] Bump version to 17.0.38 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ca638f6..14e55ac98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v17.0.37](https://github.com/chef/ohai/tree/v17.0.37) (2021-04-19) + +## [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)) ### 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)) - Update minimum version of mixlib-shellout [#1654](https://github.com/chef/ohai/pull/1654) ([pravi](https://github.com/pravi)) - Fall back to v4-only getaddrinfo if we get socket errors [#1652](https://github.com/chef/ohai/pull/1652) ([jaymzh](https://github.com/jaymzh)) - Update rubocop-performance to 1.10.2 [#1651](https://github.com/chef/ohai/pull/1651) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 495e5d0f0..f486dd0d9 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 f1ff5b189..82ca6f462 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