summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-30 17:46:50 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-30 17:46:50 +0000
commit3c77e1ac8753552818ed2045bc17e6971fb86720 (patch)
tree5910aead4e22a460bd9de6f39b95dd4f9987ffc8
parent8fb5fb625471f85c126159cf12a99befa558ee82 (diff)
downloadohai-3c77e1ac8753552818ed2045bc17e6971fb86720.tar.gz
Bump version to 16.2.2 by Chef Expeditorv16.2.2
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9204cf89..f48904d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.2.2 -->
+## [v16.2.2](https://github.com/chef/ohai/tree/v16.2.2) (2020-06-30)
+
+#### Merged Pull Requests
+- Fix docker detection in ohai virtualization [#1476](https://github.com/chef/ohai/pull/1476) ([jaymzh](https://github.com/jaymzh))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.2.1 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Fix docker detection in ohai virtualization [#1476](https://github.com/chef/ohai/pull/1476) ([jaymzh](https://github.com/jaymzh)) <!-- 16.2.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index e9c8486a..c70abaa3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.2.1 \ No newline at end of file
+16.2.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e543e6b8..28584637 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "16.2.1".freeze
+ VERSION = "16.2.2".freeze
end