summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-08 17:46:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-08 17:46:51 +0000
commit015f61868abdc5e1ff7556460d894ca288de0148 (patch)
treebdd6a8b80b2e921b27aa8de20aaaa44da0fcfd11
parentefbeece947786b994ae8f55d58062f9e333e3193 (diff)
downloadohai-015f61868abdc5e1ff7556460d894ca288de0148.tar.gz
Bump version to 17.7.1 by Chef Expeditorv17.7.1
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 9f2ebcf5..9d6d7899 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.7.0 -->
-## [v17.7.0](https://github.com/chef/ohai/tree/v17.7.0) (2021-10-05)
+<!-- latest_release 17.7.1 -->
+## [v17.7.1](https://github.com/chef/ohai/tree/v17.7.1) (2021-10-08)
#### 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))
+- Fix handling of remote targets for Ohai [#1698](https://github.com/chef/ohai/pull/1698) ([tecracer-theinen](https://github.com/tecracer-theinen))
<!-- latest_release -->
<!-- release_rollup since=17.6.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fix handling of remote targets for Ohai [#1698](https://github.com/chef/ohai/pull/1698) ([tecracer-theinen](https://github.com/tecracer-theinen)) <!-- 17.7.1 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 50dcdf6c..087aa4f2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.7.0 \ No newline at end of file
+17.7.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 5a5b889b..dffe34c7 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.7.0"
+ VERSION = "17.7.1"
end