summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-17 20:02:19 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-17 20:02:19 +0000
commita021a1f23764f14567834556bd194a7e56ba797c (patch)
tree4d3685223226a274412839dd4e4f96b4200abba8
parent17c15da1af6ca8e5c9529c57e6abcbe504fa9fd3 (diff)
downloadohai-a021a1f23764f14567834556bd194a7e56ba797c.tar.gz
Bump version to 18.0.11 by Chef Expeditorv18.0.11
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 5d8e30a4..5300a6d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 18.0.10 -->
-## [v18.0.10](https://github.com/chef/ohai/tree/v18.0.10) (2022-04-07)
+<!-- latest_release 18.0.11 -->
+## [v18.0.11](https://github.com/chef/ohai/tree/v18.0.11) (2022-05-17)
#### Merged Pull Requests
-- Updating For Ruby 3.1 [#1744](https://github.com/chef/ohai/pull/1744) ([johnmccrae](https://github.com/johnmccrae))
+- Set permissions for GitHub actions [#1746](https://github.com/chef/ohai/pull/1746) ([naveensrinivasan](https://github.com/naveensrinivasan))
<!-- latest_release -->
<!-- release_rollup since=17.9.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Stop checking encoding names [#1735](https://github.com/chef/ohai/pull/1735) ([casperisfine](https://github.com/casperisfine)) <!-- 18.0.8 -->
diff --git a/VERSION b/VERSION
index ac9886ab..d8919ffa 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.10 \ No newline at end of file
+18.0.11 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index b2243e27..91286c2e 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.10"
+ VERSION = "18.0.11"
end