diff options
author | Tim Smith <tsmith@chef.io> | 2018-03-27 10:11:25 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-03-27 10:11:25 -0700 |
commit | 17f2bbdc801b4264fcdde8d8cd85ba1d91a87d7d (patch) | |
tree | 1a0a26a6cc92f6243e396bef22d74d918a0f425f | |
parent | 07d83384b60d973b1245baf5b0a8817465e13fd1 (diff) | |
download | chef-17f2bbdc801b4264fcdde8d8cd85ba1d91a87d7d.tar.gz |
Minor typo
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8b3a68d2b8..fb2a0d3f16 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -248,7 +248,7 @@ Ohai now detects the Scaleway cloud and provides additional configuration inform ### Virtualization / Container Detection -In addition to detecting if a system is a Docker host, we now provide a large amount of Docker configuration information available at `node['docker']`. This including the release of Docker, installed plugins, network config, and the number of running containers. +In addition to detecting if a system is a Docker host, we now provide a large amount of Docker configuration information available at `node['docker']`. This includes the release of Docker, installed plugins, network config, and the number of running containers. Ohai also now properly detects LXD containers and macOS guests running on VirtualBox / VMware. This data is available in `node['virtualization']['systems']`. |