summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-05 18:04:23 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-05 18:04:23 +0000
commite06c0f80ef0ce533b45fe86d5205e5e3a30cbd0d (patch)
tree7f20a349032a7bf099cd0222d03fa4db1014b703
parent144715bdd024c9a988554af6858f24cc03a6a78f (diff)
downloadohai-e06c0f80ef0ce533b45fe86d5205e5e3a30cbd0d.tar.gz
Bump version to 17.7.0 by Chef Expeditorv17.7.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 d45f9d2b..9f2ebcf5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 17.7.0 -->
+## [v17.7.0](https://github.com/chef/ohai/tree/v17.7.0) (2021-10-05)
+
+#### Merged Pull Requests
+- ohai/plugins/packages.rb - order change - present in both ohai 16 and 17 - impact chef 16/17 [#1669](https://github.com/chef/ohai/pull/1669) ([knightorc](https://github.com/knightorc))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=17.6.0 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- ohai/plugins/packages.rb - order change - present in both ohai 16 and 17 - impact chef 16/17 [#1669](https://github.com/chef/ohai/pull/1669) ([knightorc](https://github.com/knightorc)) <!-- 17.7.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index f37fbe20..50dcdf6c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.6.0 \ No newline at end of file
+17.7.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 9995e3f2..5a5b889b 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.6.0"
+ VERSION = "17.7.0"
end