diff options
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | RELEASE_NOTES.md | 12 |
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 |