From 33d3397ff91b31f7fc5ed2713346f0e292e5d608 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Wed, 11 Dec 2024 11:24:02 +1000 Subject: [PATCH] Prepare release v1.8.0 (#171) --- CHANGELOG.rst | 24 +++++++++++++++++++ changelogs/changelog.yaml | 23 ++++++++++++++++++ changelogs/fragments/replication-dc.yml | 7 ------ .../fragments/user-permissions-handling.yml | 4 ---- changelogs/fragments/win-2025.yml | 2 -- 5 files changed, 47 insertions(+), 13 deletions(-) delete mode 100644 changelogs/fragments/replication-dc.yml delete mode 100644 changelogs/fragments/user-permissions-handling.yml delete mode 100644 changelogs/fragments/win-2025.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 720d77e..54216dd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,30 @@ Ansible Microsoft Active Directory Release Notes .. contents:: Topics +v1.8.0 +====== + +Release Summary +--------------- + +Release summary for v1.8.0 + +Minor Changes +------------- + +- Added support for Windows Server 2025 +- domain - Added ``replication_source_dc`` to specify the domain controller to use as the replication source for the new domain - https://github.com/ansible-collections/microsoft.ad/issues/159 +- domain_controller - Added ``replication_source_dc`` to specify the domain controller to use as the replication source for the new domain controller - https://github.com/ansible-collections/microsoft.ad/issues/159 +- microsoft.ad.user - Added ``groups.permissions_failure_action`` to control the behaviour when failing to modify the user's groups - (https://github.com/ansible-collections/microsoft.ad/issues/140). + +New Plugins +----------- + +Filter +~~~~~~ + +- split_dn - Splits an LDAP DistinguishedName. + v1.7.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index efb8b36..ccfdd29 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -252,3 +252,26 @@ releases: - debug-ldap-client-doc.yml - release-summary.yml release_date: '2024-09-04' + 1.8.0: + changes: + minor_changes: + - Added support for Windows Server 2025 + - domain - Added ``replication_source_dc`` to specify the domain controller + to use as the replication source for the new domain - https://github.com/ansible-collections/microsoft.ad/issues/159 + - domain_controller - Added ``replication_source_dc`` to specify the domain + controller to use as the replication source for the new domain controller + - https://github.com/ansible-collections/microsoft.ad/issues/159 + - microsoft.ad.user - Added ``groups.permissions_failure_action`` to control + the behaviour when failing to modify the user's groups - (https://github.com/ansible-collections/microsoft.ad/issues/140). + release_summary: Release summary for v1.8.0 + fragments: + - release-summary.yml + - replication-dc.yml + - user-permissions-handling.yml + - win-2025.yml + plugins: + filter: + - description: Splits an LDAP DistinguishedName. + name: split_dn + namespace: null + release_date: '2024-12-11' diff --git a/changelogs/fragments/replication-dc.yml b/changelogs/fragments/replication-dc.yml deleted file mode 100644 index ce791a4..0000000 --- a/changelogs/fragments/replication-dc.yml +++ /dev/null @@ -1,7 +0,0 @@ -minor_changes: - - >- - domain - Added ``replication_source_dc`` to specify the domain controller to use as the replication source for the - new domain - https://github.com/ansible-collections/microsoft.ad/issues/159 - - >- - domain_controller - Added ``replication_source_dc`` to specify the domain controller to use as the replication - source for the new domain controller - https://github.com/ansible-collections/microsoft.ad/issues/159 diff --git a/changelogs/fragments/user-permissions-handling.yml b/changelogs/fragments/user-permissions-handling.yml deleted file mode 100644 index 31d2a1c..0000000 --- a/changelogs/fragments/user-permissions-handling.yml +++ /dev/null @@ -1,4 +0,0 @@ -minor_changes: - - >- - microsoft.ad.user - Added ``groups.permissions_failure_action`` to control the behaviour when failing to modify the user's groups - - (https://github.com/ansible-collections/microsoft.ad/issues/140). diff --git a/changelogs/fragments/win-2025.yml b/changelogs/fragments/win-2025.yml deleted file mode 100644 index 64cd4dc..0000000 --- a/changelogs/fragments/win-2025.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - Added support for Windows Server 2025