summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-07 03:56:19 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-07 03:56:19 +0000
commit7b33f59cd06ebee58c0cbc73fe2af45840d2ee1e (patch)
tree1771ccf024059671c2b6dead5bdda543ab17f367
parent60d1e07077336cc6bc073a860c05bb03ae6831d7 (diff)
downloadohai-7b33f59cd06ebee58c0cbc73fe2af45840d2ee1e.tar.gz
Bump version to 17.0.25 by Chef Expeditorv17.0.25
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 67ebf751..77563e64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.24 -->
-## [v17.0.24](https://github.com/chef/ohai/tree/v17.0.24) (2021-03-01)
+<!-- latest_release 17.0.25 -->
+## [v17.0.25](https://github.com/chef/ohai/tree/v17.0.25) (2021-03-07)
#### Merged Pull Requests
-- Resolve new rubocop-performance warning [#1629](https://github.com/chef/ohai/pull/1629) ([tas50](https://github.com/tas50))
+- Update rubocop-performance to 1.10.1 and revert optimization [#1630](https://github.com/chef/ohai/pull/1630) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update rubocop-performance to 1.10.1 and revert optimization [#1630](https://github.com/chef/ohai/pull/1630) ([tas50](https://github.com/tas50)) <!-- 17.0.25 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 0269c938..12d2fb91 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.24 \ No newline at end of file
+17.0.25 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e0f29d8d..abcadaa8 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.24"
+ VERSION = "17.0.25"
end