summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-08-09 19:38:26 +0000
committerChef Expeditor <chef-ci@chef.io>2022-08-09 19:38:26 +0000
commit89e6a08889f414efabc53a1c15c418baddc5cd2d (patch)
tree9e9f010b89ffac8b238e8b5d41b49c34af0b7cc1
parentab1a32cd15265a5305bcb0f81f5115ab9d917799 (diff)
downloadohai-89e6a08889f414efabc53a1c15c418baddc5cd2d.tar.gz
Bump version to 18.0.20 by Chef Expeditorv18.0.20
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 6cb4be09..2ed7ac95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 18.0.19 -->
-## [v18.0.19](https://github.com/chef/ohai/tree/v18.0.19) (2022-08-09)
+<!-- latest_release 18.0.20 -->
+## [v18.0.20](https://github.com/chef/ohai/tree/v18.0.20) (2022-08-09)
#### Merged Pull Requests
-- Add additional SUSE and openSUSE platforms - micro, hpc [#1753](https://github.com/chef/ohai/pull/1753) ([jamesongithub](https://github.com/jamesongithub))
+- Bump actions/checkout from 2 to 3 [#1752](https://github.com/chef/ohai/pull/1752) ([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
+- 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 -->
- Do not attempt to reinitialize constants [#1758](https://github.com/chef/ohai/pull/1758) ([balasankarc](https://github.com/balasankarc)) <!-- 18.0.17 -->
diff --git a/VERSION b/VERSION
index 01d80d7c..fbe0a0e4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.19 \ No newline at end of file
+18.0.20 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 0cdceff4..e3a136f0 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.19"
+ VERSION = "18.0.20"
end