summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-18 17:20:00 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-18 17:20:00 +0000
commitd6662b7f4a4705535f065b974f0f5c222738c448 (patch)
tree795b4d316e17e025909ebeb82788b21cdabdc054
parent5425a5daa1c94198bd53ed53d9e588bb005ae42d (diff)
downloadohai-d6662b7f4a4705535f065b974f0f5c222738c448.tar.gz
Bump version to 18.0.6 by Chef Expeditorv18.0.6
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 27a7e4f1..7f1325f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 18.0.5 -->
-## [v18.0.5](https://github.com/chef/ohai/tree/v18.0.5) (2022-02-10)
+<!-- latest_release 18.0.6 -->
+## [v18.0.6](https://github.com/chef/ohai/tree/v18.0.6) (2022-02-18)
#### Merged Pull Requests
-- Add btrfs specific data to filesystem plugin [#1732](https://github.com/chef/ohai/pull/1732) ([boryas](https://github.com/boryas))
+- Update chefstyle requirement from 2.2.1 to 2.2.2 [#1737](https://github.com/chef/ohai/pull/1737) ([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 chefstyle requirement from 2.2.1 to 2.2.2 [#1737](https://github.com/chef/ohai/pull/1737) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 18.0.6 -->
- Add btrfs specific data to filesystem plugin [#1732](https://github.com/chef/ohai/pull/1732) ([boryas](https://github.com/boryas)) <!-- 18.0.5 -->
- Update chefstyle requirement from 2.2.0 to 2.2.1 [#1728](https://github.com/chef/ohai/pull/1728) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 18.0.4 -->
- Network: Record xdp data from ip link. [#1730](https://github.com/chef/ohai/pull/1730) ([zalokhan](https://github.com/zalokhan)) <!-- 18.0.3 -->
diff --git a/VERSION b/VERSION
index fed60262..999ba7db 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.5 \ No newline at end of file
+18.0.6 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d2c25f63..b21049e3 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.5"
+ VERSION = "18.0.6"
end