Skip to content

Commit

Permalink
Prepare for v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Jun 10, 2024
1 parent bc47178 commit 4db8b51
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 36 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ Ansible Microsoft Active Directory Release Notes

.. contents:: Topics

v1.6.0
======

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

Release summary for v1.6.0

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

- microsoft.ad AD modules - Added ``domain_credentials`` as a common module option that can be used to specify credentials for specific AD servers.
- microsoft.ad AD modules - Added ``lookup_failure_action`` on all modules that can specify a list of distinguishedName values to control what should happen if the lookup fails.
- microsoft.ad.computer - Added the ability to lookup a distinguishedName on a specific domain server for ``delegates`` and ``managed_by``.
- microsoft.ad.group - Added the ability to lookup a distinguishedName on a specific domain server for ``managed_by`` and ``members``.
- microsoft.ad.ou - Added the ability to lookup a distinguishedName on a specific domain server for ``managed_by``.
- microsoft.ad.user - Added the ability to lookup a distinguishedName on a specific domain server for ``delegates``.
- microsoft.ad.user - Rename the option ``groups.missing_action`` to ``groups.lookup_failure_action`` to make the option more consistent with other modules. The ``missing_action`` option is still supported as an alias.
- microsoft.ad.user - Support group member lookup on alternative server using the DN lookup syntax. This syntax uses a dictionary where ``name`` defined the group to lookup and ``server`` defines the server to lookup the group on.

Bugfixes
--------

- microsoft.ad.membership - Fix hostname check to work with hostnames longer than 15 characters long - https://github.com/ansible-collections/microsoft.ad/issues/113
- microsoft.ad.user - Fix issue when creating a new user account with ``account_locked: false`` - https://github.com/ansible-collections/microsoft.ad/issues/108

v1.5.0
======

Expand Down
36 changes: 36 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,39 @@ releases:
name: parse_dn
namespace: null
release_date: '2024-03-20'
1.6.0:
changes:
bugfixes:
- microsoft.ad.membership - Fix hostname check to work with hostnames longer
than 15 characters long - https://github.com/ansible-collections/microsoft.ad/issues/113
- 'microsoft.ad.user - Fix issue when creating a new user account with ``account_locked:
false`` - https://github.com/ansible-collections/microsoft.ad/issues/108'
minor_changes:
- microsoft.ad AD modules - Added ``domain_credentials`` as a common module
option that can be used to specify credentials for specific AD servers.
- microsoft.ad AD modules - Added ``lookup_failure_action`` on all modules that
can specify a list of distinguishedName values to control what should happen
if the lookup fails.
- microsoft.ad.computer - Added the ability to lookup a distinguishedName on
a specific domain server for ``delegates`` and ``managed_by``.
- microsoft.ad.group - Added the ability to lookup a distinguishedName on a
specific domain server for ``managed_by`` and ``members``.
- microsoft.ad.ou - Added the ability to lookup a distinguishedName on a specific
domain server for ``managed_by``.
- microsoft.ad.user - Added the ability to lookup a distinguishedName on a specific
domain server for ``delegates``.
- microsoft.ad.user - Rename the option ``groups.missing_action`` to ``groups.lookup_failure_action``
to make the option more consistent with other modules. The ``missing_action``
option is still supported as an alias.
- microsoft.ad.user - Support group member lookup on alternative server using
the DN lookup syntax. This syntax uses a dictionary where ``name`` defined
the group to lookup and ``server`` defines the server to lookup the group
on.
release_summary: Release summary for v1.6.0
fragments:
- lookup-dn.yml
- membership-long-name.yml
- release-1.6.0.yml
- user-account-locked.yml
- user-groups.yml
release_date: '2024-06-10'
19 changes: 0 additions & 19 deletions changelogs/fragments/lookup-dn.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/membership-long-name.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/user-account-locked.yml

This file was deleted.

9 changes: 0 additions & 9 deletions changelogs/fragments/user-groups.yml

This file was deleted.

0 comments on commit 4db8b51

Please sign in to comment.