Skip to content

Commit

Permalink
Bump version to 19.0.4 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 Oct 22, 2024
1 parent 90d0121 commit 88f6936
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 19.0.3 -->
## [v19.0.3](https://github.com/chef/ohai/tree/v19.0.3) (2024-08-13)
<!-- latest_release 19.0.4 -->
## [v19.0.4](https://github.com/chef/ohai/tree/v19.0.4) (2024-10-22)

#### Merged Pull Requests
- Migrate from Chefstyle to Cookstyle gem [#1833](https://github.com/chef/ohai/pull/1833) ([dafyddcrosby](https://github.com/dafyddcrosby))
- FreeBSD: Permit underscores in interface names [#1837](https://github.com/chef/ohai/pull/1837) ([feld](https://github.com/feld))
<!-- latest_release -->

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

#### Merged Pull Requests
- FreeBSD: Permit underscores in interface names [#1837](https://github.com/chef/ohai/pull/1837) ([feld](https://github.com/feld)) <!-- 19.0.4 -->
- Migrate from Chefstyle to Cookstyle gem [#1833](https://github.com/chef/ohai/pull/1833) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 19.0.3 -->
- [#1830] Check that sysfs directory exists before reading [#1831](https://github.com/chef/ohai/pull/1831) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 19.0.2 -->
- cpu: Fix issues with newer versions of lscpu [#1809](https://github.com/chef/ohai/pull/1809) ([ramereth](https://github.com/ramereth)) <!-- 19.0.1 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.0.3
19.0.4
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 = "19.0.3"
VERSION = "19.0.4"
end

0 comments on commit 88f6936

Please sign in to comment.