diff options
author | Tim Smith <tsmith@chef.io> | 2017-09-11 10:02:05 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-09-11 10:02:05 -0700 |
commit | 1c1a7a77d1ca5a3501e0ee0c2361f8c01df73222 (patch) | |
tree | b076025eb57b744dfa9cd450fc04f0b5d9f1066b | |
parent | dccaaf9074da9109c1576d4abd54b548282cd783 (diff) | |
download | ohai-1c1a7a77d1ca5a3501e0ee0c2361f8c01df73222.tar.gz |
Release Ohai 13.4
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | CHANGELOG.md | 42 | ||||
-rw-r--r-- | RELEASE_NOTES.md | 77 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
3 files changed, 115 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a22a1c..3d11dc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,46 @@ # Change Log -## [v13.1.0](https://github.com/chef/ohai/tree/v13.1.0) (2017-05-09) +## [v13.4.0](https://github.com/chef/ohai/tree/v13.4.0) (2017-09-11) + +[Full Changelog](https://github.com/chef/ohai/compare/v13.3.0...v13.4.0) + +- Add Arch Linux support to package plugin [#1042](https://github.com/chef/ohai/pull/1042) +- Detect LXC if LXC and Docker are on the same host [#1055](https://github.com/chef/ohai/pull/1055) +- Add Azure metadata endpoint support [#1033](https://github.com/chef/ohai/pull/1033) +- Move all requires into the plugin definitions [#1045](https://github.com/chef/ohai/pull/1045) +- Improve detection of Windows EC2 nodes by using UUID information [#1052](https://github.com/chef/ohai/pull/1052) +- Add error handling in Linux filesystem plugin [#1047](https://github.com/chef/ohai/pull/1047) +- Properly handle uptimes over a year on AIX [#1049](https://github.com/chef/ohai/pull/1049) +- Handle situations where /proc/cpuinfo lacks core data [#1038](https://github.com/chef/ohai/pull/1038) + +## [v13.3.0](https://github.com/chef/ohai/tree/v13.3.0) (2017-8-10) + +[Full Changelog](https://github.com/chef/ohai/compare/v13.2.0...v13.3.0) + +- Bump timeout for lsblk and blkid to 60s [#1042](https://github.com/chef/ohai/pull/1043) +- Detect F5 Big-IPs as platform bigip [#1035](https://github.com/chef/ohai/pull/1035) +- Properly parse Solaris network interface data [#1030](https://github.com/chef/ohai/pull/1030) + +## [v13.2.0](https://github.com/chef/ohai/tree/v13.2.0) (2017-06-29) + +[Full Changelog](https://github.com/chef/ohai/compare/v13.1.0...v13.2.0) + +- Deprecate the IPScopes Plugin [#1023](https://github.com/chef/ohai/pull/1023) +- Fix the AIX package data [#1020](https://github.com/chef/ohai/pull/1020) +- Add support for ClearLinux [#1021](https://github.com/chef/ohai/pull/1021) +- [mdadm] Handle inactive arrays correctly [#1017](https://github.com/chef/ohai/pull/1017) +- Make Linux filesystem plugin more resilient [#1014](https://github.com/chef/ohai/pull/1014) +- Add clearos platform to RHEL platform_family [#1004](https://github.com/chef/ohai/pull/1004) +- Add systemd_paths plugin for system and user paths [#1013](https://github.com/chef/ohai/pull/1013) +- Find network binaries with the which helper [#1009](https://github.com/chef/ohai/pull/1009) +- Fix mdadm plugin when arrays are in interesting states [#1012](https://github.com/chef/ohai/pull/1012) +- cpu: add support for arm64 cpuinfo fields [#1010](https://github.com/chef/ohai/pull/1010) +- Only shellout to sw_vers in darwin hardware once [#1008](https://github.com/chef/ohai/pull/1008) +- Run sysctl only once on Darwin to determine CPU data [#1007](https://github.com/chef/ohai/pull/1007) +- Update zpools plugin to work on Linux/BSD [#1001](https://github.com/chef/ohai/pull/1001) +- Cleanup and prune the dev gems [#1003](https://github.com/chef/ohai/pull/1003) + +## [v13.1.0](https://github.com/chef/ohai/tree/v13.1.0) (2017-05-12) [Full Changelog](https://github.com/chef/ohai/compare/v13.0.1...v13.1.0) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3bb93a73..aee885a2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,76 @@ +# Ohai Release Notes 13.4 + +### Windows EC2 Detection + +Detection of nodes running in EC2 has been greatly improved and should now detect nodes 100% of the time including nodes that have been migrated to EC2 or were built with custom AMIs. + +### Azure Metadata Endpoint Detection + +Ohai now polls the new Azure metadata endpoint, giving us additional configuration details on nodes running in Azure + +Sample data now available under azure: + +```javascript +{ + "metadata": { + "compute": { + "location": "westus", + "name": "timtest", + "offer": "UbuntuServer", + "osType": "Linux", + "platformFaultDomain": "0", + "platformUpdateDomain": "0", + "publisher": "Canonical", + "sku": "17.04", + "version": "17.04.201706191", + "vmId": "8d523242-71cf-4dff-94c3-1bf660878743", + "vmSize": "Standard_DS1_v2" + }, + "network": { + "interfaces": { + "000D3A33AF03": { + "mac": "000D3A33AF03", + "public_ipv6": [ + + ], + "public_ipv4": [ + "52.160.95.99", + "23.99.10.211" + ], + "local_ipv6": [ + + ], + "local_ipv4": [ + "10.0.1.5", + "10.0.1.4", + "10.0.1.7" + ] + } + }, + "public_ipv4": [ + "52.160.95.99", + "23.99.10.211" + ], + "local_ipv4": [ + "10.0.1.5", + "10.0.1.4", + "10.0.1.7" + ], + "public_ipv6": [ + + ], + "local_ipv6": [ + + ] + } + } +} +``` + +### Package Plugin Supports Arch Linux + +The Package plugin has been updated to include package information on Arch Linux systems. + # Ohai Release Notes 13.3 ## Additional Platform Support @@ -7,10 +80,6 @@ Ohai now properly detects the [F5 Big-IP](https://www.f5.com/) platform and plat - platform: bigip - platform_family: rhel -### Package Plugin Supports Arch Linux - -The Package plugin has been updated to include package information on Arch Linux systems. - # Ohai Release Notes 13.2: Ohai 13.2 has been a fantastic release in terms of community involvement with new plugins, platform support, and critical bug fixes coming from community members. A huge thank you to msgarbossa, albertomurillo, jaymzh, and davide125 for their work. diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index acbecebf..7c7fde8c 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 = "13.3.0" + VERSION = "13.4.0" end |