summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-27 00:51:54 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-27 00:51:54 +0000
commitad3dc85244b3dea6f57bf6316d525717546cce77 (patch)
treee7f3ede4a903b8ad31171a95db9b1460d80a7e1f
parent2ee84c83efdd9d2ca12600413fdf9f0d1628b71e (diff)
downloadohai-ad3dc85244b3dea6f57bf6316d525717546cce77.tar.gz
Bump version to 17.0.42 by Chef Expeditorv17.0.42
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 7cc5cde1..452a6c5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.41 -->
-## [v17.0.41](https://github.com/chef/ohai/tree/v17.0.41) (2021-04-27)
+<!-- latest_release 17.0.42 -->
+## [v17.0.42](https://github.com/chef/ohai/tree/v17.0.42) (2021-04-27)
#### Merged Pull Requests
-- Use filter_map where we can [#1656](https://github.com/chef/ohai/pull/1656) ([tas50](https://github.com/tas50))
+- Chef 17: Set &#39;filesystem&#39; to be new-style data on Windows [#1662](https://github.com/chef/ohai/pull/1662) ([jaymzh](https://github.com/jaymzh))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Chef 17: Set &#39;filesystem&#39; to be new-style data on Windows [#1662](https://github.com/chef/ohai/pull/1662) ([jaymzh](https://github.com/jaymzh)) <!-- 17.0.42 -->
- Use filter_map where we can [#1656](https://github.com/chef/ohai/pull/1656) ([tas50](https://github.com/tas50)) <!-- 17.0.41 -->
- Update minimum version of chef-config [#1659](https://github.com/chef/ohai/pull/1659) ([pravi](https://github.com/pravi)) <!-- 17.0.40 -->
- Dead links fixed [#1657](https://github.com/chef/ohai/pull/1657) ([craftsbyshuvro](https://github.com/craftsbyshuvro)) <!-- 17.0.39 -->
diff --git a/VERSION b/VERSION
index 2a6f41d0..0a492229 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.41 \ No newline at end of file
+17.0.42 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 31a45ec3..d6f754a3 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.0.41"
+ VERSION = "17.0.42"
end