From 43953c60958f5372f2f20ce19311750f8795ac4e Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 3 Apr 2019 20:18:52 -0700 Subject: Add 14.12 release notes Signed-off-by: Tim Smith --- RELEASE_NOTES.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0f72e863c6..861843b7ed 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,24 @@ 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 14.12: + +## Updated Resources + +### windows_service + +The windows_service resource no longer resets credentials on a service when using the :start action without the :configure action. Thanks [@jasonwbarnett](https://github.com/jasonwbarnett) for fixing this. + +### windows_certificate + +The windows_certificate resource now imports nested certificates while importing P7B certs. + +## Updated Components + +- nokogiri 1.10.1 -> 1.10.2 +- ruby 2.5.3 -> 2.5.5 +- InSpec 3.7.1 -> 3.9.0 +- The unused windows-api gem is no longer bundled with Chef on Windows hosts + # Chef Client Release Notes 14.11: ## Updated Resources -- cgit v1.2.1