summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-03-07 19:55:13 -0800
committerJohn Keiser <john@johnkeiser.com>2016-03-07 19:55:13 -0800
commit779213baf23968b05235787c77c095128444da26 (patch)
treec51ff3fcb5ccce6eb5ac663def946efd4efdbdf7
parent907dc4894a5b8a5609d3df15e646b3ce4cc021c4 (diff)
downloadohai-jk/8.11.1.tar.gz
Bump version to 8.11.1v8.11.1jk/bump-versionjk/8.11.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--lib/ohai/version.rb2
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 009cdd99..87cb89ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Change Log
-## [8.11.0](https://github.com/chef/ohai/tree/8.11.0) (2016-03-02)
-[Full Changelog](https://github.com/chef/ohai/compare/v8.10.0...8.11.0)
+## [8.11.1](https://github.com/chef/ohai/tree/8.11.1) (2016-03-07)
+[Full Changelog](https://github.com/chef/ohai/compare/v8.10.0...8.11.1)
**Implemented enhancements:**
@@ -15,8 +15,11 @@
**Fixed bugs:**
-- EC2 autodetection is broken [\#691](https://github.com/chef/ohai/issues/691)
+- KVM modules is a bogus way to detect a KVM host [\#749](https://github.com/chef/ohai/issues/749)
+- Azure hosts should not also show up as Hyper-V guests [\#665](https://github.com/chef/ohai/issues/665)
+- Use escape\_glob\_dir instead of escape\_glob [\#747](https://github.com/chef/ohai/pull/747) ([jaym](https://github.com/jaym))
- have a proper dependency on plist [\#737](https://github.com/chef/ohai/pull/737) ([thommay](https://github.com/thommay))
+- Fix digital ocean ip address detection [\#735](https://github.com/chef/ohai/pull/735) ([ctso](https://github.com/ctso))
- Log sigar gem load failures [\#731](https://github.com/chef/ohai/pull/731) ([tas50](https://github.com/tas50))
- ipaddress on Linux - default route pointing to unaddressed interface, with route src [\#682](https://github.com/chef/ohai/pull/682) ([glennmatthews](https://github.com/glennmatthews))
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 65ec1500..ea51dcd6 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.11.0"
+ VERSION = "8.11.1"
end