Skip to content

Commit

Permalink
Bump version to 18.2.5 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 Jan 22, 2025
1 parent 1e9f585 commit 58ee0df
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 18.2.4 -->
## [v18.2.4](https://github.com/chef/ohai/tree/v18.2.4) (2024-08-13)
<!-- latest_release 18.2.5 -->
## [v18.2.5](https://github.com/chef/ohai/tree/v18.2.5) (2025-01-22)

#### Merged Pull Requests
- [18-stable] Migrate from Chefstyle to Cookstyle gem [#1834](https://github.com/chef/ohai/pull/1834) ([dafyddcrosby](https://github.com/dafyddcrosby))
- Limit ffi to 1.17.0 for 18-stable [#1860](https://github.com/chef/ohai/pull/1860) ([tpowell-progress](https://github.com/tpowell-progress))
<!-- latest_release -->

<!-- release_rollup since=18.1.18 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Limit ffi to 1.17.0 for 18-stable [#1860](https://github.com/chef/ohai/pull/1860) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 18.2.5 -->
- [18-stable] Migrate from Chefstyle to Cookstyle gem [#1834](https://github.com/chef/ohai/pull/1834) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 18.2.4 -->
- [#1830][18-stable] Check that sysfs directory exists before reading [#1832](https://github.com/chef/ohai/pull/1832) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 18.2.3 -->
- [Chef18] Use Chef 18 branches of chef/chef [#1829](https://github.com/chef/ohai/pull/1829) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 18.2.2 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.2.4
18.2.5
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 = "18.2.4"
VERSION = "18.2.5"
end

0 comments on commit 58ee0df

Please sign in to comment.