diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-11-14 13:59:32 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-11-14 14:40:18 -0800 |
commit | b607a109f9cfe26e9d3f26e0056d716357cd2bc4 (patch) | |
tree | 31706396762f1526e7c0fff125e3879cc8ce9b32 /RELEASE_NOTES.md | |
parent | 0246a6f600f4d8cded61289ffe5db4a689644d47 (diff) | |
download | chef-b607a109f9cfe26e9d3f26e0056d716357cd2bc4.tar.gz |
Fill out chefignore information and add windows_firewall
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 75578d116f..8cadd89ad6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,9 +10,7 @@ MORE HELPER STUFF HERE ## Chefignore Improvements -CHEFIGNORE STUFF HERE - -https://github.com/chef/chef/pull/8925 +We've reworked how chefignore files are handled in knife, which has allowed us to close out a large number of long outstanding bugs. knife will now traverse all the way up the directory structure looking for a chefignore file. This means you can place a chefignore file in each cookkbook or any parent directory in your repository structure. Additionally we've made fixes that ensure that commmands like `knife diff` and `knife cookbook upload` always honor your chefignore files. ## Windows Habitat Plan @@ -45,6 +43,10 @@ end The `systemd_unit` and `service` resource (when on systemd) have been updated to not re-enable services with an indirect status. Thanks [@jaymzh](https://github.com/jaymzh) for this fix. +## windows_firewall + +The `windows_firewall` resource has been updated to support passing in an array of profiles in the `profile` property. Thanks [@Happycoil](https://github.com/Happycoil) for this improvement. + ## Security Updates ### libxslt |