Skip to content

Commit

Permalink
Prepare for v2.2.0 release (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Mar 19, 2024
1 parent 588af79 commit fce2381
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 11 deletions.
20 changes: 19 additions & 1 deletion 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.2.0
======

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

Release summary for v2.2.0

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

- win_regmerge - Add content 'content' parameter for specifying registry file contents directly

Bugfixes
--------

- win_format, win_partition - Add support for Windows failover cluster disks
- win_psmodule - Fix up error message with ``state=latest``
- win_robocopy - Fix up ``cmd`` return value to include the executable ``robocopy``

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


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

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,3 +539,20 @@ releases:
- win_psmodule_info.yml
- win_rabbitmq_plugin_iex.yml
release_date: '2023-11-16'
2.2.0:
changes:
bugfixes:
- win_format, win_partition - Add support for Windows failover cluster disks
- win_psmodule - Fix up error message with ``state=latest``
- win_robocopy - Fix up ``cmd`` return value to include the executable ``robocopy``
minor_changes:
- win_regmerge - Add content 'content' parameter for specifying registry file
contents directly
release_summary: Release summary for v2.2.0
fragments:
- 543-support_for_failover_cluster.yaml
- 546-win_regmerge-add_content_parameter.yaml
- release-summary.yml
- win_psmodule-error.yml
- win_robocopy-cmd.yml
release_date: '2024-03-20'
3 changes: 0 additions & 3 deletions changelogs/fragments/543-support_for_failover_cluster.yaml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_psmodule-error.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_robocopy-cmd.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: windows
version: 2.1.0
version: 2.2.0
readme: README.md
authors:
- Jordan Borean @jborean93
Expand Down

0 comments on commit fce2381

Please sign in to comment.