summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-21 00:56:54 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-21 00:56:54 +0000
commit5431bf82583011873d8d003d70150561ab7b4123 (patch)
tree54baf22bdf51280e832de413fc4bc3244d41fdb0
parent1b8d15dd5b9126ae5c812c2050cc9a8ebbf24503 (diff)
downloadohai-17.7.4.tar.gz
Bump version to 17.7.4 by Chef Expeditorv17.7.4
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 228f7835..b2b8c4c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.7.3 -->
-## [v17.7.3](https://github.com/chef/ohai/tree/v17.7.3) (2021-10-20)
+<!-- latest_release 17.7.4 -->
+## [v17.7.4](https://github.com/chef/ohai/tree/v17.7.4) (2021-10-21)
#### Merged Pull Requests
-- Exec ohai on macOS and Windows in tests [#1701](https://github.com/chef/ohai/pull/1701) ([tas50](https://github.com/tas50))
+- Add unit testing on windows [#1680](https://github.com/chef/ohai/pull/1680) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=17.6.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add unit testing on windows [#1680](https://github.com/chef/ohai/pull/1680) ([tas50](https://github.com/tas50)) <!-- 17.7.4 -->
- Exec ohai on macOS and Windows in tests [#1701](https://github.com/chef/ohai/pull/1701) ([tas50](https://github.com/tas50)) <!-- 17.7.3 -->
- 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 -->
diff --git a/VERSION b/VERSION
index a87cdff5..3c054a26 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.7.3 \ No newline at end of file
+17.7.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 26cfdc9e..23929963 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.3"
+ VERSION = "17.7.4"
end