From 51208d1206fbfaa4a9cd322f03c5030abe706fe7 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 17 Oct 2023 19:51:14 +0000 Subject: [PATCH] Bump version to 18.1.14 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 ec8feaa7f..866e023fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.1.13](https://github.com/chef/ohai/tree/v18.1.13) (2023-10-17) + +## [v18.1.14](https://github.com/chef/ohai/tree/v18.1.14) (2023-10-17) #### Merged Pull Requests -- Updated the metadata versions [#1812](https://github.com/chef/ohai/pull/1812) ([johnmccrae](https://github.com/johnmccrae)) +- Bump actions/checkout from 3 to 4 [#1807](https://github.com/chef/ohai/pull/1807) ([dependabot[bot]](https://github.com/dependabot[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Bump actions/checkout from 3 to 4 [#1807](https://github.com/chef/ohai/pull/1807) ([dependabot[bot]](https://github.com/dependabot[bot])) - Updated the metadata versions [#1812](https://github.com/chef/ohai/pull/1812) ([johnmccrae](https://github.com/johnmccrae)) - Add getnameinfo as a fall through case for fqdn resolution [#1810](https://github.com/chef/ohai/pull/1810) ([tpowell-progress](https://github.com/tpowell-progress)) - fp/Adjusting IPROUTE_INT_REGEX to match interfaces with an underscore [#1806](https://github.com/chef/ohai/pull/1806) ([fprovencherdrw](https://github.com/fprovencherdrw)) diff --git a/VERSION b/VERSION index 8e87ac33f..cf44dc033 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.1.13 \ No newline at end of file +18.1.14 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index e74590ca3..73814be8a 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.13" + VERSION = "18.1.14" end