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 10.1.0
Download: windows_server-10.1.0.tgz
SHA256: c65b897eefd101582c87d450384775bae2422c50dcba16ab347eca4f88c25ab2
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: 74391d3ef3881742b7881029626c9d8fed07d256b17f9dfcdaade7d8a36a1f98
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: d37885c6c68947774e6fb7e388bd20e86e6330ff6a571e4104fe3785a96d7bd6
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
Version 8.2.0
Download: windows_server-8.2.0.tgz
SHA256: ab908a28d599bbe09911e74038c6c87f840480f8e0d6d4d9594e499fd72ecdfa
Series History
See the revision history for series 8.2.x below
Revisions
8.2.0 - 07/11/2022
Changed
- Update dependencies
Version 8.1.0
Download: windows_server-8.1.0.tgz
SHA256: cbe319355496de5d510b3beae38aec37e2b4c29f029fc1190b248d03cd3de182
Series History
See the revision history for series 8.1.x below
Revisions
8.1.0 - 01/11/2022
Changed
- Update dependencies.
Version 8.0.1
Download: windows_server-8.0.1.tgz
SHA256: fd59d0257ed488c99840292872d09a22c8af56fea4e155a446dc1f4717475fca
Series History
See the revision history for series 8.0.x below
Revisions
8.0.1 - 29/07/2022
Changed
- Documentation updates.
8.0.0 - 15/03/2022
Changed
- Dropped support for alpine-3.11 (Task Builder v1.x) & added alpine-3.13 (Task Builder v3.x).
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