From dbcf8aa71b7e82b93597c48b5e06f0a001ff5048 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 10 Feb 2022 17:08:30 +0000 Subject: Bump version to 18.0.5 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 3a79b70d..27a7e4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.0.4](https://github.com/chef/ohai/tree/v18.0.4) (2022-02-08) + +## [v18.0.5](https://github.com/chef/ohai/tree/v18.0.5) (2022-02-10) #### Merged Pull Requests -- 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])) +- Add btrfs specific data to filesystem plugin [#1732](https://github.com/chef/ohai/pull/1732) ([boryas](https://github.com/boryas)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- 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])) - Network: Record xdp data from ip link. [#1730](https://github.com/chef/ohai/pull/1730) ([zalokhan](https://github.com/zalokhan)) - Update rubocop-performance requirement from 1.13.1 to 1.13.2 [#1727](https://github.com/chef/ohai/pull/1727) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index b305c08f..fed60262 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.0.4 \ No newline at end of file +18.0.5 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index adb77948..d2c25f63 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.4" + VERSION = "18.0.5" end -- cgit v1.2.1