diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-05 01:12:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-05 01:12:35 +0000 |
commit | 0e8bb8b5afea34b57cdbbb3ad5f9fc33140c64f3 (patch) | |
tree | d9fbd8e6900829f0e4b80ec2f507577d7944914b | |
parent | 7f9c6dc11b4e32a3029af4b8d303b3c19d7819e3 (diff) | |
download | ohai-0e8bb8b5afea34b57cdbbb3ad5f9fc33140c64f3.tar.gz |
Bump version to 17.0.6 by Chef Expeditorv17.0.6
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 b7ae918a..f1f2c029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 17.0.5 --> -## [v17.0.5](https://github.com/chef/ohai/tree/v17.0.5) (2021-01-05) +<!-- latest_release 17.0.6 --> +## [v17.0.6](https://github.com/chef/ohai/tree/v17.0.6) (2021-01-05) #### Merged Pull Requests -- Require Ruby 2.7 or later [#1593](https://github.com/chef/ohai/pull/1593) ([tas50](https://github.com/tas50)) +- Update master ohai to pull from master chef [#1595](https://github.com/chef/ohai/pull/1595) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.8.1 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update master ohai to pull from master chef [#1595](https://github.com/chef/ohai/pull/1595) ([tas50](https://github.com/tas50)) <!-- 17.0.6 --> - 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 --> @@ -1 +1 @@ -17.0.5
\ No newline at end of file +17.0.6
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 77e3ca47..95d95de3 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.5" + VERSION = "17.0.6" end |