summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-23 17:18:26 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-23 17:18:26 +0000
commit03b7d1483251b188d0bac2860c70bba4bd5f2739 (patch)
treec408bb49ec54f46e9aad49e1ad193f61bb2a6a8b
parent48c0eb31d121ac9c479d25851d86324024a7eea7 (diff)
downloadohai-03b7d1483251b188d0bac2860c70bba4bd5f2739.tar.gz
Bump version to 17.0.22 by Chef Expeditorv17.0.22
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 129941a4..87262d9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.21 -->
-## [v17.0.21](https://github.com/chef/ohai/tree/v17.0.21) (2021-02-22)
+<!-- latest_release 17.0.22 -->
+## [v17.0.22](https://github.com/chef/ohai/tree/v17.0.22) (2021-02-23)
#### Merged Pull Requests
-- Adds chef_effortless collection to chef plugin [#1624](https://github.com/chef/ohai/pull/1624) ([collinmcneese](https://github.com/collinmcneese))
+- Don&#39;t return in the hab plugin [#1625](https://github.com/chef/ohai/pull/1625) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Add Alibaba cloud plugin [#1620](https://github.com/chef/ohai/pull/1620) ([tas50](https://github.com/tas50)) <!-- 17.0.19 -->
diff --git a/VERSION b/VERSION
index f68ef7fa..4c41c7d3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.21 \ No newline at end of file
+17.0.22 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index ab4702fd..509148c6 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.21"
+ VERSION = "17.0.22"
end