summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-24 06:23:48 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-24 06:23:48 +0000
commitef99354be6effa9ac48a1d1c5c5bd018f26920fb (patch)
tree05f9691a92822e28309bd0f600fa3fb5046f5841
parent365378173c078311719de0ff79eda729809522de (diff)
downloadohai-ef99354be6effa9ac48a1d1c5c5bd018f26920fb.tar.gz
Bump version to 17.0.23 by Chef Expeditorv17.0.23
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 87262d9e..2ef20853 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.22 -->
-## [v17.0.22](https://github.com/chef/ohai/tree/v17.0.22) (2021-02-23)
+<!-- latest_release 17.0.23 -->
+## [v17.0.23](https://github.com/chef/ohai/tree/v17.0.23) (2021-02-24)
#### Merged Pull Requests
-- Don&#39;t return in the hab plugin [#1625](https://github.com/chef/ohai/pull/1625) ([tas50](https://github.com/tas50))
+- Detect docker properly even if it&#39;s within virtualization [#1627](https://github.com/chef/ohai/pull/1627) ([jaymzh](https://github.com/jaymzh))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Detect docker properly even if it&#39;s within virtualization [#1627](https://github.com/chef/ohai/pull/1627) ([jaymzh](https://github.com/jaymzh)) <!-- 17.0.23 -->
- Don&#39;t return in the hab plugin [#1625](https://github.com/chef/ohai/pull/1625) ([tas50](https://github.com/tas50)) <!-- 17.0.22 -->
- Adds chef_effortless collection to chef plugin [#1624](https://github.com/chef/ohai/pull/1624) ([collinmcneese](https://github.com/collinmcneese)) <!-- 17.0.21 -->
- adds Habitat plugin [#1623](https://github.com/chef/ohai/pull/1623) ([collinmcneese](https://github.com/collinmcneese)) <!-- 17.0.20 -->
diff --git a/VERSION b/VERSION
index 4c41c7d3..fc374edb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.22 \ No newline at end of file
+17.0.23 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 509148c6..9d843c7d 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "17.0.22"
+ VERSION = "17.0.23"
end