Windows CHANGELOG updates

pull/22722/head
Matt Davis 7 years ago
parent 1fa7a3db27
commit e3dfa62abc

@ -20,8 +20,9 @@ Ansible Changes By Release
* Allow module_utils for custom modules to be placed in site-specific directories and shipped in roles
* On platforms that support it, use more modern system polling API instead of select in the ssh connection plugin.
This removes one limitation on how many parallel forks are feasible on these systems.
* Windows supports become method "runas" to run modules as a different user, and to transparently access network resources.
* Windows now uses pipelining when executing modules, resulting in significantly faster execution for small tasks.
* Windows/WinRM supports become method "runas" to run modules and scripts as a different user, and to transparently access network resources.
* The WinRM connection plugin now uses pipelining when executing modules, resulting in significantly faster execution for small tasks.
* The WinRM connection plugin can now manage Kerberos tickets automatically when `ansible_winrm_transport=kerberos` and `ansible_user`/`ansible_password` are specified.
* Refactored/standardized most Windows modules, adding check-mode and diff support where possible.
* Extended Windows module API with parameter-type support, helper functions. (i.e. Expand-Environment, Add-Warning, Add-DeprecatationWarning)
* restructured how async works to allow it to apply to action plugins that choose to support it.

Loading…
Cancel
Save