diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-23 21:22:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-23 21:22:31 +0000 |
commit | d6ccd995f47034ce8c2b3f31ebd503f610e7ee03 (patch) | |
tree | 0365a2e59c510ff71d7c0ea95906cdaf6aeea899 | |
parent | 790f3244e357930a0dab4e519799b7c836e5b456 (diff) | |
download | ohai-d6ccd995f47034ce8c2b3f31ebd503f610e7ee03.tar.gz |
Bump version to 17.0.2 by Chef Expeditorv17.0.2
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 f9d34f04..b2230f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 17.0.1 --> -## [v17.0.1](https://github.com/chef/ohai/tree/v17.0.1) (2020-12-23) +<!-- latest_release 17.0.2 --> +## [v17.0.2](https://github.com/chef/ohai/tree/v17.0.2) (2020-12-23) #### Merged Pull Requests -- network: populate pause frame config [#1564](https://github.com/chef/ohai/pull/1564) ([kuba-moo](https://github.com/kuba-moo)) +- Support more than 10 interfaces [#1479](https://github.com/chef/ohai/pull/1479) ([Babar](https://github.com/Babar)) <!-- latest_release --> <!-- release_rollup since=16.8.1 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Support more than 10 interfaces [#1479](https://github.com/chef/ohai/pull/1479) ([Babar](https://github.com/Babar)) <!-- 17.0.2 --> - network: populate pause frame config [#1564](https://github.com/chef/ohai/pull/1564) ([kuba-moo](https://github.com/kuba-moo)) <!-- 17.0.1 --> - Bump Ohai to 17.0.0 [#1591](https://github.com/chef/ohai/pull/1591) ([tas50](https://github.com/tas50)) <!-- 17.0.0 --> <!-- release_rollup --> @@ -1 +1 @@ -17.0.1
\ No newline at end of file +17.0.2
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index fb5d8dae..5662118d 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.1" + VERSION = "17.0.2" end |