Windows Server: Downloads
Summary
You can download all the supported plugin releases from this page.
The change log for each version series can be found under the download link & hash.
See the versioning scheme for compatibility information.
Releases
Version 11.0.0
Download: windows_server-11.0.0.tgz
SHA256: 7647361c0fde309bac29da01d7aa19e7e73af2723794f8bda8cb63c228869071
Series History
See the revision history for series 11.0.x below
Revisions
11.0.0 - 01/11/2023
Removed
- Support for alpine 3.12 & 3.13
Added
- Support for alpine 3.17
Changed
- Upgrade to Python 3.10
Version 10.1.0
Download: windows_server-10.1.0.tgz
SHA256: 01da66e9ba3dd9f3fee33b5f09a2cfdaa2dca882fea93de29db429dbb80f1ffb
Series History
See the revision history for series 10.1.x below
Revisions
10.1.0 - 02/12/2022
Changes
- Display better errors in the task interface when DNS errors occur.
Version 10.0.1
Download: windows_server-10.0.1.tgz
SHA256: 198178742a656ba8debc1a2668f68099e05df713ffc531e8a6299fb64bb5c334
Series History
See the revision history for series 10.0.x below
Revisions
10.0.1 - 01/12/2022
Changes
- Documentation updates.
10.0.0 - 29/11/2022
Added
-
New create, delete, get_domain_groups, get_domain_users, add_user, & remove_user actions in the groups module.
-
New get_by_name action in the users module.
-
New DomainUser dictionary used to store attributes of domain users found in local groups.
Changed
-
The users.create & groups.create actions will no longer fail if the user or group already exists.
-
The users.delete & groups.delete actions will no longer fail if the user or group does not exist.
-
The users.get_all action now uses the Get-LocalUser Powershell cmdlet.
-
The groups.get_all action now uses the Get-LocalGroup Powershell cmdlet.
-
The groups.get_local_users action now uses the Get-LocalGroupMember Powershell cmdlet.
-
The disabled key in User dictionaries has been replaced with an enabled key.
Version 9.0.0
Download: windows_server-9.0.0.tgz
SHA256: 08428f71db5dbee74e7301b94f30d918b8e74a42044d858be2091f49e7ee3207
Series History
See the revision history for series 9.0.x below
Revisions
9.0.0 - 15/11/2022
Changed
-
Add support for alpine-3.16
-
Drop support for alpine-3.12
Versioning Scheme
Plugin versions are in major
.minor
.patch
format.
Major
- Significant functionality changes
- May not be backward compatible
Minor
- Bug fixes
- Minor functionality changes
- Backward compatible
Patch
- No functional changes
- Reserved for documentation updates