diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-30 21:10:01 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-30 21:10:01 +0000 |
commit | 4b44af18e5f00316dc837529700648865ce1cbbd (patch) | |
tree | 12045ecdc73e3f4d4542aacad2845713443fc126 | |
parent | 46f6e14a0ab7d67e0a619a8148a73a0f80a5dfdf (diff) | |
download | ohai-4b44af18e5f00316dc837529700648865ce1cbbd.tar.gz |
Bump version to 17.6.0 by Chef Expeditorv17.6.0
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 d6182765..37dfd039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 17.5.3 --> -## [v17.5.3](https://github.com/chef/ohai/tree/v17.5.3) (2021-09-30) +<!-- latest_release 17.6.0 --> +## [v17.6.0](https://github.com/chef/ohai/tree/v17.6.0) (2021-09-30) #### Merged Pull Requests -- Update chefstyle requirement from 2.0.9 to 2.1.0 [#1695](https://github.com/chef/ohai/pull/1695) ([dependabot[bot]](https://github.com/dependabot[bot])) +- tc qdisc plugin [#1696](https://github.com/chef/ohai/pull/1696) ([MatthewMassey](https://github.com/MatthewMassey)) <!-- latest_release --> <!-- release_rollup since=17.5.2 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- tc qdisc plugin [#1696](https://github.com/chef/ohai/pull/1696) ([MatthewMassey](https://github.com/MatthewMassey)) <!-- 17.6.0 --> - Update chefstyle requirement from 2.0.9 to 2.1.0 [#1695](https://github.com/chef/ohai/pull/1695) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.5.3 --> <!-- release_rollup --> @@ -1 +1 @@ -17.5.3
\ No newline at end of file +17.6.0
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index bf69a1a9..9995e3f2 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.5.3" + VERSION = "17.6.0" end |