summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Groh <derekgroh@gmail.com>2018-09-12 14:30:33 -0500
committerDerek Groh <derekgroh@gmail.com>2018-09-12 14:30:36 -0500
commit4a50f8512912a403983c09d96973406e4aae412e (patch)
tree67b345b0b9de0bdc485af63a38735a4fd6f2e489
parent1169d4052dc0943968665962748cf0699beec273 (diff)
downloadchef-4a50f8512912a403983c09d96973406e4aae412e.tar.gz
update release notes for windows_workgroup
Signed-off-by: Derek Groh <derekgroh@github.io>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b6c6a2e1f1..a86370cad3 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -543,6 +543,10 @@ Use the windows_printer_port resource to create and delete TCP/IPv4 printer port
Use the windows_shortcut resource to create shortcut files on Windows. This resource was ported from the `windows` community cookbook.
+### windows_workgroup
+
+Use the windows_workgroup resource to join a Windows Workgroup and reboot the node. This resource is based on the `windows_ad_join` resource.
+
## Custom Resource Improvements
We've expanded the DSL for custom resources with new functionality to better document your resources and help users with errors and upgrades. Many resources in Chef itself are now using this new functionality, and you'll see more updated to take advantage of this it in the future.