-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1112 from chef/8.26
Release 8.26.0
- Loading branch information
Showing
3 changed files
with
13 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,11 @@ | ||
<!--- | ||
This file is reset every time a new release is done. The contents of this file are for the currently unreleased version. | ||
# Ohai Release Notes: | ||
|
||
Example Note: | ||
## 8.26 | ||
|
||
## Example Heading | ||
Details about the thing that changed that needs to get included in the Release Notes in markdown. | ||
--> | ||
### EC2 detection on C5/M5 | ||
|
||
# Unreleased | ||
Ohai now provides EC2 metadata configuration information on the new C5/M5 instance types running on Amazon's new hypervisor. | ||
|
||
### LsPci Plugin | ||
|
||
The new LsPci plugin provides a `node[:pci]` hash with information about the PCI bus based on `lspci`. Only runs on Linux. | ||
|
||
# Ohai Release Notes: | ||
|
||
## Upcoming Chef/Ohai 13 release | ||
|
||
This April we'll be releasing Chef 13, and with the Chef 13 release we'll also be bumping the Ohai version to 13 to match. This release of Ohai will be the last 8.X release before we begin merging changes for Ohai 13. | ||
|
||
|
||
## Cumulus Linux Platform | ||
|
||
Cumulus Linux will now be detected as platform `cumulus` instead of `debian` and the `platform_version` will be properly set to the Cumulus Linux release. | ||
|
||
## Virtualization Detection | ||
|
||
Windows / Linux / BSD guests running on the Veertu hypervisors will now be detected | ||
|
||
Windows guests running on Xen and Hyper-V hypervisors will now be detected | ||
|
||
## New Sysconf Plugin | ||
|
||
A new plugin parses the output of the sysconf command to provide information on the underlying system. | ||
|
||
## AWS Account ID | ||
|
||
The EC2 plugin now fetches the AWS Account ID in addition to previous instance metadata | ||
|
||
## GCC Detection | ||
|
||
GCC detection has been improved to collect additional information, and to not prompt for the installation of Xcode on macOS systems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,5 @@ | |
|
||
module Ohai | ||
OHAI_ROOT = File.expand_path(File.dirname(__FILE__)) | ||
VERSION = "8.25.1" | ||
VERSION = "8.26.0" | ||
end |