From 717f781a74ebf77921614234d35e8b9433d9c871 Mon Sep 17 00:00:00 2001 From: Thom May Date: Thu, 28 Sep 2017 13:10:33 +0100 Subject: prep 13.5 for release Signed-off-by: Thom May --- CHANGELOG.md | 4 +--- RELEASE_NOTES.md | 15 +++++++++++++++ VERSION | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a75332b5..6faf6faa1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,8 @@ - Remove unused requires in yum_repository [#6413](https://github.com/chef/chef/pull/6413) ([tas50](https://github.com/tas50)) - Open apt resources up to prevent breaking change [#6417](https://github.com/chef/chef/pull/6417) ([tas50](https://github.com/tas50)) - Don't catch SIGCHLD from dnf_helper.py [#6416](https://github.com/chef/chef/pull/6416) ([nemith](https://github.com/nemith)) -- Update dokken integration testing: dokken images, updated cookbook, debian 9 [#6414](https://github.com/chef/chef/pull/6414) ([tas50](https://github.com/tas50)) - Add throttle and metalink options to yum_repository [#6431](https://github.com/chef/chef/pull/6431) ([tas50](https://github.com/tas50)) - Fix Knife search ID only option to actually filter result set [#6438](https://github.com/chef/chef/pull/6438) ([dimsh99](https://github.com/dimsh99)) -- update expeditor labels [#6432](https://github.com/chef/chef/pull/6432) ([thommay](https://github.com/thommay)) - Update dependencies to pull in InSpec v1.39.1 [#6440](https://github.com/chef/chef/pull/6440) ([adamleff](https://github.com/adamleff)) - Only accept MM/DD/YYYY for windows_task start_day [#6434](https://github.com/chef/chef/pull/6434) ([jaym](https://github.com/jaym)) - fix password property is sensitive for mount resource [#6442](https://github.com/chef/chef/pull/6442) ([dimsh99](https://github.com/dimsh99)) @@ -1600,4 +1598,4 @@ of partial templates. * Fixed a bug where nested resources that inherited from Resource::LWRPBase would not share the same actions/default_action as their parent * Raise error if a guard_interpreter is specified and a block is passed to a guard (conditional) -* Allow specifying a guard_interpreter after a conditional on a resource (Fixes #1943) \ No newline at end of file +* Allow specifying a guard_interpreter after a conditional on a resource (Fixes #1943) 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 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 diff --git a/VERSION b/VERSION index ae19466789..d224e69099 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.4.36 \ No newline at end of file +13.5.0 -- cgit v1.2.1