Skip to content

Commit

Permalink
Prepare for v2.5.0 release (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Aug 29, 2024
1 parent fa599b6 commit 074342e
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 32 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ Ansible Windows Release Notes

.. contents:: Topics

v2.5.0
======

Release Summary
---------------

Release summary for v2.5.0. This is the first release that provides official support for using the ``ssh`` connection plugin.

Minor Changes
-------------

- Set minimum supported Ansible version to 2.15 to align with the versions still supported by Ansible.
- owner - Migrated to ``Ansible.Basic`` format to add basic checks like invocation args checking
- win_powershell - Changed `sensitive_parameters` to use `New-Object`, rather than `::new()`

Bugfixes
--------

- setup - Better handle orphaned users when attempting to retrieve ``ansible_machine_id`` - https://github.com/ansible-collections/ansible.windows/issues/606
- 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
- win_powershell - Fix up depth handling on ``$Ansible.Result`` when using a custom ``executable`` - https://github.com/ansible-collections/ansible.windows/issues/642
- 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).
- win_updates - Base64 encode the update wrapper and payload to prevent locale-specific encoding issues.
- 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

v2.4.0
======

Expand Down
37 changes: 37 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -732,3 +732,40 @@ releases:
- win_setup-fact.yml
- win_user-account-expires.yml
release_date: '2024-06-10'
2.5.0:
changes:
bugfixes:
- setup - Better handle orphaned users when attempting to retrieve ``ansible_machine_id``
- https://github.com/ansible-collections/ansible.windows/issues/606
- 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
- win_powershell - Fix up depth handling on ``$Ansible.Result`` when using a
custom ``executable`` - https://github.com/ansible-collections/ansible.windows/issues/642
- 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).
- win_updates - Base64 encode the update wrapper and payload to prevent locale-specific
encoding issues.
- 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
minor_changes:
- Set minimum supported Ansible version to 2.15 to align with the versions still
supported by Ansible.
- owner - Migrated to ``Ansible.Basic`` format to add basic checks like invocation
args checking
- win_powershell - Changed `sensitive_parameters` to use `New-Object`, rather
than `::new()`
release_summary: Release summary for v2.5.0. This is the first release that
provides official support for using the ``ssh`` connection plugin.
fragments:
- 0-readme.yml
- 606-setup-machine-sid.yml
- 623-updates-wait-error.yml
- 633-owner-privileges.yml
- 636-preserve-update-script-encoding.yml
- 642-win_powershell-result-depth.yml
- 645-win_powershell-executable-timeout.yml
- ansible-version.yml
- owner-basic.yml
- release_summary-2.5.0.yml
- win_powershell-fix.yml
release_date: '2024-08-30'
3 changes: 0 additions & 3 deletions changelogs/fragments/0-readme.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/606-setup-machine-sid.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/623-updates-wait-error.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/633-owner-privileges.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/636-preserve-update-script-encoding.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/642-win_powershell-result-depth.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ansible-version.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/owner-basic.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/win_powershell-fix.yml

This file was deleted.

0 comments on commit 074342e

Please sign in to comment.