Skip to content

Commit 5c274f7

Browse files
committed
Merge pull request #681 from chef/salam/ohai-update
Rev version to 8.8.1, update changelog and release notes
2 parents 2f66bf1 + 51f9626 commit 5c274f7

File tree

3 files changed

+7
-28
lines changed

3 files changed

+7
-28
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Ohai Changelog
22

3-
## Unreleased
4-
* Remove dependency on mime-types gem
5-
* Skip the VMware plugin if DMI data doesn't indicate we're on a VMware system
3+
## Release 8.8.1
4+
* [pr#677](https://github.com/chef/ohai/pull/677) Remove dependency on mime-types gem
5+
* [pr#662](https://github.com/chef/ohai/pull/662) Skip the VMware plugin if DMI data doesn't indicate we're on a VMware system
66

77
## Release 8.8.0
88
* [**James Flemer, NDP LLC**](https://github.com/jflemer-ndp):

RELEASE_NOTES.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,7 @@ Details about the thing that changed that needs to get included in the Release N
88
-->
99

1010
# 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.
1811

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)

lib/ohai/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919
module Ohai
2020
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
21-
VERSION = '8.8.0'
21+
VERSION = '8.8.1'
2222
end

0 commit comments

Comments
 (0)