summaryrefslogtreecommitdiffstats
path: root/ansible_collections/microsoft/ad/changelogs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:22:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:22:15 +0000
commit0202b47f95a87598276869ab7f07f57e8a4c8a87 (patch)
tree21f101dcceb98166b117c40dab3d79d5b2ad8eed /ansible_collections/microsoft/ad/changelogs
parentAdding upstream version 10.0.1+dfsg. (diff)
downloadansible-upstream.tar.xz
ansible-upstream.zip
Adding upstream version 10.1.0+dfsg.upstream/10.1.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/microsoft/ad/changelogs')
-rw-r--r--ansible_collections/microsoft/ad/changelogs/changelog.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/ansible_collections/microsoft/ad/changelogs/changelog.yaml b/ansible_collections/microsoft/ad/changelogs/changelog.yaml
index f9d1dc51f..f2a6c6512 100644
--- a/ansible_collections/microsoft/ad/changelogs/changelog.yaml
+++ b/ansible_collections/microsoft/ad/changelogs/changelog.yaml
@@ -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'