summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-31 19:44:38 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-31 19:44:38 +0000
commit621d432f0ed0f8e0eed1911f3901c937e1111447 (patch)
treec75731481e64f7ff19a23cd9b032aecc522fb509
parent06fc3473963d182f83e4b55622e10e0faab54f98 (diff)
downloadohai-621d432f0ed0f8e0eed1911f3901c937e1111447.tar.gz
Bump version to 18.0.13 by Chef Expeditorv18.0.13
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 cd9cd523..f0e3229c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 18.0.12 -->
-## [v18.0.12](https://github.com/chef/ohai/tree/v18.0.12) (2022-05-17)
+<!-- latest_release 18.0.13 -->
+## [v18.0.13](https://github.com/chef/ohai/tree/v18.0.13) (2022-05-31)
#### 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]))
+- networking/linux: map src only default routes accordingly [#1741](https://github.com/chef/ohai/pull/1741) ([mattp-](https://github.com/mattp-))
<!-- latest_release -->
<!-- release_rollup since=17.9.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- networking/linux: map src only default routes accordingly [#1741](https://github.com/chef/ohai/pull/1741) ([mattp-](https://github.com/mattp-)) <!-- 18.0.13 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 898e94c8..0030c81d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.12 \ No newline at end of file
+18.0.13 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 3b98b072..d1ddbee3 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.12"
+ VERSION = "18.0.13"
end