From 89c59d182678e327b90bb6bebc6803f30f73d8dc Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 28 May 2024 20:55:08 +0000 Subject: [PATCH] Bump version to 18.1.18 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 4cde198d7..45a88d76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.1.17](https://github.com/chef/ohai/tree/v18.1.17) (2024-01-08) + +## [v18.1.18](https://github.com/chef/ohai/tree/v18.1.18) (2024-05-28) #### Merged Pull Requests -- Updating metadata [#1815](https://github.com/chef/ohai/pull/1815) ([johnmccrae](https://github.com/johnmccrae)) +- [lspci] Fix handling of more than one PCIe domain [#1822](https://github.com/chef/ohai/pull/1822) ([Babar](https://github.com/Babar)) ### Changes not yet released to rubygems.org #### 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)) - 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)) - Detect QEMU virtualization on Darwin. [#1813](https://github.com/chef/ohai/pull/1813) ([williamtheaker](https://github.com/williamtheaker)) diff --git a/VERSION b/VERSION index e14464d03..de34b0bf6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.17 \ No newline at end of file +18.1.18 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index b027b4621..03b14c692 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.17" + VERSION = "18.1.18" end