summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-17 20:05:57 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-17 20:05:57 +0000
commit062d2b42bc3c235335956ee2ff62d1f520714637 (patch)
tree16291651043bbd35ad226b40915fdc4f1ebfed99
parent57132ad6739d13a706715beb772b7b1af9a93beb (diff)
downloadohai-062d2b42bc3c235335956ee2ff62d1f520714637.tar.gz
Bump version to 18.0.12 by Chef Expeditorv18.0.12
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 5300a6d2..cd9cd523 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 18.0.11 -->
-## [v18.0.11](https://github.com/chef/ohai/tree/v18.0.11) (2022-05-17)
+<!-- latest_release 18.0.12 -->
+## [v18.0.12](https://github.com/chef/ohai/tree/v18.0.12) (2022-05-17)
#### Merged Pull Requests
-- Set permissions for GitHub actions [#1746](https://github.com/chef/ohai/pull/1746) ([naveensrinivasan](https://github.com/naveensrinivasan))
+- Update rubocop-performance requirement from 1.13.2 to 1.13.3 [#1740](https://github.com/chef/ohai/pull/1740) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=17.9.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update rubocop-performance requirement from 1.13.2 to 1.13.3 [#1740](https://github.com/chef/ohai/pull/1740) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 18.0.12 -->
- Set permissions for GitHub actions [#1746](https://github.com/chef/ohai/pull/1746) ([naveensrinivasan](https://github.com/naveensrinivasan)) <!-- 18.0.11 -->
- Updating For Ruby 3.1 [#1744](https://github.com/chef/ohai/pull/1744) ([johnmccrae](https://github.com/johnmccrae)) <!-- 18.0.10 -->
- [mdadm] Record array UUID [#1742](https://github.com/chef/ohai/pull/1742) ([saravan2](https://github.com/saravan2)) <!-- 18.0.9 -->
diff --git a/VERSION b/VERSION
index d8919ffa..898e94c8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.11 \ No newline at end of file
+18.0.12 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 91286c2e..3b98b072 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.11"
+ VERSION = "18.0.12"
end