diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-08-09 19:35:51 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-08-09 19:35:51 +0000 |
commit | 48b3b80ed5eaa53460c8731c4bbd570578c25c7a (patch) | |
tree | 0a834895e31af25ae0870f2b146ab21442d7d1d2 | |
parent | c7a45470b38a66a0a49504ac833e3bfc684ba5dd (diff) | |
download | ohai-48b3b80ed5eaa53460c8731c4bbd570578c25c7a.tar.gz |
Bump version to 18.0.19 by Chef Expeditorv18.0.19
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dfe855f..6cb4be09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -<!-- latest_release 18.0.18 --> -## [v18.0.18](https://github.com/chef/ohai/tree/v18.0.18) (2022-08-09) +<!-- latest_release 18.0.19 --> +## [v18.0.19](https://github.com/chef/ohai/tree/v18.0.19) (2022-08-09) #### Merged Pull Requests -- Fix FIPS mode detection [#1754](https://github.com/chef/ohai/pull/1754) ([stanhu](https://github.com/stanhu)) +- Add additional SUSE and openSUSE platforms - micro, hpc [#1753](https://github.com/chef/ohai/pull/1753) ([jamesongithub](https://github.com/jamesongithub)) <!-- latest_release --> <!-- release_rollup since=18.0.14 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Add additional SUSE and openSUSE platforms - micro, hpc [#1753](https://github.com/chef/ohai/pull/1753) ([jamesongithub](https://github.com/jamesongithub)) <!-- 18.0.19 --> - Fix FIPS mode detection [#1754](https://github.com/chef/ohai/pull/1754) ([stanhu](https://github.com/stanhu)) <!-- 18.0.18 --> - Do not attempt to reinitialize constants [#1758](https://github.com/chef/ohai/pull/1758) ([balasankarc](https://github.com/balasankarc)) <!-- 18.0.17 --> - 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])) <!-- 18.0.16 --> @@ -1 +1 @@ -18.0.18
\ No newline at end of file +18.0.19
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 76ed2593..0cdceff4 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.18" + VERSION = "18.0.19" end |