8000 Prepare for v2.1.0 release by jborean93 · Pull Request #542 · ansible-collections/community.windows · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Prepare for v2.1.0 release #542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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