diff options
Diffstat (limited to 'ansible_collections/community/windows/changelogs')
-rw-r--r-- | ansible_collections/community/windows/changelogs/changelog.yaml | 94 | ||||
-rw-r--r-- | ansible_collections/community/windows/changelogs/config.yaml | 32 |
2 files changed, 110 insertions, 16 deletions
diff --git a/ansible_collections/community/windows/changelogs/changelog.yaml b/ansible_collections/community/windows/changelogs/changelog.yaml index d64c61b79..58d105a3b 100644 --- a/ansible_collections/community/windows/changelogs/changelog.yaml +++ b/ansible_collections/community/windows/changelogs/changelog.yaml @@ -462,3 +462,97 @@ releases: - 347_win_iis_virtualdirectory.yml - release-2.9.0.yml release_date: '2021-12-21' + 2.0.0: + changes: + bugfixes: + - win_psmodule - fix requireLicenseAcceptance test so that it is no longer always + true + deprecated_features: + - win_domain_computer - Module is deprecated in favour of the ``microsoft.ad.computer`` + module, the ``community.windows.win_domain_computer`` module will be removed + in the ``3.0.0`` release of this collection. + - win_domain_group - Module is deprecated in favour of the ``microsoft.ad.group`` + module, the ``community.windows.win_domain_group`` module will be removed + in the ``3.0.0`` release of this collection. + - win_domain_group_membership - Module is deprecated in favour of the ``microsoft.ad.group`` + module, the ``community.windows.win_domain_group_membership`` module will + be removed in the ``3.0.0`` release of this collection. + - win_domain_object_info - Module is deprecated in favour of the ``microsoft.ad.object_info`` + module, the ``community.windows.win_domain_object_info`` module will be removed + in the ``3.0.0`` release of this collection. + - win_domain_ou - Module is deprecated in favour of the ``microsoft.ad.ou`` + module, the ``community.windows.win_domain_ou`` module will be removed in + the ``3.0.0`` release of this collection. + - win_domain_user - Module is deprecated in favour of the ``microsoft.ad.user`` + module, the ``community.windows.win_domain_user`` module will be removed in + the ``3.0.0`` release of this collection. + minor_changes: + - win_dns_record - Added ``zone_scope`` option to manage a record in a specific + zone scope + release_summary: Version ``2.0.0`` is a major release of the ``community.windows`` + collection that removes some deprecated features. Please review the changelog + to see what deprecated features have been removed in this release. + removed_features: + - Removed testing for Server 2012 and Server 2012 R2 as they are reaching End + of Life status from Microsoft. These OS versions may continue to work but + will not be tested in CI. + - win_nssm - Removed the deprecated module option ``app_parameters``, use ``arguments`` + instead. + - win_psmodule - Removed the deprecated module option ``url``, use ``community.windows.win_psrepository`` + to manage repositories instead + - 'win_psmodule - Will no longer remove the ``repository`` specified when ``state: + absent``, use ``community.windows.win_psrepository`` to manage repositories + instead' + - win_scheduled_tasks - Removed support for a trigger ``repetition`` to be defined + as a list of dictionary entries. Specify the ``repetition`` as a dictionary + value rather than a list of dictionaries. + fragments: + - 522-win_psmodule-requirelicenseacceptance.yml + - microsoft-ad-deprecations.yml + - release_summary.yml + - server2012.yml + - win_dns_record-zone-scope.yml + - win_nssm-removed-features.yml + - 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' + 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' diff --git a/ansible_collections/community/windows/changelogs/config.yaml b/ansible_collections/community/windows/changelogs/config.yaml index 78e36a2b4..92ae1e2b8 100644 --- a/ansible_collections/community/windows/changelogs/config.yaml +++ b/ansible_collections/community/windows/changelogs/config.yaml @@ -9,21 +9,21 @@ notesdir: fragments prelude_section_name: release_summary prelude_section_title: Release Summary sections: -- - major_changes - - Major Changes -- - minor_changes - - Minor Changes -- - breaking_changes - - Breaking Changes / Porting Guide -- - deprecated_features - - Deprecated Features -- - removed_features - - Removed Features (previously deprecated) -- - security_fixes - - Security Fixes -- - bugfixes - - Bugfixes -- - known_issues - - Known Issues + - - major_changes + - Major Changes + - - minor_changes + - Minor Changes + - - breaking_changes + - Breaking Changes / Porting Guide + - - deprecated_features + - Deprecated Features + - - removed_features + - Removed Features (previously deprecated) + - - security_fixes + - Security Fixes + - - bugfixes + - Bugfixes + - - known_issues + - Known Issues title: Community Windows trivial_section_name: trivial |