From 6c6e8487deb64b52abda8aa7a32a9a38c2214be2 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 25 Jun 2024 13:30:49 +0000 Subject: [PATCH] Bump version to 18.2.0 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 45a88d76b..b0d204ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.1.18](https://github.com/chef/ohai/tree/v18.1.18) (2024-05-28) + +## [v18.2.0](https://github.com/chef/ohai/tree/v18.2.0) (2024-06-25) #### Merged Pull Requests -- [lspci] Fix handling of more than one PCIe domain [#1822](https://github.com/chef/ohai/pull/1822) ([Babar](https://github.com/Babar)) +- Add platform_backend attribute for Target Mode [#1824](https://github.com/chef/ohai/pull/1824) ([thheinen](https://github.com/thheinen)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Add platform_backend attribute for Target Mode [#1824](https://github.com/chef/ohai/pull/1824) ([thheinen](https://github.com/thheinen)) - [lspci] Fix handling of more than one PCIe domain [#1822](https://github.com/chef/ohai/pull/1822) ([Babar](https://github.com/Babar)) - Updating metadata [#1815](https://github.com/chef/ohai/pull/1815) ([johnmccrae](https://github.com/johnmccrae)) - determine if we are an Apple Virtualization Framework guest [#1814](https://github.com/chef/ohai/pull/1814) ([jazaval](https://github.com/jazaval)) diff --git a/VERSION b/VERSION index de34b0bf6..585739b67 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.18 \ No newline at end of file +18.2.0 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 03b14c692..4915ed015 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.1.18" + VERSION = "18.2.0" end