You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,31 @@ Ansible Windows Release Notes
4
4
5
5
.. contents:: Topics
6
6
7
+
v2.5.0
8
+
======
9
+
10
+
Release Summary
11
+
---------------
12
+
13
+
Release summary for v2.5.0. This is the first release that provides official support for using the ``ssh`` connection plugin.
14
+
15
+
Minor Changes
16
+
-------------
17
+
18
+
- Set minimum supported Ansible version to 2.15 to align with the versions still supported by Ansible.
19
+
- owner - Migrated to ``Ansible.Basic`` format to add basic checks like invocation args checking
20
+
- win_powershell - Changed `sensitive_parameters` to use `New-Object`, rather than `::new()`
21
+
22
+
Bugfixes
23
+
--------
24
+
25
+
- setup - Better handle orphaned users when attempting to retrieve ``ansible_machine_id`` - https://github.com/ansible-collections/ansible.windows/issues/606
26
+
- win_owner - Try to enable extra privileges if available to set the owner even when the caller may not have explicit rights to do so normally - https://github.com/ansible-collections/ansible.windows/issues/633
27
+
- win_powershell - Fix up depth handling on ``$Ansible.Result`` when using a custom ``executable`` - https://github.com/ansible-collections/ansible.windows/issues/642
28
+
- win_powershell - increase open timeout for ``executable`` parameter to prevent exceptions on first-run or slower targets. (https://github.com/ansible-collections/ansible.windows/issues/644).
29
+
- win_updates - Base64 encode the update wrapper and payload to prevent locale-specific encoding issues.
30
+
- win_updates - Handle race condition when ``Wait-Process`` did not handle when the process had ended - https://github.com/ansible-collections/ansible.windows/issues/623
- win_owner - Try to enable extra privileges if available to set the owner even
741
+
when the caller may not have explicit rights to do so normally - https://github.com/ansible-collections/ansible.windows/issues/633
742
+
- win_powershell - Fix up depth handling on ``$Ansible.Result`` when using a
0 commit comments