diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4e9b1de..39948ec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Ansible Microsoft Active Directory Release Notes .. contents:: Topics +v1.4.0 +====== + +Release Summary +--------------- + +Prepare for v1.4.0 release + +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 + v1.3.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index bb5d05e..147e4d0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -96,3 +96,20 @@ releases: - 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' diff --git a/changelogs/fragments/73-import-activedirectory-module.yml b/changelogs/fragments/73-import-activedirectory-module.yml deleted file mode 100644 index e320d5f..0000000 --- a/changelogs/fragments/73-import-activedirectory-module.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- object_info - Add ActiveDirectory module import \ No newline at end of file diff --git a/changelogs/fragments/ansible_support.yml b/changelogs/fragments/ansible_support.yml deleted file mode 100644 index 163e241..0000000 --- a/changelogs/fragments/ansible_support.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- Set minimum supported Ansible version to 2.14 to align with the versions still supported by Ansible. diff --git a/changelogs/fragments/search-by-identity.yml b/changelogs/fragments/search-by-identity.yml deleted file mode 100644 index 6f7426c..0000000 --- a/changelogs/fragments/search-by-identity.yml +++ /dev/null @@ -1,4 +0,0 @@ -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.