summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-17 05:29:47 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-17 05:29:47 +0000
commite1541bc6a90caa3686139524d9c1818b77ad721a (patch)
tree76a6286bef4496bfb49e1b02b065e009010f7f01
parent660d41409adb560de05e711c4689c24466062f4f (diff)
downloadohai-17.2.0.tar.gz
Bump version to 17.2.0 by Chef Expeditorv17.2.0
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 346b24bb..d6912a6a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 17.2.0 -->
+## [v17.2.0](https://github.com/chef/ohai/tree/v17.2.0) (2021-06-17)
+
+#### Merged Pull Requests
+- Add Virtuozzo as RHEL platform_family [#1670](https://github.com/chef/ohai/pull/1670) ([robertmasztalerz](https://github.com/robertmasztalerz))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=17.1.0 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Add Virtuozzo as RHEL platform_family [#1670](https://github.com/chef/ohai/pull/1670) ([robertmasztalerz](https://github.com/robertmasztalerz)) <!-- 17.2.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index ea0d54e1..b60b376a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.1.0 \ No newline at end of file
+17.2.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index f638679d..735866b8 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.1.0"
+ VERSION = "17.2.0"
end