Skip to content

Commit

Permalink
Prepare for v1.5.0 release (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Mar 19, 2024
1 parent 9af202e commit 0de3515
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 15 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -4,6 +4,34 @@ Ansible Microsoft Active Directory Release Notes

.. contents:: Topics

v1.5.0
======

Release Summary
---------------

Release summary for v1.5.0

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.

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

New Plugins
-----------

Filter
~~~~~~

- dn_escape - Escape an LDAP DistinguishedName value string.
- parse_dn - Parses an LDAP DistinguishedName string into an object.

v1.4.1
======
Expand Down Expand Up @@ -92,7 +120,6 @@ Release Summary
This release includes the new ``microsoft.ad.ldap`` inventory plugin which can be used to generate an Ansible
inventory from an LDAP/AD source.


Bugfixes
--------

Expand Down
30 changes: 30 additions & 0 deletions changelogs/changelog.yaml
Expand Up @@ -123,3 +123,33 @@ releases:
- 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'
5 changes: 0 additions & 5 deletions changelogs/fragments/default_options.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/group-support-long-group-names.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/membership-invalid-ou.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/templating_support.yml

This file was deleted.

0 comments on commit 0de3515

Please sign in to comment.