summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-09-28 13:10:33 +0100
committerThom May <thom@chef.io>2017-09-28 13:10:33 +0100
commit717f781a74ebf77921614234d35e8b9433d9c871 (patch)
tree9507eebea10fa2c78484b02cb6db43993e0aa505
parenta725e76f53bfe45116ef2bf8090fd2030ca0d2f1 (diff)
downloadchef-tm/13_5.tar.gz
prep 13.5 for releasetm/13_5
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--CHANGELOG.md4
-rw-r--r--RELEASE_NOTES.md15
-rw-r--r--VERSION2
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)) <!-- 13.4.27 -->
- Open apt resources up to prevent breaking change [#6417](https://github.com/chef/chef/pull/6417) ([tas50](https://github.com/tas50)) <!-- 13.4.28 -->
- Don&#39;t catch SIGCHLD from dnf_helper.py [#6416](https://github.com/chef/chef/pull/6416) ([nemith](https://github.com/nemith)) <!-- 13.4.29 -->
-- Update dokken integration testing: dokken images, updated cookbook, debian 9 [#6414](https://github.com/chef/chef/pull/6414) ([tas50](https://github.com/tas50)) <!-- 13.4.30 -->
- Add throttle and metalink options to yum_repository [#6431](https://github.com/chef/chef/pull/6431) ([tas50](https://github.com/tas50)) <!-- 13.4.31 -->
- Fix Knife search ID only option to actually filter result set [#6438](https://github.com/chef/chef/pull/6438) ([dimsh99](https://github.com/dimsh99)) <!-- 13.4.32 -->
-- update expeditor labels [#6432](https://github.com/chef/chef/pull/6432) ([thommay](https://github.com/thommay)) <!-- 13.4.33 -->
- Update dependencies to pull in InSpec v1.39.1 [#6440](https://github.com/chef/chef/pull/6440) ([adamleff](https://github.com/adamleff)) <!-- 13.4.34 -->
- Only accept MM/DD/YYYY for windows_task start_day [#6434](https://github.com/chef/chef/pull/6434) ([jaym](https://github.com/jaym)) <!-- 13.4.35 -->
- fix password property is sensitive for mount resource [#6442](https://github.com/chef/chef/pull/6442) ([dimsh99](https://github.com/dimsh99)) <!-- 13.4.36 -->
@@ -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 <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
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