Skip to content

Commit

Permalink
Prepare for v1.3.0 release (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Aug 10, 2023
1 parent 5e1f7aa commit 735977d
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 23 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ Ansible Microsoft Active Directory Release Notes
.. contents:: Topics


v1.3.0
======

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

release summary for v1.3.0

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

- AD objects will no longer be moved to the default AD path for their type if no ``path`` was specified. Use the value ``microsoft.ad.default_path`` to explicitly set the path to the default path if that behaviour is desired.
- microsoft.ad.ldap - Added the option ``filter_without_computer`` to not add the AND clause ``objectClass=computer`` to the final filter used - https://github.com/ansible-collections/microsoft.ad/issues/55

Bugfixes
--------

- Added the missing dependency ``dpapi-ng`` to Ansible Execution Environments requirements file for LAPS decryption support
- Ensure renaming and moving an object will be done with the ``domain_server`` and ``domain_username`` credentials specified - https://github.com/ansible-collections/microsoft.ad/issues/54
- Fix up ``protect_from_deletion`` when creating new AD objects - https://github.com/ansible-collections/microsoft.ad/issues/47
- Fix up date_time attribute comparisons to be idempotent - https://github.com/ansible-collections/microsoft.ad/issues/57
- microsoft.ad.user - Ensure the ``spn`` diff after key is ``spn`` and not ``kerberos_encryption_types``
- microsoft.ad.user - treat an expired account as a password that needs to be changed

v1.2.0
======

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The current process for publishing new versions of the Microsoft AD Collection i
* Update the `CHANGELOG`:
* Make sure you have [`antsibull-changelog`](https://pypi.org/project/antsibull-changelog/) installed `pip install antsibull-changelog`.
* Make sure there are fragments for all known changes in `changelogs/fragments`.
* Add a new `release_summary` fragment: `echo "Release summary for v..." > changelogs/fragments/release-summary.yml`
* Add a new `release_summary` fragment: `echo "release_summary: Release summary for v..." > changelogs/fragments/release-summary.yml`
* Run `antsibull-changelog release`.
* Commit the changes and wait for CI to be green
* Create a release with the tag that matches the version number
Expand Down
30 changes: 30 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,33 @@ releases:
- release_summary.yml
- server2012.yml
release_date: '2023-06-14'
1.3.0:
changes:
bugfixes:
- Added the missing dependency ``dpapi-ng`` to Ansible Execution Environments
requirements file for LAPS decryption support
- Ensure renaming and moving an object will be done with the ``domain_server``
and ``domain_username`` credentials specified - https://github.com/ansible-collections/microsoft.ad/issues/54
- Fix up ``protect_from_deletion`` when creating new AD objects - https://github.com/ansible-collections/microsoft.ad/issues/47
- Fix up date_time attribute comparisons to be idempotent - https://github.com/ansible-collections/microsoft.ad/issues/57
- microsoft.ad.user - Ensure the ``spn`` diff after key is ``spn`` and not ``kerberos_encryption_types``
- microsoft.ad.user - treat an expired account as a password that needs to be
changed
minor_changes:
- AD objects will no longer be moved to the default AD path for their type if
no ``path`` was specified. Use the value ``microsoft.ad.default_path`` to
explicitly set the path to the default path if that behaviour is desired.
- microsoft.ad.ldap - Added the option ``filter_without_computer`` to not add
the AND clause ``objectClass=computer`` to the final filter used - https://github.com/ansible-collections/microsoft.ad/issues/55
release_summary: release summary for v1.3.0
fragments:
- datetime-attributes.yml
- default-path.yml
- dpapi-req.yml
- ldap-filter-raw.yml
- move-adparams.yml
- protect-from-deletion.yml
- release-summary.yml
- user-account-expired-password.yml
- user-spn-diff.yml
release_date: '2023-08-11'
2 changes: 0 additions & 2 deletions changelogs/fragments/datetime-attributes.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/default-path.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/dpapi-req.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/ldap-filter-raw.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/move-adparams.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/protect-from-deletion.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/user-account-expired-password.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/user-spn-diff.yml

This file was deleted.

0 comments on commit 735977d

Please sign in to comment.