Skip to content

Commit cf6e3a8

Browse files
authored
Prepare for v2.3.0 release (#581)
1 parent eb51a62 commit cf6e3a8

5 files changed

+36
-8
lines changed

CHANGELOG.rst

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Community Windows Release Notes
44

55
.. contents:: Topics
66

7+
v2.3.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Release summary for v2.3.0
14+
15+
Minor Changes
16+
-------------
17+
18+
- Set minimum supported Ansible version to 2.15 to align with the versions still supported by Asnible.
19+
20+
Bugfixes
21+
--------
22+
23+
- win_mapped_drive - Use correct P/Invoke signature to fix mapped network drives on 32 Bit OS.
24+
- win_mapped_drive - better handle failures when attempting to set mapped drive that already exists but was seen as a local path.
25+
726
v2.2.0
827
======
928

changelogs/changelog.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -556,3 +556,20 @@ releases:
556556
- win_psmodule-error.yml
557557
- win_robocopy-cmd.yml
558558
release_date: '2024-03-20'
559+
2.3.0:
560+
changes:
561+
bugfixes:
562+
- win_mapped_drive - Use correct P/Invoke signature to fix mapped network drives
563+
on 32 Bit OS.
564+
- win_mapped_drive - better handle failures when attempting to set mapped drive
565+
that already exists but was seen as a local path.
566+
minor_changes:
567+
- Set minimum supported Ansible version to 2.15 to align with the versions still
568+
supported by Asnible.
569+
release_summary: Release summary for v2.3.0
570+
fragments:
571+
- 578-win_mapped_drive.yml
572+
- ansible-version.yml
573+
- release-summary.yml
574+
- win_mapped_drive-ssh.yml
575+
release_date: '2024-08-30'

changelogs/fragments/578-win_mapped_drive.yml

-3
This file was deleted.

changelogs/fragments/ansible-version.yml

-2
This file was deleted.

changelogs/fragments/win_mapped_drive-ssh.yml

-3
This file was deleted.

0 commit comments

Comments
 (0)