Skip to content

Commit d9262d0

Browse files
committed
Merge pull request #721 from chef/salam/release-891
Update changelog, bump version
2 parents 08989b7 + 573aa03 commit d9262d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Ohai Changelog
22

3+
## Release 8.10.0
4+
* [pr#720](https://github.com/chef/ohai/pull/720) Make pnp plugin opt-in via config
5+
* [pr#717](https://github.com/chef/ohai/pull/717) Don't enable packages plugin by default
6+
* [pr#711](https://github.com/chef/ohai/pull/711) Improve EC2 detection when hint isn't present
7+
38
## Release 8.9.0
49
* [**phreakocious**](https://github.com/phreakocious):
510
- Collect layer 1 Ethernet information per NIC on Linux hosts

lib/ohai/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919
module Ohai
2020
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
21-
VERSION = '8.9.0'
21+
VERSION = '8.10.0'
2222
end

0 commit comments

Comments
 (0)