diff options
author | Thom May <thom@chef.io> | 2017-09-06 14:57:27 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-09-06 14:57:27 +0100 |
commit | 074034d5edafff481b94df0b0e6562c3c27a22c0 (patch) | |
tree | d9e3463cf7eae84355e3b7691b7e58d1677e4a01 /RELEASE_NOTES.md | |
parent | 0aa07a34d93b80c8970029bcf0cece322a14dbde (diff) | |
download | chef-074034d5edafff481b94df0b0e6562c3c27a22c0.tar.gz |
update release notes for 13.4tm/13_4
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8f6cc3b05f..fb0d7f86bd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,21 @@ _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: +# Chef Client Release Notes 13.4: -## windows_path resource +## Security release of RubyGems + +Chef Client 13.4 includes RubyGems 2.6.13 to fix the following CVEs: + * CVE-2017-0899 + * CVE-2017-0900 + * CVE-2017-0901 + * CVE-2017-0902 + +## Chef Vault is now included + +Chef Client 13.4 now includes the `chef-vault` gem, making it easier for +users of chef-vault to use their encrypted items. + +## windows\_path resource `windows_path` resource has been moved to core chef from windows cookbook. Use the `windows_path` resource to manage the path environment variable on Microsoft Windows. |