summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-20 00:29:19 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-20 00:29:19 +0000
commit6453c81de7c2fcd2a8815120d2893293988988e0 (patch)
tree039cbdfb2fd710997ed034271078d32a463ac532
parentf220c434bbc81bced91a8971b33973b5177cfec5 (diff)
downloadohai-6453c81de7c2fcd2a8815120d2893293988988e0.tar.gz
Bump version to 17.0.20 by Chef Expeditorv17.0.20
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 816daaa6..b197fe96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.19 -->
-## [v17.0.19](https://github.com/chef/ohai/tree/v17.0.19) (2021-02-11)
+<!-- latest_release 17.0.20 -->
+## [v17.0.20](https://github.com/chef/ohai/tree/v17.0.20) (2021-02-20)
#### Merged Pull Requests
-- Add Alibaba cloud plugin [#1620](https://github.com/chef/ohai/pull/1620) ([tas50](https://github.com/tas50))
+- adds Habitat plugin [#1623](https://github.com/chef/ohai/pull/1623) ([collinmcneese](https://github.com/collinmcneese))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- Add platform / platform_family detection for Alibaba Cloud Linux [#1618](https://github.com/chef/ohai/pull/1618) ([tas50](https://github.com/tas50)) <!-- 17.0.18 -->
- Update `packages` for Windows to be complete. [#1616](https://github.com/chef/ohai/pull/1616) ([jaymzh](https://github.com/jaymzh)) <!-- 17.0.17 -->
diff --git a/VERSION b/VERSION
index c62dfd3a..19304f72 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.19 \ No newline at end of file
+17.0.20 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d1e7988b..ba5049c6 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.19"
+ VERSION = "17.0.20"
end