summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-20 23:21:04 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-20 23:21:04 +0000
commit2d0a786c8e54b921ad2b29e69950339c4e6a0e26 (patch)
treee2661f1c4d145f10d71adb769f790aa321c36e3d
parent564af4a3c3b97abbad51587ec603bbe53d822426 (diff)
downloadohai-17.7.2.tar.gz
Bump version to 17.7.2 by Chef Expeditorv17.7.2
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 9d6d7899..03e915e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.7.1 -->
-## [v17.7.1](https://github.com/chef/ohai/tree/v17.7.1) (2021-10-08)
+<!-- latest_release 17.7.2 -->
+## [v17.7.2](https://github.com/chef/ohai/tree/v17.7.2) (2021-10-20)
#### 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))
+- Run macos unit tests in GitHub Actions [#1700](https://github.com/chef/ohai/pull/1700) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=17.6.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Run macos unit tests in GitHub Actions [#1700](https://github.com/chef/ohai/pull/1700) ([tas50](https://github.com/tas50)) <!-- 17.7.2 -->
- 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 087aa4f2..7a3643f7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.7.1 \ No newline at end of file
+17.7.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index dffe34c7..9f3848e9 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.1"
+ VERSION = "17.7.2"
end