Skip to content

Commit

Permalink
Bump version to 17.0.42 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Apr 27, 2021
1 parent 2ee84c8 commit ad3dc85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.0.41
17.0.42
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

module Ohai
OHAI_ROOT = File.expand_path(__dir__)
VERSION = "17.0.41"
VERSION = "17.0.42"
end

0 comments on commit ad3dc85

Please sign in to comment.