From 36a56d7312699075e63a6dc382e203d6a9745d38 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 18 Jul 2023 19:51:59 +0000 Subject: [PATCH] Bump version to 18.1.8 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 42c2513d5..589e51fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.1.7](https://github.com/chef/ohai/tree/v18.1.7) (2023-06-07) + +## [v18.1.8](https://github.com/chef/ohai/tree/v18.1.8) (2023-07-18) #### Merged Pull Requests -- Adds status property to dpkg parsed packages [#1799](https://github.com/chef/ohai/pull/1799) ([fretb](https://github.com/fretb)) +- Fix gce metadata recursion issue #1796 [#1801](https://github.com/chef/ohai/pull/1801) ([nvwls](https://github.com/nvwls)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- 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)) - Update rubocop-performance requirement from 1.16.0 to 1.18.0 [#1797](https://github.com/chef/ohai/pull/1797) ([dependabot[bot]](https://github.com/dependabot[bot])) - Adding files for onboarding the project to SonarQubes [#1792](https://github.com/chef/ohai/pull/1792) ([vinay-satish](https://github.com/vinay-satish)) diff --git a/VERSION b/VERSION index ca6b021f0..525a44813 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.7 \ No newline at end of file +18.1.8 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index d61e21258..a8f868b05 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.7" + VERSION = "18.1.8" end