Skip to content

Commit

Permalink
Prepare for v1.1.0 release (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored May 1, 2023
1 parent f3b3b43 commit 0078bf5
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,41 @@ Ansible Microsoft Active Directory Release Notes
.. contents:: Topics


v1.1.0
======

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
--------

- microsoft.ad.user - Fix setting ``password_expired`` when creating a new user - https://github.com/ansible-collections/microsoft.ad/issues/25

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

Filter
~~~~~~

- as_datetime - Converts an LDAP value to a datetime string
- as_guid - Converts an LDAP value to a GUID string
- as_sid - Converts an LDAP value to a Security Identifier string

Inventory
~~~~~~~~~

- ldap - Inventory plugin for Active Directory

New Modules
-----------

- debug_ldap_client - Get host information for debugging LDAP connections

v1.0.0
======

Expand Down
34 changes: 34 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,37 @@ releases:
fragments:
- release-summary.yml
release_date: '2023-02-15'
1.1.0:
changes:
bugfixes:
- microsoft.ad.user - Fix setting ``password_expired`` when creating a new user
- https://github.com/ansible-collections/microsoft.ad/issues/25
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.
'
fragments:
- release-1.1.0.yml
- user-password-expired.yml
modules:
- description: Get host information for debugging LDAP connections
name: debug_ldap_client
namespace: ''
plugins:
filter:
- description: Converts an LDAP value to a datetime string
name: as_datetime
namespace: null
- description: Converts an LDAP value to a GUID string
name: as_guid
namespace: null
- description: Converts an LDAP value to a Security Identifier string
name: as_sid
namespace: null
inventory:
- description: Inventory plugin for Active Directory
name: ldap
namespace: null
release_date: '2023-05-02'
2 changes: 0 additions & 2 deletions changelogs/fragments/user-password-expired.yml

This file was deleted.

0 comments on commit 0078bf5

Please sign in to comment.