summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-12-05 14:55:27 -0800
committerGitHub <noreply@github.com>2017-12-05 14:55:27 -0800
commit67bb2b11995fad44a6bcf9b1ab4adfd1f97e7ec3 (patch)
tree0c4127a21e5853de56550a74f9e94c0521be9edc
parent3f88bacdce38d619c45fb264aa50856b15d802f2 (diff)
parent5bb1d6d05a80ebba058b74c8979275b434fbe3df (diff)
downloadchef-67bb2b11995fad44a6bcf9b1ab4adfd1f97e7ec3.tar.gz
Merge pull request #6616 from chef/new_ohai
Update InSpec to 1.47 and Ohai to 13.7
-rw-r--r--Gemfile.lock10
-rw-r--r--RELEASE_NOTES.md12
2 files changed, 17 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 9c201bab15..d39039296a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -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)
@@ -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)
@@ -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)
@@ -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)
@@ -414,4 +414,4 @@ DEPENDENCIES
yard
BUNDLED WITH
- 1.15.4
+ 1.16.0
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 4265b87494..6587511f4b 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -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