Skip to content

Commit e787807

Browse files
committed
Bump version to 19.1.12 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 3484d0f commit e787807

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# Change Log
22

3-
<!-- latest_release 19.1.11 -->
4-
## [v19.1.11](https://github.com/chef/ohai/tree/v19.1.11) (2025-10-14)
3+
<!-- latest_release 19.1.12 -->
4+
## [v19.1.12](https://github.com/chef/ohai/tree/v19.1.12) (2025-10-15)
55

66
#### Merged Pull Requests
7-
- Fixing CI by disabling broken tests [#1894](https://github.com/chef/ohai/pull/1894) ([jaymzh](https://github.com/jaymzh))
7+
- js/Adjusting IPROUTE_INT_REGEX to match interfaces with a semicolon [#1893](https://github.com/chef/ohai/pull/1893) ([justintsteele](https://github.com/justintsteele))
88
<!-- latest_release -->
99

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

1313
#### Merged Pull Requests
14+
- js/Adjusting IPROUTE_INT_REGEX to match interfaces with a semicolon [#1893](https://github.com/chef/ohai/pull/1893) ([justintsteele](https://github.com/justintsteele)) <!-- 19.1.12 -->
1415
- Fixing CI by disabling broken tests [#1894](https://github.com/chef/ohai/pull/1894) ([jaymzh](https://github.com/jaymzh)) <!-- 19.1.11 -->
1516
- set up ai assisted development workflow [#1887](https://github.com/chef/ohai/pull/1887) ([rishichawda](https://github.com/rishichawda)) <!-- 19.1.10 -->
1617
- Fixing network detection when using multipath route [#1885](https://github.com/chef/ohai/pull/1885) ([achamo](https://github.com/achamo)) <!-- 19.1.9 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.1.11
1+
19.1.12

lib/ohai/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919

2020
module Ohai
2121
OHAI_ROOT = File.expand_path(__dir__)
22-
VERSION = "19.1.11"
22+
VERSION = "19.1.12"
2323
end

0 commit comments

Comments
 (0)