Skip to content

Commit 33d3397

Browse files
authored
Prepare release v1.8.0 (#171)
1 parent 8904855 commit 33d3397

File tree

5 files changed

+47
-13
lines changed

5 files changed

+47
-13
lines changed

CHANGELOG.rst

+24
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ Ansible Microsoft Active Directory Release Notes
44

55
.. contents:: Topics
66

7+
v1.8.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Release summary for v1.8.0
14+
15+
Minor Changes
16+
-------------
17+
18+
- Added support for Windows Server 2025
19+
- 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
20+
- 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
21+
- 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).
22+
23+
New Plugins
24+
-----------
25+
26+
Filter
27+
~~~~~~
28+
29+
- split_dn - Splits an LDAP DistinguishedName.
30+
731
v1.7.1
832
======
933

changelogs/changelog.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,26 @@ releases:
252252
- debug-ldap-client-doc.yml
253253
- release-summary.yml
254254
release_date: '2024-09-04'
255+
1.8.0:
256+
changes:
257+
minor_changes:
258+
- Added support for Windows Server 2025
259+
- domain - Added ``replication_source_dc`` to specify the domain controller
260+
to use as the replication source for the new domain - https://github.com/ansible-collections/microsoft.ad/issues/159
261+
- domain_controller - Added ``replication_source_dc`` to specify the domain
262+
controller to use as the replication source for the new domain controller
263+
- https://github.com/ansible-collections/microsoft.ad/issues/159
264+
- microsoft.ad.user - Added ``groups.permissions_failure_action`` to control
265+
the behaviour when failing to modify the user's groups - (https://github.com/ansible-collections/microsoft.ad/issues/140).
266+
release_summary: Release summary for v1.8.0
267+
fragments:
268+
- release-summary.yml
269+
- replication-dc.yml
270+
- user-permissions-handling.yml
271+
- win-2025.yml
272+
plugins:
273+
filter:
274+
- description: Splits an LDAP DistinguishedName.
275+
name: split_dn
276+
namespace: null
277+
release_date: '2024-12-11'

changelogs/fragments/replication-dc.yml

-7
This file was deleted.

changelogs/fragments/user-permissions-handling.yml

-4
This file was deleted.

changelogs/fragments/win-2025.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)