summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-07 22:46:10 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-07 22:46:10 +0000
commitecac9bc41e7aff16786af373029d685ac7f558d4 (patch)
treee1acc9db8da55efbe042dab2539fcab7ba4e6739
parent3ccfc28cdf9d6320f0e576026c27dd51cfb28240 (diff)
downloadohai-ecac9bc41e7aff16786af373029d685ac7f558d4.tar.gz
Bump version to 18.0.10 by Chef Expeditorv18.0.10
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 eed59475..5d8e30a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 18.0.9 -->
-## [v18.0.9](https://github.com/chef/ohai/tree/v18.0.9) (2022-03-16)
+<!-- latest_release 18.0.10 -->
+## [v18.0.10](https://github.com/chef/ohai/tree/v18.0.10) (2022-04-07)
#### Merged Pull Requests
-- [mdadm] Record array UUID [#1742](https://github.com/chef/ohai/pull/1742) ([saravan2](https://github.com/saravan2))
+- Updating For Ruby 3.1 [#1744](https://github.com/chef/ohai/pull/1744) ([johnmccrae](https://github.com/johnmccrae))
<!-- latest_release -->
<!-- release_rollup since=17.9.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Network: Add support for parsing multipath routing [#1736](https://github.com/chef/ohai/pull/1736) ([anitazha](https://github.com/anitazha)) <!-- 18.0.7 -->
diff --git a/VERSION b/VERSION
index ed0c79eb..ac9886ab 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.9 \ No newline at end of file
+18.0.10 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d2e79d84..b2243e27 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.9"
+ VERSION = "18.0.10"
end