summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 16:47:46 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 16:47:46 +0000
commitab445609434ce12468e5d664830bb645c0bd4b90 (patch)
treebecc5f364c337fe0359596f2ebed5be583fc7959
parent63054a95af36e2e1f5d9f2cad8215ceee8f540f0 (diff)
downloadohai-16.12.2.tar.gz
Bump version to 16.12.2 by Chef Expeditorv16.12.2
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 b611a2ea..1e97561b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.12.1 -->
-## [v16.12.1](https://github.com/chef/ohai/tree/v16.12.1) (2021-04-02)
+<!-- latest_release 16.12.2 -->
+## [v16.12.2](https://github.com/chef/ohai/tree/v16.12.2) (2021-04-02)
#### Merged Pull Requests
-- Identify effortless installs in the Chef plugin [#1640](https://github.com/chef/ohai/pull/1640) ([tas50](https://github.com/tas50))
+- Detect docker properly even if it&#39;s within virtualization [#1641](https://github.com/chef/ohai/pull/1641) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.10.7 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Detect docker properly even if it&#39;s within virtualization [#1641](https://github.com/chef/ohai/pull/1641) ([tas50](https://github.com/tas50)) <!-- 16.12.2 -->
- Identify effortless installs in the Chef plugin [#1640](https://github.com/chef/ohai/pull/1640) ([tas50](https://github.com/tas50)) <!-- 16.12.1 -->
- Add platform / platform_family detection for Alibaba Cloud Linux [#1639](https://github.com/chef/ohai/pull/1639) ([tas50](https://github.com/tas50)) <!-- 16.12.0 -->
- Update `packages` for Windows to be complete. [#1638](https://github.com/chef/ohai/pull/1638) ([tas50](https://github.com/tas50)) <!-- 16.11.0 -->
diff --git a/VERSION b/VERSION
index edb9a482..04365e31 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.12.1 \ No newline at end of file
+16.12.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index fd201afe..f5e9d3c7 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.12.1"
+ VERSION = "16.12.2"
end