Skip to content

Commit fce2381

Browse files
authored
Prepare for v2.2.0 release (#560)
1 parent 588af79 commit fce2381

7 files changed

+37
-11
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v2.2.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Release summary for v2.2.0
14+
15+
Minor Changes
16+
-------------
17+
18+
- win_regmerge - Add content 'content' parameter for specifying registry file contents directly
19+
20+
Bugfixes
21+
--------
22+
23+
- win_format, win_partition - Add support for Windows failover cluster disks
24+
- win_psmodule - Fix up error message with ``state=latest``
25+
- win_robocopy - Fix up ``cmd`` return value to include the executable ``robocopy``
726

827
v2.1.0
928
======
@@ -384,7 +403,6 @@ Release Summary
384403
This is the first proper release of the ``community.windows`` collection on 2020-07-18.
385404
The changelog describes all changes made to the modules and plugins included in this collection since Ansible 2.9.0.
386405

387-
388406
Minor Changes
389407
-------------
390408

changelogs/changelog.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -539,3 +539,20 @@ releases:
539539
- win_psmodule_info.yml
540540
- win_rabbitmq_plugin_iex.yml
541541
release_date: '2023-11-16'
542+
2.2.0:
543+
changes:
544+
bugfixes:
545+
- win_format, win_partition - Add support for Windows failover cluster disks
546+
- win_psmodule - Fix up error message with ``state=latest``
547+
- win_robocopy - Fix up ``cmd`` return value to include the executable ``robocopy``
548+
minor_changes:
549+
- win_regmerge - Add content 'content' parameter for specifying registry file
550+
contents directly
551+
release_summary: Release summary for v2.2.0
552+
fragments:
553+
- 543-support_for_failover_cluster.yaml
554+
- 546-win_regmerge-add_content_parameter.yaml
555+
- release-summary.yml
556+
- win_psmodule-error.yml
557+
- win_robocopy-cmd.yml
558+
release_date: '2024-03-20'

changelogs/fragments/543-support_for_failover_cluster.yaml

-3
This file was deleted.

changelogs/fragments/546-win_regmerge-add_content_parameter.yaml

-2
This file was deleted.

changelogs/fragments/win_psmodule-error.yml

-2
This file was deleted.

changelogs/fragments/win_robocopy-cmd.yml

-2
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: windows
3-
version: 2.1.0
3+
version: 2.2.0
44
readme: README.md
55
authors:
66
- Jordan Borean @jborean93

0 commit comments

Comments
 (0)