summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-08-23 19:56:14 +0000
committerChef Expeditor <chef-ci@chef.io>2022-08-23 19:56:14 +0000
commit155b5502623fcab7d686b0f13e343eb60446d2de (patch)
tree61b3ca8a3957eacadc0420d065c162db16a0a5c9
parent732d9d908d172ada81b238beb569f440c9917716 (diff)
downloadohai-155b5502623fcab7d686b0f13e343eb60446d2de.tar.gz
Bump version to 18.0.21 by Chef Expeditorv18.0.21
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ed7ac95..e50e63c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 18.0.20 -->
-## [v18.0.20](https://github.com/chef/ohai/tree/v18.0.20) (2022-08-09)
+<!-- latest_release 18.0.21 -->
+## [v18.0.21](https://github.com/chef/ohai/tree/v18.0.21) (2022-08-23)
#### Merged Pull Requests
-- Bump actions/checkout from 2 to 3 [#1752](https://github.com/chef/ohai/pull/1752) ([dependabot[bot]](https://github.com/dependabot[bot]))
+- Update rubocop-performance requirement from 1.14.2 to 1.14.3 [#1757](https://github.com/chef/ohai/pull/1757) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=18.0.14 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update rubocop-performance requirement from 1.14.2 to 1.14.3 [#1757](https://github.com/chef/ohai/pull/1757) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 18.0.21 -->
- Bump actions/checkout from 2 to 3 [#1752](https://github.com/chef/ohai/pull/1752) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 18.0.20 -->
- 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 -->
diff --git a/VERSION b/VERSION
index fbe0a0e4..09730136 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.20 \ No newline at end of file
+18.0.21 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e3a136f0..11658634 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.20"
+ VERSION = "18.0.21"
end