summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy J. Miller <jm@chef.io>2016-10-10 11:21:53 -0400
committerJeremy J. Miller <jm@chef.io>2016-10-10 11:21:53 -0400
commit117d3eed27a15e364098db485738256175c7231a (patch)
tree094df9fb70b0f05517cf5313b4db0eed32d80b9a
parentfeb1703ae36da3762308c65685bccd5bf521e73d (diff)
downloadchef-117d3eed27a15e364098db485738256175c7231a.tar.gz
updating RELEASE_NOTES with more info about exit code 213
Signed-off-by: Jeremy J. Miller <jm@chef.io>
-rw-r--r--RELEASE_NOTES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index cb94dd5867..76eb74ca3f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -22,7 +22,8 @@ Please see [https://docs.chef.io/release_notes.html](https://docs.chef.io/releas
```
**NOTE:** cab_package resource does not support URLs in `source`.
-* Added exit code 213 from [RFC062](https://github.com/chef/chef-rfc/blob/master/rfc062-exit-status.md)
+* Added exit code 213 (Chef Upgrades) from [RFC062](https://github.com/chef/chef-rfc/blob/master/rfc062-exit-status.md)
+ * This allows for easier testing of chef client upgrades in Test Kitchen (see https://github.com/chef-cookbooks/omnibus_updater)
* Set `yum_repository` gpgcheck default to true.