From 661986469ba3091b2b770e08623c5cc9cad1ccd1 Mon Sep 17 00:00:00 2001 From: sersut Date: Wed, 26 Feb 2014 16:05:24 -0800 Subject: New policy files for Chef CLient. CHANGELOG.md: One line description of the changes. RELEASE_NOTES.md: Important changes and breaking changes that needs to be called out in more detail in Release Notes. DOC_CHANGES.md: Required doc changes in chef-docs. CONTRIBUTIONS.md: One line description of the contributions with contributor info. --- CHANGELOG.md | 16 ++++++++++++++++ CONTRIBUTING.md | 2 +- CONTRIBUTIONS.md | 10 ++++++++++ DOC_CHANGES.md | 18 ++++++++++++++++++ RELEASE_NOTES.md | 12 ++++++++++++ 5 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md create mode 100644 CONTRIBUTIONS.md create mode 100644 DOC_CHANGES.md create mode 100644 RELEASE_NOTES.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..5962ac545d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Chef Client Changelog + +## Unreleased + +* Improves syntax check speed for Ruby 1.9+, especially when using bundler. +* Send X-Remote-Request-Id header in order to be able to correlate actions during a single run. +* Fix for CHEF-5048. +* Fix for CHEF-5052. +* Fix for CHEF-5018. +* Add --validator option to `knife client create` to be able to create validator clients via knife. +* Add --force option to `knife client delete` in order to prevent accidental deletion of validator clients. +* Add -r / --runlist option to chef-client which permanently sets or changes the run_list of a node. + +## Last Release: 11.10.0 (02/06/2014) + +http://docs.opscode.com/release/11-10/release_notes.html diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 523fadc45f..e460d64fe1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -134,7 +134,7 @@ The versioning for the Chef project is X.Y.Z. * Y is a minor release, which adds both new features and bug fixes * Z is a patch release, which adds just bug fixes -Major releases and have historically been once a year. Minor releases for Chef average every two months and patch releases come as needed. +Major releases and have historically been once a year. Minor releases for Chef average every three months and patch releases come as needed. There are usually beta releases and release candidates (RC) of major and minor releases announced on the [chef-dev mailing list](http://lists.opscode.com/sympa/info/chef-dev). Once an RC is released, we wait at least three diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md new file mode 100644 index 0000000000..920f574c32 --- /dev/null +++ b/CONTRIBUTIONS.md @@ -0,0 +1,10 @@ + +# Chef Client Contributions: + +* **jonlives**: Changed the order of recipe and cookbook name setting. Fixes CHEF-5052. + diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md new file mode 100644 index 0000000000..ad7d2eccd8 --- /dev/null +++ b/DOC_CHANGES.md @@ -0,0 +1,18 @@ + + +# Chef CLient Doc Changes: + +### --validator option for `knife client create` +Boolean value. If set to true, knife creates a validator client o.w. it creates a user client. Default is false. + +### --force for `knife client delete` +Option that is required to be specified if user is attempting to delete a validator client. No effect while deleting a user client. + +### -r / --runlist option for chef-client +Option similar to `-o` which sets or changes the run_list of a node permanently. \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000000..f9797ca72f --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,12 @@ + +# Chef Client Release Notes: + + +# Chef Client Breaking Changes: -- cgit v1.2.1