Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for v1.3.0 release #66

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.