You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+3-24Lines changed: 3 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,28 +8,7 @@ Details about the thing that changed that needs to get included in the Release N
8
8
-->
9
9
10
10
# Ohai Release Notes:
11
-
## Virtualization
12
-
With this release we greatly improved detection of virtualization guests:
13
-
- We now detect Linux/BSD guests running on the RedHat Enterprise Virtualization (RHEV) platform, Microsoft Hyper-V, and additional versions of Microsoft VirtualPC.
14
-
- BSD systems gained detection of guests running on VirtualBox, KVM, and Openstack.
15
-
- Windows systems gained detection of guests running on Virtualbox, VMware, and KVM.
16
-
- BSD now includes the nested virtualization support, which was added to other platforms in the 7.2.0 release.
17
-
- A new plugin was added for VirtualBox to expose information on the version of the guest additions package, as well as the version of the VirtualBox host.
18
11
19
-
## BSD
20
-
Initial support for Support for DragonFly BSD was added.
21
-
22
-
BSD also saw several improvements to better align collected data with that of Linux systems:
23
-
- The filesystem plugin now collects inode data for each filesystem
24
-
- CPU detection has been fixed on FreeBSD 10.2 and later systems. We're also collecting CPU model and family data to match CPU data on Linux systems.
25
-
- The code to parse dmidecode data to detect virtualization guests is now shared between BSD and Linux systems for consistent detection of virtualization guests.
26
-
27
-
## Miscellaneous
28
-
- Collected zfs filesystem properties are now configurable on solaris2.
29
-
- The path to the Ohai plugins directory is now escaped to prevent failures on Windows systems if the path included spaces.
30
-
- The AIX CPU plugin now detects the bitness of the system.
31
-
- Ohai now longer fails under certain circumstances when determining network listeners
32
-
33
-
# Ohai Breaking Changes:
34
-
- Linux guests running on Hyper-V were previously detected as running on VirtualPC, but are now correctly detected as Hyper-V guests.
35
-
- Core and CPU counts on Windows were based on the first CPU only. Counts will now take into account all physical CPUs.
12
+
This is a patch release with the following fixes:
13
+
*[pr#677](https://github.com/chef/ohai/pull/677) Removed dependency on mime-types gem. This could cause failures in some scenarios.
14
+
*[pr#662](https://github.com/chef/ohai/pull/662) Skip loading the VMWare plug-in when we don't need it (e.g. on non-VMWare systems)
0 commit comments