We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08989b7 + 573aa03 commit d9262d0Copy full SHA for d9262d0
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Ohai Changelog
2
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
+
8
## Release 8.9.0
9
* [**phreakocious**](https://github.com/phreakocious):
10
- Collect layer 1 Ethernet information per NIC on Linux hosts
lib/ohai/version.rb
@@ -18,5 +18,5 @@
18
19
module Ohai
20
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
21
- VERSION = '8.9.0'
+ VERSION = '8.10.0'
22
end
0 commit comments