summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-28 09:23:19 -0800
committerTim Smith <tsmith@chef.io>2018-11-28 09:23:19 -0800
commit96076a87b7ee4c2e787e80decdcd99eb85632444 (patch)
treedac8585415e6160f5645655b697faad04a550fea
parent411313e20a3feade53f650500524d67ef21119c1 (diff)
downloadohai-release_notes_14.tar.gz
Add Ohai 14.8 release notesrelease_notes_14
There may be a few more things, but this is the general list. I took out the GCE change since that's not visible to end users. That's more for Google. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md20
1 files changed, 18 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5f30db1d..a2d88d8a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,8 +1,24 @@
# Unreleased
-## Cloud Plugin Improvements
+## openSUSE 15
-The Google Compute Engine (GCE) plugin now identifies `chef-ohai` as the User-Agent making requests to the Google Cloud metadata server (metadata.google.internal).
+Ohai now properly detects the openSUSE 15.X platform. Thank you [@megamorf](https://github.com/megamorf) for reporting this issue.
+
+## Hyper-V Hypervisor Detection
+
+Detection of Linux guests running on Hyper-V has been improved. In addition, Linux guests on Hyper-V hypervisors will also now detect their hypervisor's hostname. Thank you [@safematix](https://github.com/safematix) for contributing this enhancement.
+
+Example `node['virtualization']` data:
+```json
+{
+ "systems": {
+ "hyperv": "guest"
+ },
+ "system": "hyperv",
+ "role": "guest",
+ "hypervisor_host": "hyper_v.example.com"
+}
+```
# Ohai Release Notes 14.6