From 6c6d3eda5dcec623bfe8080a491eaaa48b501fe4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 25 Feb 2022 19:40:01 +0000 Subject: Bump version to 18.0.7 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1325f3..77c4c993 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.0.6](https://github.com/chef/ohai/tree/v18.0.6) (2022-02-18) + +## [v18.0.7](https://github.com/chef/ohai/tree/v18.0.7) (2022-02-25) #### Merged Pull Requests -- Update chefstyle requirement from 2.2.1 to 2.2.2 [#1737](https://github.com/chef/ohai/pull/1737) ([dependabot[bot]](https://github.com/dependabot[bot])) +- Network: Add support for parsing multipath routing [#1736](https://github.com/chef/ohai/pull/1736) ([anitazha](https://github.com/anitazha)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Network: Add support for parsing multipath routing [#1736](https://github.com/chef/ohai/pull/1736) ([anitazha](https://github.com/anitazha)) - Update chefstyle requirement from 2.2.1 to 2.2.2 [#1737](https://github.com/chef/ohai/pull/1737) ([dependabot[bot]](https://github.com/dependabot[bot])) - Add btrfs specific data to filesystem plugin [#1732](https://github.com/chef/ohai/pull/1732) ([boryas](https://github.com/boryas)) - Update chefstyle requirement from 2.2.0 to 2.2.1 [#1728](https://github.com/chef/ohai/pull/1728) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index 999ba7db..f64fde37 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.0.6 \ No newline at end of file +18.0.7 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index b21049e3..df0d7d0e 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "18.0.6" + VERSION = "18.0.7" end -- cgit v1.2.1