Skip to content

Commit

Permalink
Merge pull request #834 from chef/8.17
Browse files Browse the repository at this point in the history
Release 8.17.0
  • Loading branch information
tas50 authored Jun 20, 2016
2 parents d1e2fe9 + 2f364c3 commit b9d6f54
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Change Log

## [8.16.0](https://github.com/chef/ohai/tree/8.16.0) (2016-05-11)
[Full Changelog](https://github.com/chef/ohai/compare/v8.15.1...8.16.0)
## [8.17.0](https://github.com/chef/ohai/tree/8.17.0) (2016-06-19)
[Full Changelog](https://github.com/chef/ohai/compare/v8.16.0...8.17.0)

**Implemented enhancements:**

- Add additional info to networking interfaces/addresses [\#830](https://github.com/chef/ohai/pull/830) ([jaymzh](https://github.com/jaymzh))
- Add a simple plugin to get the local timezone. [\#829](https://github.com/chef/ohai/pull/829) ([johnbellone](https://github.com/johnbellone))
- Switch to kernel version to identify platform_version on Gentoo [\#828](https://github.com/chef/ohai/pull/828) ([tas50](https://github.com/tas50))
- Expose ring parameters in the network plugin [\#827](https://github.com/chef/ohai/pull/827) ([davide125](https://github.com/davide125))
- Improve packages attributes [\#820](https://github.com/chef/ohai/pull/820) ([glensc](https://github.com/glensc))
- Add version for linux modules when available [\#816](https://github.com/chef/ohai/pull/816) ([jmauro](https://github.com/jmauro))
- Add freebsd support in packages plugin [\#814](https://github.com/chef/ohai/pull/814) ([vr](https://github.com/vr))

## [v8.16.0](https://github.com/chef/ohai/tree/v8.16.0) (2016-05-12)
[Full Changelog](https://github.com/chef/ohai/compare/v8.15.1...v8.16.0)

**Implemented enhancements:**

Expand Down
12 changes: 2 additions & 10 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ Details about the thing that changed that needs to get included in the Release N

# Ohai Release Notes:

## Openstack
## Gentoo platform version

- Openstack metadata will now be properly polled if either a hint file or Openstack DMI data is present. This data will be used to populate IP information in the cloud and cloudv2 plugins

## bhyve

- Nodes running as bhyve guests will now be identified in the virtualization plugin

## PLD Linux

- Package information will now be gathered in PLD Linux
Platform version on Gentoo hosts was previously detected as the Gentoo base system release version, which is actually the bootstrap image version. This hasn't changed in many years and is not an accurate way to determine the version of a Gentoo system. Instead Gentoo platform_version will now be the version of the kernel, matching the behavior we already use on Arch Linux.
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.16.0"
VERSION = "8.17.0"
end

0 comments on commit b9d6f54

Please sign in to comment.