From f7d70a7586ffb3b98e7312cfcff7a4a80af6da1a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 22 Aug 2023 20:08:03 +0000 Subject: [PATCH] Bump version to 18.1.10 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 a8da267bb..46f32bd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.1.9](https://github.com/chef/ohai/tree/v18.1.9) (2023-08-01) + +## [v18.1.10](https://github.com/chef/ohai/tree/v18.1.10) (2023-08-22) #### Merged Pull Requests -- Fetch the user-data on Alibaba Cloud correctly [#1803](https://github.com/chef/ohai/pull/1803) ([ETiV](https://github.com/ETiV)) +- Add 3.2 to the list of Ruby CI versions [#1804](https://github.com/chef/ohai/pull/1804) ([igor-drozdov](https://github.com/igor-drozdov)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Add 3.2 to the list of Ruby CI versions [#1804](https://github.com/chef/ohai/pull/1804) ([igor-drozdov](https://github.com/igor-drozdov)) - Fetch the user-data on Alibaba Cloud correctly [#1803](https://github.com/chef/ohai/pull/1803) ([ETiV](https://github.com/ETiV)) - Fix gce metadata recursion issue #1796 [#1801](https://github.com/chef/ohai/pull/1801) ([nvwls](https://github.com/nvwls)) - Adds status property to dpkg parsed packages [#1799](https://github.com/chef/ohai/pull/1799) ([fretb](https://github.com/fretb)) diff --git a/VERSION b/VERSION index 3bd23cb31..2d38274c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.9 \ No newline at end of file +18.1.10 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index af11c752a..17e64260a 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.9" + VERSION = "18.1.10" end