Skip to content

Commit 3d4cda6

Browse files
authored
Prepare for v2.1.0 release (#542)
1 parent 3675445 commit 3d4cda6

7 files changed

+44
-10
lines changed

CHANGELOG.rst

+21
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ Community Windows Release Notes
55
.. contents:: Topics
66

77

8+
v2.1.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Release summary for v2.1.0
15+
16+
Minor Changes
17+
-------------
18+
19+
- Set minimum supported Ansible version to 2.14 to align with the versions still supported by Ansible.
20+
21+
Bugfixes
22+
--------
23+
24+
- Remove some code which is no longer valid for dotnet 5+
25+
- community.windows.win_psmodule_info - exception thrown when host has no Installed Module. Fix now checks that variable $installedModules is not null before calling the .Contains(..) function on it.
26+
- win_rabbitmq_plugin - Avoid using ``Invoke-Expression`` when running external commands
27+
- win_rds_rap - The module crashed when creating a RAP with Gateway Managed Computer Group (https://github.com/ansible-collections/community.windows/issues/184).
28+
829
v2.0.0
930
======
1031

changelogs/changelog.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -516,3 +516,26 @@ releases:
516516
- win_psmodule-removed-features.yml
517517
- win_scheduled_task-removed-features.yml
518518
release_date: '2023-06-14'
519+
2.1.0:
520+
changes:
521+
bugfixes:
522+
- Remove some code which is no longer valid for dotnet 5+
523+
- community.windows.win_psmodule_info - exception thrown when host has no Installed
524+
Module. Fix now checks that variable $installedModules is not null before
525+
calling the .Contains(..) function on it.
526+
- win_rabbitmq_plugin - Avoid using ``Invoke-Expression`` when running external
527+
commands
528+
- win_rds_rap - The module crashed when creating a RAP with Gateway Managed
529+
Computer Group (https://github.com/ansible-collections/community.windows/issues/184).
530+
minor_changes:
531+
- Set minimum supported Ansible version to 2.14 to align with the versions still
532+
supported by Ansible.
533+
release_summary: Release summary for v2.1.0
534+
fragments:
535+
- 534-rds-rap-fix-gw-managed-comp-groups.yml
536+
- ansible_support.yml
537+
- dotnet-preparation.yml
538+
- release_summary.yml
539+
- win_psmodule_info.yml
540+
- win_rabbitmq_plugin_iex.yml
541+
release_date: '2023-11-16'

changelogs/fragments/534-rds-rap-fix-gw-managed-comp-groups.yml

-2
This file was deleted.

changelogs/fragments/ansible_support.yml

-2
This file was deleted.

changelogs/fragments/dotnet-preparation.yml

-2
This file was deleted.

changelogs/fragments/win_psmodule_info.yml

-2
This file was deleted.

changelogs/fragments/win_rabbitmq_plugin_iex.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)