summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2016-02-03 09:20:30 -0800
committerSalim Alam <salam@chef.io>2016-02-03 09:20:30 -0800
commitd9262d06e906b64dc47190ccb0210fc100121561 (patch)
treef11dc464cd57a5662b4293e49caa905805aa77f5
parent08989b767d390636d30a92b68db9507b1438b041 (diff)
parent573aa03ab0e7e8217ad23e83c47b79b332445bad (diff)
downloadohai-d9262d06e906b64dc47190ccb0210fc100121561.tar.gz
Merge pull request #721 from chef/salam/release-891v8.10.0
Update changelog, bump version
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/ohai/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55f5a4ca..85a101da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Ohai Changelog
+## Release 8.10.0
+* [pr#720](https://github.com/chef/ohai/pull/720) Make pnp plugin opt-in via config
+* [pr#717](https://github.com/chef/ohai/pull/717) Don't enable packages plugin by default
+* [pr#711](https://github.com/chef/ohai/pull/711) Improve EC2 detection when hint isn't present
+
## Release 8.9.0
* [**phreakocious**](https://github.com/phreakocious):
- Collect layer 1 Ethernet information per NIC on Linux hosts
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 598347c3..ee92b648 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = '8.9.0'
+ VERSION = '8.10.0'
end