Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
- Add compatibility for Chef 16
- Update README.md to match resource options (removal of
:join
&:unjoin
actions for:windows_ad_computer
) and windows cookbook dependency. - Use
:powershell
resource for inspec tests. - Change supported platform to
>= 6.2
(Windows 2012) to match README.md.
- Corrects the removal of the name_property in the group_members resource
- Clean up delivery testing
- github templates and actions
- Remove depends on 'windows' cookbook, features are now part of chef core.
- Improved test kitchen tests and subcommand flow without need to run each subcommand.
- Corrects .kitchen file to allow Converge, verify, and test to complete successfully with additional recipes after system reboot.
- Issue 121 - #121 allow use of spaces in Distinguished Name.
- Group resource not using library CmdHelper not checking user with domain.
- Install dependency windows features.
- Allow compatibility with windows cookbook 3.0.0 changes.
- Hotfix for locking the version of the windows cookbook as it has recently been rewritten. A refactor is required to use the latest version.
- Issue 100 - #100 initial support for Windows 2016.
- Quality changes - chefignore, default recipe uses float to compare os_version.
- Issue 87 - #87 revert Robocop edits on providers
- Issue 85 - #85 revert Robocop edits on dsquery
- Quality of life edits
- Join and unjoin actions from domain provider moved to computer provider - #77
- Correct user action to address dsmod error - #71
- Fixed bug in join ou that always reported that the resource was updated
- Gitter badger added - #66
- Proper formattign for pre-win2012 systems - #70 and #74
- Correct versioning for Supermarket, required unsharing, bumping version and then sharing once again.
- Community contributions - Add restart parameter, Testing with vagrant, Added domain prefix and updated ou_dn method, powershell requires quotes around OU
- Community contributions - add_domain_join_ou
- Community contributions - fix-string-comparison, case-insensitive-comparison, and decompose-nested-ou
- Community contributions - chef_spec support.
- Community contributions - enum and numeric values in command options, user existence check, group member provider, allow use of CN=Users in DN.
- Moved :join and :unjoin actions for computer from :domain provider to :computer provider.
- Mark attributes as required for :domain resource
- Fixed regression on install forest with unnecessary credentials
- Attempt to upload to supermarket
- Corrected domain join for Windows Server 2008
- Formatting changes - remove tabs
- Logic change to ensure server 2012 is still works correctly
- Support for Windows Server 2008 R2 for domain provider
- Community contributions - nested ou support
- AD Object Support
- Initial release of active-directory