summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-09 20:08:20 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-09 20:08:20 +0000
commita22804f7f0f360951592cd783af61870f6d07e36 (patch)
treef58118834a7f7c4e86bd7672d671c52a36783aa0
parentc38d5117174dd42f19de171631d583b3295f0fbd (diff)
downloadohai-a22804f7f0f360951592cd783af61870f6d07e36.tar.gz
Bump version to 16.17.0 by Chef Expeditorv16.17.0
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/ohai/version.rb2
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82b12f0f..d4420a86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.14.0 -->
-## [v16.14.0](https://github.com/chef/ohai/tree/v16.14.0) (2021-11-09)
+<!-- latest_release 16.17.0 -->
+## [v16.17.0](https://github.com/chef/ohai/tree/v16.17.0) (2021-11-09)
#### Merged Pull Requests
-- Backport Linux OS detection improvements from Chef 17 [#1711](https://github.com/chef/ohai/pull/1711) ([tas50](https://github.com/tas50))
+- Bump version to 16.17 and fix changelog [#1716](https://github.com/chef/ohai/pull/1716) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.13.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Bump version to 16.17 and fix changelog [#1716](https://github.com/chef/ohai/pull/1716) ([tas50](https://github.com/tas50)) <!-- 16.17.0 -->
- Backport Linux OS detection improvements from Chef 17 [#1711](https://github.com/chef/ohai/pull/1711) ([tas50](https://github.com/tas50)) <!-- 16.14.0 -->
- Backport 947a97d47daa1dce6aa7b91f2057b15451805b25 (Rocky Linux detection) [#1708](https://github.com/chef/ohai/pull/1708) ([mvangoor](https://github.com/mvangoor))
- OHAI16 - Change order of collect_programs_from_registry_key [#1697](https://github.com/chef/ohai/pull/1697) ([knightorc](https://github.com/knightorc))
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 0a6174c0..0e9e071a 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.14.0"
+ VERSION = "16.17.0"
end