Skip to content

Commit

Permalink
Prepare for v1.4.0 release (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Nov 16, 2023
1 parent e045bf1 commit 377c28f
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Ansible Microsoft Active Directory Release Notes
.. contents:: Topics


v1.4.0
======

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

Prepare for v1.4.0 release

Minor Changes
-------------

- Make ``name`` an optional parameter for the AD modules. Either ``name`` or ``identity`` needs to be set with their respective behaviours. If creating a new AD user and only ``identity`` is set, that will be the value used for the name of the object.
- Set minimum supported Ansible version to 2.14 to align with the versions still supported by Ansible.
- object_info - Add ActiveDirectory module import

v1.3.0
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,20 @@ releases:
- user-account-expired-password.yml
- user-spn-diff.yml
release_date: '2023-08-11'
1.4.0:
changes:
minor_changes:
- Make ``name`` an optional parameter for the AD modules. Either ``name`` or
``identity`` needs to be set with their respective behaviours. If creating
a new AD user and only ``identity`` is set, that will be the value used for
the name of the object.
- Set minimum supported Ansible version to 2.14 to align with the versions still
supported by Ansible.
- object_info - Add ActiveDirectory module import
release_summary: Prepare for v1.4.0 release
fragments:
- 73-import-activedirectory-module.yml
- ansible_support.yml
- release_summary.yml
- search-by-identity.yml
release_date: '2023-11-16'
2 changes: 0 additions & 2 deletions changelogs/fragments/73-import-activedirectory-module.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ansible_support.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/search-by-identity.yml

This file was deleted.

0 comments on commit 377c28f

Please sign in to comment.