Skip to content

Commit

Permalink
Prepare for v2.0.0 release (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Jun 13, 2023
1 parent 3443526 commit b7e28e5
Show file tree
Hide file tree
Showing 9 changed files with 91 additions and 40 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,43 @@ Community Windows Release Notes
.. contents:: Topics


v2.0.0
======

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.

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

- win_dns_record - Added ``zone_scope`` option to manage a record in a specific zone scope

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.

Removed Features (previously deprecated)
----------------------------------------

- 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.

Bugfixes
--------

- win_psmodule - fix requireLicenseAcceptance test so that it is no longer always true

v1.13.0
=======

Expand Down
54 changes: 54 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,3 +462,57 @@ 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'

This file was deleted.

19 changes: 0 additions & 19 deletions changelogs/fragments/microsoft-ad-deprecations.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/server2012.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_dns_record-zone-scope.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_nssm-removed-features.yml

This file was deleted.

7 changes: 0 additions & 7 deletions changelogs/fragments/win_psmodule-removed-features.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/win_scheduled_task-removed-features.yml

This file was deleted.

0 comments on commit b7e28e5

Please sign in to comment.