Skip to content

Commit

Permalink
Prepare for v2.3.0 release (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Aug 29, 2024
1 parent eb51a62 commit cf6e3a8
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ Community Windows Release Notes

.. contents:: Topics

v2.3.0
======

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

Release summary for v2.3.0

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

- Set minimum supported Ansible version to 2.15 to align with the versions still supported by Asnible.

Bugfixes
--------

- win_mapped_drive - Use correct P/Invoke signature to fix mapped network drives on 32 Bit OS.
- win_mapped_drive - better handle failures when attempting to set mapped drive that already exists but was seen as a local path.

v2.2.0
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -556,3 +556,20 @@ releases:
- win_psmodule-error.yml
- win_robocopy-cmd.yml
release_date: '2024-03-20'
2.3.0:
changes:
bugfixes:
- win_mapped_drive - Use correct P/Invoke signature to fix mapped network drives
on 32 Bit OS.
- win_mapped_drive - better handle failures when attempting to set mapped drive
that already exists but was seen as a local path.
minor_changes:
- Set minimum supported Ansible version to 2.15 to align with the versions still
supported by Asnible.
release_summary: Release summary for v2.3.0
fragments:
- 578-win_mapped_drive.yml
- ansible-version.yml
- release-summary.yml
- win_mapped_drive-ssh.yml
release_date: '2024-08-30'
3 changes: 0 additions & 3 deletions changelogs/fragments/578-win_mapped_drive.yml

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/win_mapped_drive-ssh.yml

This file was deleted.

0 comments on commit cf6e3a8

Please sign in to comment.