diff options
author | Tim Smith <tsmith84@gmail.com> | 2016-05-11 15:13:29 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2016-05-11 15:13:29 -0700 |
commit | aa8ae8e268550a3e925126de9e4fa28d536b732b (patch) | |
tree | e198e3627e4898a7f46a5bd3df25a23e4f97177e | |
parent | ab28b87666fadcb62a69dc1fb5c60b23db9b3771 (diff) | |
download | ohai-aa8ae8e268550a3e925126de9e4fa28d536b732b.tar.gz |
Release 8.16.08.16.0
Time to get this into our nightlies
-rw-r--r-- | CHANGELOG.md | 23 | ||||
-rw-r--r-- | DOC_CHANGES.md | 4 | ||||
-rw-r--r-- | OHAI_MVPS.md | 1 | ||||
-rw-r--r-- | RELEASE_NOTES.md | 13 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
5 files changed, 28 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6011c8f5..79e53a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ # Change Log -## [8.15.1](https://github.com/chef/ohai/tree/8.15.1) (2016-04-20) -[Full Changelog](https://github.com/chef/ohai/compare/v8.15.0...8.15.1) +## [8.16.0](https://github.com/chef/ohai/tree/8.16.0) (2016-05-11) +[Full Changelog](https://github.com/chef/ohai/compare/v8.15.1...8.16.0) + +**Implemented enhancements:** + +- Properly poll Openstack metadata + other Openstack improvements [\#818](https://github.com/chef/ohai/pull/818) ([tas50](https://github.com/tas50)) +- Update packages plugin to support PLD Linux as an RPM distro [\#813](https://github.com/chef/ohai/pull/813) ([glensc](https://github.com/glensc)) +- Add detection of bhyve guests running Linux/\*BSD [\#812](https://github.com/chef/ohai/pull/812) ([tas50](https://github.com/tas50)) +- Consistent plugin debug logging [\#810](https://github.com/chef/ohai/pull/810) ([tas50](https://github.com/tas50)) +- Extra debug logging and error handling in plugin loading [\#808](https://github.com/chef/ohai/pull/808) ([tas50](https://github.com/tas50)) +- Language plugins: Improve failure logging, update specs, general cleanup [\#805](https://github.com/chef/ohai/pull/805) ([tas50](https://github.com/tas50)) +- Add method to safely get or check the existence of attributes [\#796](https://github.com/chef/ohai/pull/796) ([mcquin](https://github.com/mcquin)) + +**Fixed bugs:** + +- Prevent parallels spec from checking the filesystem [\#811](https://github.com/chef/ohai/pull/811) ([tas50](https://github.com/tas50)) + +## [v8.15.1](https://github.com/chef/ohai/tree/v8.15.1) (2016-04-20) +[Full Changelog](https://github.com/chef/ohai/compare/v8.15.0...v8.15.1) **Fixed bugs:** @@ -20,7 +37,7 @@ - Fix Elixir version detection on newer Elixir releases [\#802](https://github.com/chef/ohai/pull/802) ([tas50](https://github.com/tas50)) - Correct the version detection in erlang plugin [\#801](https://github.com/chef/ohai/pull/801) ([tas50](https://github.com/tas50)) - Fix mono builddate capture and add debug logging [\#800](https://github.com/chef/ohai/pull/800) ([tas50](https://github.com/tas50)) -- Fix the scala plugin [\#799](https://github.com/chef/ohai/pull/799) ([tas50](https://github.com/tas50)) +- Fix the scala plugin to properly return data [\#799](https://github.com/chef/ohai/pull/799) ([tas50](https://github.com/tas50)) - Don't execute .so libs for Windows [\#798](https://github.com/chef/ohai/pull/798) ([chefsalim](https://github.com/chefsalim)) ## [8.14.0](https://github.com/chef/ohai/tree/8.14.0) (2016-04-08) diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index 0b18abaf..c473f9d3 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -7,7 +7,3 @@ Description of the required change. --> # Ohai Doc Changes: - -## openSUSE Leap - -openSUSE Leap is now detected as platform opensuseleap and platform_family suse diff --git a/OHAI_MVPS.md b/OHAI_MVPS.md index aabdd34d..0f61d252 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.16.0 | 2016-05-12 | Elan Ruusamäe | | 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 | diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c5741c00..391df975 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -9,15 +9,14 @@ Details about the thing that changed that needs to get included in the Release N # Ohai Release Notes: -## Amazon EC2 +## Openstack -- Windows instances running Amazon created AMIs will now be automatically detected as running in AWS -- Linux AWS detect has been improved and false detection of systems running in other clouds have been resolved. +- Openstack metadata will now be properly polled if either a hint file or Openstack DMI data is present. This data will be used to populate IP information in the cloud and cloudv2 plugins -## Packages Plugin +## bhyve -The packages plugin no longer requires Ohai configuration to enable the plugin. Any existing configuration will be ignored and can be removed. +- Nodes running as bhyve guests will now be identified in the virtualization plugin -## Shell Out Timeout +## PLD Linux -Plugins that shellout via the shell_out helper will now timeout after 30 seconds to prevent hung runs. The helper also includes the ability to change this time if necessary in your own plugins. +- Package information will now be gathered in PLD Linux diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index b512b15a..2e58758f 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.15.1" + VERSION = "8.16.0" end |