diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-05 01:06:03 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-05 01:06:03 +0000 |
commit | 35f61476c322fb1b568779ee45f46dad634572fe (patch) | |
tree | de309aec25915200eb88f04c033624f70f358f38 | |
parent | 85e55ec3359961dc9475a8c51db022bec776d638 (diff) | |
download | ohai-35f61476c322fb1b568779ee45f46dad634572fe.tar.gz |
Bump version to 17.0.5 by Chef Expeditorv17.0.5
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a57a6b..b7ae918a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 17.0.4 --> -## [v17.0.4](https://github.com/chef/ohai/tree/v17.0.4) (2021-01-05) +<!-- latest_release 17.0.5 --> +## [v17.0.5](https://github.com/chef/ohai/tree/v17.0.5) (2021-01-05) #### Merged Pull Requests -- Fetch chef-utils and chef-config from chef-16 branch [#1594](https://github.com/chef/ohai/pull/1594) ([tas50](https://github.com/tas50)) +- Require Ruby 2.7 or later [#1593](https://github.com/chef/ohai/pull/1593) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.8.1 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Require Ruby 2.7 or later [#1593](https://github.com/chef/ohai/pull/1593) ([tas50](https://github.com/tas50)) <!-- 17.0.5 --> - Fetch chef-utils and chef-config from chef-16 branch [#1594](https://github.com/chef/ohai/pull/1594) ([tas50](https://github.com/tas50)) <!-- 17.0.4 --> - Stop gathering filesystem2 data on BSD/Solaris/AIX [#1592](https://github.com/chef/ohai/pull/1592) ([tas50](https://github.com/tas50)) <!-- 17.0.3 --> - Support more than 10 interfaces [#1479](https://github.com/chef/ohai/pull/1479) ([Babar](https://github.com/Babar)) <!-- 17.0.2 --> @@ -1 +1 @@ -17.0.4
\ No newline at end of file +17.0.5
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 582c2ef8..77e3ca47 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.4" + VERSION = "17.0.5" end |