Skip to content

Commit

Permalink
Merge pull request #6616 from chef/new_ohai
Browse files Browse the repository at this point in the history
Update InSpec to 1.47 and Ohai to 13.7
  • Loading branch information
tas50 authored Dec 5, 2017
2 parents 3f88bac + 5bb1d6d commit 67bb2b1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ GEM
htmlentities (4.3.4)
httpclient (2.8.3)
iniparse (1.4.4)
inspec (1.46.2)
inspec (1.47.0)
addressable (~> 2.4)
faraday (>= 0.9.0)
hashie (~> 3.4)
Expand All @@ -181,7 +181,7 @@ GEM
sslshake (~> 1.2)
thor (~> 0.19)
tomlrb (~> 1.2)
train (~> 0.29, >= 0.29.2)
train (~> 0.30)
ipaddress (0.8.3)
iso8601 (0.9.1)
json (2.1.0)
Expand Down Expand Up @@ -222,7 +222,7 @@ GEM
nori (2.6.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
ohai (13.6.0)
ohai (13.7.0)
chef-config (>= 12.5.0.alpha.1, < 14)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
Expand Down Expand Up @@ -319,7 +319,7 @@ GEM
systemu (2.6.5)
thor (0.20.0)
tomlrb (1.2.6)
train (0.29.2)
train (0.31.0)
docker-api (~> 1.26)
json (>= 1.8, < 3.0)
mixlib-shellout (~> 2.0)
Expand Down Expand Up @@ -414,4 +414,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.15.4
1.16.0
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
_This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see <https://docs.chef.io/release_notes.html> for the official Chef release notes._

# Unreleased

## Ohai 13.7 Release Notes:

### EC2 C5 Detection

The EC2 plugin has been updated to properly detect the new AWS hypervisor used in the C5 instance types

### mdadm

The mdadm plugin has been updated to properly handle arrays with more than 10 disks and to properly handle journal and spare drives in the disk counts

# Chef Client Release Notes 13.6.4:

## Bugfixes
Expand Down

0 comments on commit 67bb2b1

Please sign in to comment.