Skip to content

Commit

Permalink
Bump version to 18.1.15 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 24, 2023
1 parent 521d91e commit dc759f4
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.1.14 -->
## [v18.1.14](https://github.com/chef/ohai/tree/v18.1.14) (2023-10-17)
<!-- latest_release 18.1.15 -->
## [v18.1.15](https://github.com/chef/ohai/tree/v18.1.15) (2023-10-24)

#### Merged Pull Requests
- Bump actions/checkout from 3 to 4 [#1807](https://github.com/chef/ohai/pull/1807) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Detect QEMU virtualization on Darwin. [#1813](https://github.com/chef/ohai/pull/1813) ([williamtheaker](https://github.com/williamtheaker))
<!-- latest_release -->

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

#### Merged Pull Requests
- Detect QEMU virtualization on Darwin. [#1813](https://github.com/chef/ohai/pull/1813) ([williamtheaker](https://github.com/williamtheaker)) <!-- 18.1.15 -->
- Bump actions/checkout from 3 to 4 [#1807](https://github.com/chef/ohai/pull/1807) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 18.1.14 -->
- Updated the metadata versions [#1812](https://github.com/chef/ohai/pull/1812) ([johnmccrae](https://github.com/johnmccrae)) <!-- 18.1.13 -->
- Add getnameinfo as a fall through case for fqdn resolution [#1810](https://github.com/chef/ohai/pull/1810) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 18.1.12 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.1.14
18.1.15
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.1.14"
VERSION = "18.1.15"
end

0 comments on commit dc759f4

Please sign in to comment.