diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-03 20:18:52 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-03 20:18:52 -0700 |
commit | 43953c60958f5372f2f20ce19311750f8795ac4e (patch) | |
tree | dc373aeef440af894045bff4d2ef6087f355b2a9 | |
parent | f242cae20612b770601b12c8b8d1439130ce1d0f (diff) | |
download | chef-43953c60958f5372f2f20ce19311750f8795ac4e.tar.gz |
Add 14.12 release notesruby255
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 19 |
1 files changed, 19 insertions, 0 deletions
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 <https://docs.chef.io/release_notes.html> 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 |