diff options
author | Thom May <thom@chef.io> | 2017-09-28 13:10:33 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-09-28 13:10:33 +0100 |
commit | 717f781a74ebf77921614234d35e8b9433d9c871 (patch) | |
tree | 9507eebea10fa2c78484b02cb6db43993e0aa505 /RELEASE_NOTES.md | |
parent | a725e76f53bfe45116ef2bf8090fd2030ca0d2f1 (diff) | |
download | chef-717f781a74ebf77921614234d35e8b9433d9c871.tar.gz |
prep 13.5 for releasetm/13_5
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3690e12a67..5eb3bc2b2b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,20 @@ _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._ +# Chef Client Release Notes 13.5: + +## Mount's password property is now marked as sensitive + +This means that passwords passed to mount won't show up in logs. + +## The `windows_task` resource now correctly handles `start_day` + +Previously, the resource would accept any date that was formatted +correctly in the local locale, unlike the Windows cookbook and Windows +itself. We now only support the `MM/DD/YYYY` format, in common with the +Windows cookbook. + +## InSpec updated to 1.39.1 + # Chef Client Release Notes 13.4: ## Security release of Ruby |