diff options
author | Tim Smith <tsmith@chef.io> | 2017-09-06 12:56:52 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-09-06 12:56:52 -0700 |
commit | eb7c9a6c972fad90c791a442ff76740d76dab8cd (patch) | |
tree | 16aa97ff56102cfcc02d97bf63d9a7bbdf976310 /RELEASE_NOTES.md | |
parent | e7087b7262be78ea29dd6ec7da00f3a94d5e894e (diff) | |
parent | 074034d5edafff481b94df0b0e6562c3c27a22c0 (diff) | |
download | chef-eb7c9a6c972fad90c791a442ff76740d76dab8cd.tar.gz |
Merge branch 'master' into tm/13_4
# Conflicts:
# RELEASE_NOTES.md
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e08065d7c8..c99a804e44 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,19 @@ _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: + +## 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 `remote_file` resource with alternate credentials |