Skip to content

Commit 074342e

Browse files
authored
Prepare for v2.5.0 release (ansible-collections#654)
1 parent fa599b6 commit 074342e

12 files changed

+62
-32
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ Ansible Windows Release Notes
44

55
.. contents:: Topics
66

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
31+
732
v2.4.0
833
======
934

changelogs/changelog.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,3 +732,40 @@ releases:
732732
- win_setup-fact.yml
733733
- win_user-account-expires.yml
734734
release_date: '2024-06-10'
735+
2.5.0:
736+
changes:
737+
bugfixes:
738+
- setup - Better handle orphaned users when attempting to retrieve ``ansible_machine_id``
739+
- https://github.com/ansible-collections/ansible.windows/issues/606
740+
- 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
743+
custom ``executable`` - https://github.com/ansible-collections/ansible.windows/issues/642
744+
- win_powershell - increase open timeout for ``executable`` parameter to prevent
745+
exceptions on first-run or slower targets. (https://github.com/ansible-collections/ansible.windows/issues/644).
746+
- win_updates - Base64 encode the update wrapper and payload to prevent locale-specific
747+
encoding issues.
748+
- win_updates - Handle race condition when ``Wait-Process`` did not handle when
749+
the process had ended - https://github.com/ansible-collections/ansible.windows/issues/623
750+
minor_changes:
751+
- Set minimum supported Ansible version to 2.15 to align with the versions still
752+
supported by Ansible.
753+
- owner - Migrated to ``Ansible.Basic`` format to add basic checks like invocation
754+
args checking
755+
- win_powershell - Changed `sensitive_parameters` to use `New-Object`, rather
756+
than `::new()`
757+
release_summary: Release summary for v2.5.0. This is the first release that
758+
provides official support for using the ``ssh`` connection plugin.
759+
fragments:
760+
- 0-readme.yml
761+
- 606-setup-machine-sid.yml
762+
- 623-updates-wait-error.yml
763+
- 633-owner-privileges.yml
764+
- 636-preserve-update-script-encoding.yml
765+
- 642-win_powershell-result-depth.yml
766+
- 645-win_powershell-executable-timeout.yml
767+
- ansible-version.yml
768+
- owner-basic.yml
769+
- release_summary-2.5.0.yml
770+
- win_powershell-fix.yml
771+
release_date: '2024-08-30'

changelogs/fragments/0-readme.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/606-setup-machine-sid.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/623-updates-wait-error.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/633-owner-privileges.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/636-preserve-update-script-encoding.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/642-win_powershell-result-depth.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/645-win_powershell-executable-timeout.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/ansible-version.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)