Fix issue where chef 14 could complain about lack of new_resource definitions (#39)
Fix double_reboot error on chef 14 (#37)
Change schedule task modify to make more chef 13 friendly
Fix typo in metadata
Work around bug with chef 13 chef/chef#6824 (comment)
Fix leave action on chef 13 (#31)
Fix scheduled task not running on windows
Adds Ubuntu support
Fix Chef 13. Requires 13.4.19 or greater (or >=12.7) (#12, #20, #23)
Throws error if running on chef 11 or chef 13 Temporary fix until this issue is fixed #23
Fixes issue #19 Fixes deprecation warning for chef 13
Fix berkshelf supermarket url
Abort if hostname is longer than 15 characters on windows
Adds domain leave functionality (#16 metalseargolid)
Fix: Scheduled task wont run if time zone changes on reboot (#13)
Fix: No longer gives deprecation warnings if 'server' is nil. (#9)
Improvement: Adds name to scheduled task, removing need for workaround http://bit.ly/1WDZ1kn Change: Changes c:\windows\chef-ad-join.txt to windows friendly path c:/windows/chef-ad-join.txt
Fix: Warning registry key not cleaned up
Add: 'server' parameter to allow for specifying a specific domain controller Fix: Warning message wouldn't be displayed (#4)
Fix: Passwords with special characters now work properly (#7 Thanks opsline-radek) Fix: OU Parameter is now truly optional (#6 Thanks opsline-radek)
Adds new attribute default['ad-join']['windows']['update_hostname']
Adds warning attribute
Fixes incorrect CWD in sched task (issue #3) Fixes incorrect ohai fact "node['os']"
Fixes powershell error when vm name is same as bootstrap name. issue #2
Updates metadata for supermarket
Fixes attribute name for double reboot
Created new git repo for public release on github
Create breadcrumb only if missing
Fixes OU not having quotes
Complete rewrite to make it a library cookbook
More verbose logging in scheduled task
Reduces timeout to 30 seconds
general cleanup, removed private domain name and so on, prepared for public release
removed private usernames and passwords
rubocop convention alerts accepted
changed databag name
rubocop check for line length now is 120 symbols
rubocop and foodcritic inspections added
icon added
tests added
Added possibility to run it on teamcity CI
Fixed, directory server is unavailable issue, code commented for future use
Passwords moved into databag
added ohai reload for new fqdn resolution in chef
Initial release of ad-join