From 37d9fc5dbc1dfdcbf6680993e1173ddc93549c85 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 9 Aug 2022 19:31:42 +0000 Subject: Bump version to 18.0.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 907a15bf..1dfe855f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v18.0.17](https://github.com/chef/ohai/tree/v18.0.17) (2022-08-02) + +## [v18.0.18](https://github.com/chef/ohai/tree/v18.0.18) (2022-08-09) #### Merged Pull Requests -- Do not attempt to reinitialize constants [#1758](https://github.com/chef/ohai/pull/1758) ([balasankarc](https://github.com/balasankarc)) +- Fix FIPS mode detection [#1754](https://github.com/chef/ohai/pull/1754) ([stanhu](https://github.com/stanhu)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Fix FIPS mode detection [#1754](https://github.com/chef/ohai/pull/1754) ([stanhu](https://github.com/stanhu)) - Do not attempt to reinitialize constants [#1758](https://github.com/chef/ohai/pull/1758) ([balasankarc](https://github.com/balasankarc)) - Update rubocop-performance requirement from 1.13.3 to 1.14.2 [#1751](https://github.com/chef/ohai/pull/1751) ([dependabot[bot]](https://github.com/dependabot[bot])) - chore: Included githubactions in the dependabot config [#1748](https://github.com/chef/ohai/pull/1748) ([naveensrinivasan](https://github.com/naveensrinivasan)) diff --git a/VERSION b/VERSION index fae12adf..32a2cdd9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.0.17 \ No newline at end of file +18.0.18 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 2685e86b..76ed2593 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.0.17" + VERSION = "18.0.18" end -- cgit v1.2.1