diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-13 01:57:09 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-13 01:57:09 +0000 |
commit | f4e5b68f35de8a5bdca06a2b2fff5fd8337f611e (patch) | |
tree | 17806c00a54d4fbac93d748205a0763104feef54 | |
parent | 7ca3d87b135dcf64785d4d0b7ad298404173ab5c (diff) | |
download | ohai-f4e5b68f35de8a5bdca06a2b2fff5fd8337f611e.tar.gz |
Bump version to 17.0.7 by Chef Expeditorv17.0.7
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 f1f2c029..2c40e516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 17.0.6 --> -## [v17.0.6](https://github.com/chef/ohai/tree/v17.0.6) (2021-01-05) +<!-- latest_release 17.0.7 --> +## [v17.0.7](https://github.com/chef/ohai/tree/v17.0.7) (2021-01-13) #### Merged Pull Requests -- Update master ohai to pull from master chef [#1595](https://github.com/chef/ohai/pull/1595) ([tas50](https://github.com/tas50)) +- suppress constant redefinition warning [#1597](https://github.com/chef/ohai/pull/1597) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- latest_release --> <!-- release_rollup since=16.8.1 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- suppress constant redefinition warning [#1597](https://github.com/chef/ohai/pull/1597) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 17.0.7 --> - 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 --> @@ -1 +1 @@ -17.0.6
\ No newline at end of file +17.0.7
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 95d95de3..d96808e1 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.6" + VERSION = "17.0.7" end |