Skip to content

Commit

Permalink
Merge pull request #1112 from chef/8.26
Browse files Browse the repository at this point in the history
Release 8.26.0
  • Loading branch information
thommay authored Jan 11, 2018
2 parents 39f241b + efda539 commit cb8cff3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 37 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [8.26.0](https://github.com/chef/ohai/tree/v8.26.0) (2018-01-10)

- [mdadm] Handle journal and spare devices properly [#1102](https://github.com/chef/ohai/pull/1102)
- [linux/network] Tunnel information [#1105](https://github.com/chef/ohai/pull/1105)
- Add a plugin to provide PCI bus information using `lspci` [#1108](https://github.com/chef/ohai/pull/1108)
- Support new C5/M5 instance types in EC2 [#1111](https://github.com/chef/ohai/pull/1111)

## [8.25.1](https://github.com/chef/ohai/tree/v8.25.1) (2017-11-15)

[Full Changelog](https://github.com/chef/ohai/compare/v8.25.0...v8.25.1)
Expand All @@ -14,6 +21,7 @@
- Fix solaris2 ipaddress attribute search [#1028](https://github.com/chef/ohai/pull/1028)

## [8.24.0](https://github.com/chef/ohai/tree/v8.24.1) (2017-06-21)

[Full Changelog](https://github.com/chef/ohai/compare/v8.24.0...v8.24.1)

- Bumped chefstyle development dependency
Expand Down
40 changes: 4 additions & 36 deletions RELEASE_NOTES.md
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
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
VERSION = "8.25.1"
VERSION = "8.26.0"
end

0 comments on commit cb8cff3

Please sign in to comment.