summaryrefslogtreecommitdiffstats
path: root/ansible_collections/microsoft/ad/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/microsoft/ad/changelogs/changelog.yaml')
-rw-r--r--ansible_collections/microsoft/ad/changelogs/changelog.yaml87
1 files changed, 87 insertions, 0 deletions
diff --git a/ansible_collections/microsoft/ad/changelogs/changelog.yaml b/ansible_collections/microsoft/ad/changelogs/changelog.yaml
index 37b1f8113..f9d1dc51f 100644
--- a/ansible_collections/microsoft/ad/changelogs/changelog.yaml
+++ b/ansible_collections/microsoft/ad/changelogs/changelog.yaml
@@ -66,3 +66,90 @@ releases:
- release_summary.yml
- server2012.yml
release_date: '2023-06-14'
+ 1.3.0:
+ changes:
+ bugfixes:
+ - Added the missing dependency ``dpapi-ng`` to Ansible Execution Environments
+ requirements file for LAPS decryption support
+ - Ensure renaming and moving an object will be done with the ``domain_server``
+ and ``domain_username`` credentials specified - https://github.com/ansible-collections/microsoft.ad/issues/54
+ - Fix up ``protect_from_deletion`` when creating new AD objects - https://github.com/ansible-collections/microsoft.ad/issues/47
+ - Fix up date_time attribute comparisons to be idempotent - https://github.com/ansible-collections/microsoft.ad/issues/57
+ - microsoft.ad.user - Ensure the ``spn`` diff after key is ``spn`` and not ``kerberos_encryption_types``
+ - microsoft.ad.user - treat an expired account as a password that needs to be
+ changed
+ minor_changes:
+ - AD objects will no longer be moved to the default AD path for their type if
+ no ``path`` was specified. Use the value ``microsoft.ad.default_path`` to
+ explicitly set the path to the default path if that behaviour is desired.
+ - microsoft.ad.ldap - Added the option ``filter_without_computer`` to not add
+ the AND clause ``objectClass=computer`` to the final filter used - https://github.com/ansible-collections/microsoft.ad/issues/55
+ release_summary: release summary for v1.3.0
+ fragments:
+ - datetime-attributes.yml
+ - default-path.yml
+ - dpapi-req.yml
+ - ldap-filter-raw.yml
+ - move-adparams.yml
+ - protect-from-deletion.yml
+ - release-summary.yml
+ - user-account-expired-password.yml
+ - user-spn-diff.yml
+ release_date: '2023-08-11'
+ 1.4.0:
+ changes:
+ minor_changes:
+ - Make ``name`` an optional parameter for the AD modules. Either ``name`` or
+ ``identity`` needs to be set with their respective behaviours. If creating
+ a new AD user and only ``identity`` is set, that will be the value used for
+ the name of the object.
+ - Set minimum supported Ansible version to 2.14 to align with the versions still
+ supported by Ansible.
+ - object_info - Add ActiveDirectory module import
+ release_summary: Prepare for v1.4.0 release
+ fragments:
+ - 73-import-activedirectory-module.yml
+ - ansible_support.yml
+ - release_summary.yml
+ - search-by-identity.yml
+ release_date: '2023-11-16'
+ 1.4.1:
+ changes:
+ bugfixes:
+ - debug_ldap_client - handle failures when attempting to get the krb5 context
+ and default CCache rather than fail with a traceback
+ release_summary: Release summary for v1.4.1
+ fragments:
+ - debug_ldap_client-failure.yml
+ - release_summary.yml
+ release_date: '2023-11-23'
+ 1.5.0:
+ changes:
+ bugfixes:
+ - microsoft.ad.group - Support membership lookup of groups that are longer than
+ 20 characters long
+ - microsoft.ad.membership - Add helpful hint when the failure was due to a missing/invalid
+ ``domain_ou_path`` - https://github.com/ansible-collections/microsoft.ad/issues/88
+ minor_changes:
+ - Added ``group/microsoft.ad.domain`` module defaults group for the ``computer``,
+ ``group``, ``object_info``, ``object``, ``ou``, and ``user`` module. Users
+ can use this defaults group to set common connection options for these modules
+ such as the ``domain_server``, ``domain_username``, and ``domain_password``
+ options.
+ - Added support for Jinja2 templating in ldap inventory.
+ release_summary: Release summary for v1.5.0
+ fragments:
+ - default_options.yml
+ - group-support-long-group-names.yml
+ - membership-invalid-ou.yml
+ - release-summary.yml
+ - templating_support.yml
+ plugins:
+ filter:
+ - description: Escape an LDAP DistinguishedName value string.
+ name: dn_escape
+ namespace: null
+ - description: Parses an LDAP DistinguishedName string into an object.
+ name: parse_dn
+ namespace: null
+ release_date: '2024-03-20'