summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-04-08 15:50:10 -0700
committerTim Smith <tsmith84@gmail.com>2016-04-08 15:51:04 -0700
commitb56c67af13b4f6798951623027ef05e2fc724bf4 (patch)
tree933d6252284f51b706caa8bf8a680c360b9748fe
parentd840e5afb5fce06cb61bbdf17f25c4eca728b3f4 (diff)
downloadohai-8.14.tar.gz
Release 8.14.08.14
-rw-r--r--CHANGELOG.md83
-rw-r--r--OHAI_MVPS.md1
-rw-r--r--lib/ohai/version.rb2
3 files changed, 56 insertions, 30 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ea776f8..c054cf41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,60 +1,85 @@
# Change Log
-## [8.13.0](https://github.com/chef/ohai/tree/8.13.0) (2016-03-24)
-[Full Changelog](https://github.com/chef/ohai/compare/v8.12.1...8.13.0)
+## [8.14.0](https://github.com/chef/ohai/tree/8.14.0) (2016-04-08)
+
+[Full Changelog](https://github.com/chef/ohai/compare/v8.13.0...8.14.0)
+
+**Implemented enhancements:**
+
+- Improve Linux EC2 detection, fix false detection, and add Windows detection [#793](https://github.com/chef/ohai/pull/793) ([tas50](https://github.com/tas50))
+- Ohai shell_out logging, timeouts, and error handling [#788](https://github.com/chef/ohai/pull/788) ([mcquin](https://github.com/mcquin))
+- Detect openSUSE Leap as platform opensuseleap [#784](https://github.com/chef/ohai/pull/784) ([tas50](https://github.com/tas50))
+- Windows packages plugin - Get packages from registry [#778](https://github.com/chef/ohai/pull/778) ([sh9189](https://github.com/sh9189))
+
+**Fixed bugs:**
+
+- AIX: Set os_version to match the output of oslevel -s [#790](https://github.com/chef/ohai/pull/790) ([juliandunn](https://github.com/juliandunn))
+- Remove ec2metadata CLI as an EC2 detection method [#787](https://github.com/chef/ohai/pull/787) ([tas50](https://github.com/tas50))
+- solaris11_network: Handle solaris 11 zone interfaces [#742](https://github.com/chef/ohai/pull/742) ([MarkGibbons](https://github.com/MarkGibbons))
+
+**Merged pull requests:**
+
+- Update chefstyle to 0.3.1 and fix new offenses. [#789](https://github.com/chef/ohai/pull/789) ([mcquin](https://github.com/mcquin))
+
+## [v8.13.0](https://github.com/chef/ohai/tree/v8.13.0) (2016-03-24)
+
+[Full Changelog](https://github.com/chef/ohai/compare/v8.12.1...v8.13.0)
**Implemented enhancements:**
-- Add language scala [\#524](https://github.com/chef/ohai/pull/524) ([cmluciano](https://github.com/cmluciano))
+- Add language scala [#524](https://github.com/chef/ohai/pull/524) ([cmluciano](https://github.com/cmluciano))
**Fixed bugs:**
-- Lock plist to 3.x [\#779](https://github.com/chef/ohai/pull/779) ([danielsdeleo](https://github.com/danielsdeleo))
+- Lock plist to 3.x [#779](https://github.com/chef/ohai/pull/779) ([danielsdeleo](https://github.com/danielsdeleo))
-## [8.12.1](https://github.com/chef/ohai/tree/8.12.1) (2016-03-14)
-[Full Changelog](https://github.com/chef/ohai/compare/v8.12.0...8.12.1)
+## [v8.12.1](https://github.com/chef/ohai/tree/v8.12.1) (2016-03-15)
+
+[Full Changelog](https://github.com/chef/ohai/compare/v8.12.0...v8.12.1)
**Fixed bugs:**
-- Fix gem conflicts in ruby environments that load rake 11 [\#774](https://github.com/chef/ohai/pull/774) ([danielsdeleo](https://github.com/danielsdeleo))
+- Fix gem conflicts in ruby environments that load rake 11 [#774](https://github.com/chef/ohai/pull/774) ([danielsdeleo](https://github.com/danielsdeleo))
+
+## [v8.12.0](https://github.com/chef/ohai/tree/v8.12.0) (2016-03-09)
-## [8.12.0](https://github.com/chef/ohai/tree/8.12.0) (2016-03-09)
-[Full Changelog](https://github.com/chef/ohai/compare/v8.11.1...8.12.0)
+[Full Changelog](https://github.com/chef/ohai/compare/v8.11.1...v8.12.0)
**Implemented enhancements:**
-- add plugin to detect user sessions using loginctl [\#766](https://github.com/chef/ohai/pull/766) ([davide125](https://github.com/davide125))
-- Improve virtualization detection on Solaris [\#760](https://github.com/chef/ohai/pull/760) ([tas50](https://github.com/tas50))
-- Improve FreeBSD guest virtualization detection [\#756](https://github.com/chef/ohai/pull/756) ([tas50](https://github.com/tas50))
-- Detect Openstack hosts [\#751](https://github.com/chef/ohai/pull/751) ([tas50](https://github.com/tas50))
-- Improve KVM host and guest detection [\#750](https://github.com/chef/ohai/pull/750) ([tas50](https://github.com/tas50))
-- Update GCE metadata API version and fail better [\#736](https://github.com/chef/ohai/pull/736) ([tas50](https://github.com/tas50))
+- add plugin to detect user sessions using loginctl [#766](https://github.com/chef/ohai/pull/766) ([davide125](https://github.com/davide125))
+- Improve virtualization detection on Solaris [#760](https://github.com/chef/ohai/pull/760) ([tas50](https://github.com/tas50))
+- Improve FreeBSD guest virtualization detection [#756](https://github.com/chef/ohai/pull/756) ([tas50](https://github.com/tas50))
+- Detect Openstack hosts [#751](https://github.com/chef/ohai/pull/751) ([tas50](https://github.com/tas50))
+- Improve KVM host and guest detection [#750](https://github.com/chef/ohai/pull/750) ([tas50](https://github.com/tas50))
+- Update GCE metadata API version and fail better [#736](https://github.com/chef/ohai/pull/736) ([tas50](https://github.com/tas50))
**Fixed bugs:**
-- Make ohai work with Chef 12.7 and below [\#768](https://github.com/chef/ohai/pull/768) ([jkeiser](https://github.com/jkeiser))
-- Remove XML output in VirtualizationInfo and need for hpricot gem [\#755](https://github.com/chef/ohai/pull/755) ([tas50](https://github.com/tas50))
+- Make ohai work with Chef 12.7 and below [#768](https://github.com/chef/ohai/pull/768) ([jkeiser](https://github.com/jkeiser))
+- Remove XML output in VirtualizationInfo and need for hpricot gem [#755](https://github.com/chef/ohai/pull/755) ([tas50](https://github.com/tas50))
## [v8.11.1](https://github.com/chef/ohai/tree/v8.11.1) (2016-03-08)
+
[Full Changelog](https://github.com/chef/ohai/compare/v8.10.0...v8.11.1)
**Implemented enhancements:**
-- Detect Azure on non-bootstrapped hosts [\#657](https://github.com/chef/ohai/issues/657)
-- Deprecate run\_command and popen4 in the command mixin [\#730](https://github.com/chef/ohai/pull/730) ([tas50](https://github.com/tas50))
-- OHAI-726 Regex to support openjdk 1.8 [\#727](https://github.com/chef/ohai/pull/727) ([davidnewman](https://github.com/davidnewman))
-- Add support for the 2 latest EC2 metadata versions [\#725](https://github.com/chef/ohai/pull/725) ([tas50](https://github.com/tas50))
-- Improved debug logging for cloud plugins [\#724](https://github.com/chef/ohai/pull/724) ([tas50](https://github.com/tas50))
-- Detect paravirt amazon instances without hint files [\#722](https://github.com/chef/ohai/pull/722) ([tas50](https://github.com/tas50))
-- Detect Azure using the Azure agent and DHCP options [\#714](https://github.com/chef/ohai/pull/714) ([tas50](https://github.com/tas50))
+- Detect Azure on non-bootstrapped hosts [#657](https://github.com/chef/ohai/issues/657)
+- Deprecate run_command and popen4 in the command mixin [#730](https://github.com/chef/ohai/pull/730) ([tas50](https://github.com/tas50))
+- OHAI-726 Regex to support openjdk 1.8 [#727](https://github.com/chef/ohai/pull/727) ([davidnewman](https://github.com/davidnewman))
+- Add support for the 2 latest EC2 metadata versions [#725](https://github.com/chef/ohai/pull/725) ([tas50](https://github.com/tas50))
+- Improved debug logging for cloud plugins [#724](https://github.com/chef/ohai/pull/724) ([tas50](https://github.com/tas50))
+- Detect paravirt amazon instances without hint files [#722](https://github.com/chef/ohai/pull/722) ([tas50](https://github.com/tas50))
+- Detect Azure using the Azure agent and DHCP options [#714](https://github.com/chef/ohai/pull/714) ([tas50](https://github.com/tas50))
**Fixed bugs:**
-- 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))
+- 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))
## Release 8.10.0
* [pr#720](https://github.com/chef/ohai/pull/720) Make Windows driver plugin opt-in via config
diff --git a/OHAI_MVPS.md b/OHAI_MVPS.md
index 3d0996fd..aabdd34d 100644
--- a/OHAI_MVPS.md
+++ b/OHAI_MVPS.md
@@ -12,6 +12,7 @@ The [MVP list](https://github.com/opscode/chef/blob/master/CHEF_MVPS.md) is kept
| Release | Date | MVP |
|---------|------|-----|
+| Ohai 8.14.0 | 2016-04-08 | Shahul Khajamohideen |
| [Ohai 6.20.0](https://www.chef.io/blog/2013/10/31/release-chef-client-11-8-0-ohai-6-20-0/) | 2013-10-31 | Paul Rossman |
| [Ohai 6.18.0](http://www.chef.io/blog/2013/07/23/chef-client-11-6-0-ohai-6-18-0-and-more/) | 2013-07-19 | Joseph Anthony Pasquale Holsten |
| [Ohai 6.16.0](http://www.chef.io/blog/2013/01/17/ohai-6-16-0-released/) | 2013-01-17 | Sascha Bates |
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 64742718..3cafbc0c 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.13.0"
+ VERSION = "8.14.0"
end