Skip to content

Commit

Permalink
Prepare for v2.1.0 release (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Nov 16, 2023
1 parent 3675445 commit 3d4cda6
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 10 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ Community Windows Release Notes
.. contents:: Topics


v2.1.0
======

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

Release summary for v2.1.0

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

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

Bugfixes
--------

- Remove some code which is no longer valid for dotnet 5+
- 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.
- win_rabbitmq_plugin - Avoid using ``Invoke-Expression`` when running external commands
- win_rds_rap - The module crashed when creating a RAP with Gateway Managed Computer Group (https://github.com/ansible-collections/community.windows/issues/184).

v2.0.0
======

Expand Down
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -516,3 +516,26 @@ releases:
- win_psmodule-removed-features.yml
- win_scheduled_task-removed-features.yml
release_date: '2023-06-14'
2.1.0:
changes:
bugfixes:
- Remove some code which is no longer valid for dotnet 5+
- 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.
- win_rabbitmq_plugin - Avoid using ``Invoke-Expression`` when running external
commands
- win_rds_rap - The module crashed when creating a RAP with Gateway Managed
Computer Group (https://github.com/ansible-collections/community.windows/issues/184).
minor_changes:
- Set minimum supported Ansible version to 2.14 to align with the versions still
supported by Ansible.
release_summary: Release summary for v2.1.0
fragments:
- 534-rds-rap-fix-gw-managed-comp-groups.yml
- ansible_support.yml
- dotnet-preparation.yml
- release_summary.yml
- win_psmodule_info.yml
- win_rabbitmq_plugin_iex.yml
release_date: '2023-11-16'

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ansible_support.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/dotnet-preparation.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_psmodule_info.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_rabbitmq_plugin_iex.yml

This file was deleted.

0 comments on commit 3d4cda6

Please sign in to comment.