diff options
author | Tim Smith <tsmith@chef.io> | 2017-01-23 14:32:26 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-01-24 09:53:50 -0800 |
commit | 0d293ff3fa6af456f389a40b75e2c000ce0474bb (patch) | |
tree | 06ef57333dde2b7568d1c3f99314bc442c57987e /CHANGELOG.md | |
parent | de03b1e4926bbdf9d25c88375c2d0641506caee8 (diff) | |
download | ohai-0d293ff3fa6af456f389a40b75e2c000ce0474bb.tar.gz |
Release 8.23.0
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b16575a4..9b681a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,33 @@ # Change Log +## [8.23.0](https://github.com/chef/ohai/tree/8.23.0) (2017-01-23) + +[Full Changelog](https://github.com/chef/ohai/compare/v8.22.1...v8.23.0) + +**Implemented enhancements:** + +- C Plugin: Expand GCC data & only shellout to gcc if Xcode is installed on macOS [#944](https://github.com/chef/ohai/pull/944) ([tas50](https://github.com/tas50)) +- Improve debug logging in multiple plugins [#935](https://github.com/chef/ohai/pull/935) ([tas50](https://github.com/tas50)) +- Detect guests running on Veertu hypervisor [#925](https://github.com/chef/ohai/pull/925) ([tas50](https://github.com/tas50)) +- Properly detect Cumulus Linux platform / version [#921](https://github.com/chef/ohai/pull/921) ([tas50](https://github.com/tas50)) +- Fetch AWS Account ID from metadata [#907](https://github.com/chef/ohai/pull/907) ([Fodoj](https://github.com/Fodoj)) + +**Fixed bugs:** + +- Fix log level selection when running the ohai command [\#942](https://github.com/chef/ohai/pull/942) ([thommay](https://github.com/thommay)) +- updating cloud plugin to populate azure private_ip as it's currently nil [#937](https://github.com/chef/ohai/pull/937) ([rshade](https://github.com/rshade)) + +## [v8.22.1](https://github.com/chef/ohai/tree/v8.22.1) (2016-12-07) + +[Full Changelog](https://github.com/chef/ohai/compare/8.22.1...v8.22.1) + +**Implemented enhancements:** + +- Pull the complete version string of Erlang [#916](https://github.com/chef/ohai/pull/916) ([tas50](https://github.com/tas50)) +- Add sysconf plugin to expose system configuration variables [#893](https://github.com/chef/ohai/pull/893) ([davide125](https://github.com/davide125)) + ## [8.22.0](https://github.com/chef/ohai/tree/8.22.0) (2016-11-30) -[Full Changelog](https://github.com/chef/ohai/compare/v8.21.0...8.22.0) +[Full Changelog](https://github.com/chef/ohai/compare/v8.21.0...v8.22.0) **Implemented enhancements:** |