Skip to content

Commit

Permalink
Prepare release v1.8.0 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Dec 11, 2024
1 parent 8904855 commit 33d3397
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 13 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
7 changes: 0 additions & 7 deletions changelogs/fragments/replication-dc.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/user-permissions-handling.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win-2025.yml

This file was deleted.

0 comments on commit 33d3397

Please sign in to comment.