summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2ef20853..67ebf751 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.23 -->
-## [v17.0.23](https://github.com/chef/ohai/tree/v17.0.23) (2021-02-24)
+<!-- latest_release 17.0.24 -->
+## [v17.0.24](https://github.com/chef/ohai/tree/v17.0.24) (2021-03-01)
#### 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))
+- Resolve new rubocop-performance warning [#1629](https://github.com/chef/ohai/pull/1629) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Resolve new rubocop-performance warning [#1629](https://github.com/chef/ohai/pull/1629) ([tas50](https://github.com/tas50)) <!-- 17.0.24 -->
- 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 -->
diff --git a/VERSION b/VERSION
index fc374edb..0269c938 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.23 \ No newline at end of file
+17.0.24 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 9d843c7d..e0f29d8d 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.23"
+ VERSION = "17.0.24"
end