Skip to content

Commit

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


v1.2.0
======

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

Release summary for v1.2.0

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

- microsoft.ad.debug_ldap_client - Add ``dpapi_ng`` to list of packages checked
- microsoft.ad.ldap - Add support for decrypting LAPS encrypted password
- microsoft.ad.ldap - Allow setting LDAP connection and authentication options through environment variables - https://github.com/ansible-collections/microsoft.ad/issues/34

Deprecated Features
-------------------

- Deprecating support for Server 2012 and Server 2012 R2. These OS versions are reaching End of Life status from Microsoft and support for using them in Ansible are nearing its end.

Bugfixes
--------

- group - Fix idempotency check when ``scope: domainlocal`` is set - https://github.com/ansible-collections/microsoft.ad/issues/31
- microsoft.ad.group - ensure the ``scope`` and ``category`` values are checked as case insensitive to avoid changes when not needed - https://github.com/ansible-collections/microsoft.ad/issues/31

v1.1.0
======

Expand Down
24 changes: 24 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,27 @@ releases:
name: ldap
namespace: null
release_date: '2023-05-02'
1.2.0:
changes:
bugfixes:
- 'group - Fix idempotency check when ``scope: domainlocal`` is set - https://github.com/ansible-collections/microsoft.ad/issues/31'
- microsoft.ad.group - ensure the ``scope`` and ``category`` values are checked
as case insensitive to avoid changes when not needed - https://github.com/ansible-collections/microsoft.ad/issues/31
deprecated_features:
- Deprecating support for Server 2012 and Server 2012 R2. These OS versions
are reaching End of Life status from Microsoft and support for using them
in Ansible are nearing its end.
minor_changes:
- microsoft.ad.debug_ldap_client - Add ``dpapi_ng`` to list of packages checked
- microsoft.ad.ldap - Add support for decrypting LAPS encrypted password
- microsoft.ad.ldap - Allow setting LDAP connection and authentication options
through environment variables - https://github.com/ansible-collections/microsoft.ad/issues/34
release_summary: Release summary for v1.2.0
fragments:
- group-case-sensitivity-check.yml
- group-domainlocal-scopeinfo.yml
- ldap-env-var.yml
- ldap-laps-decryption.yml
- release_summary.yml
- server2012.yml
release_date: '2023-06-14'
2 changes: 0 additions & 2 deletions changelogs/fragments/group-case-sensitivity-check.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/group-domainlocal-scopeinfo.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ldap-env-var.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/ldap-laps-decryption.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/server2012.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: microsoft
name: ad
version: 1.1.0
version: 1.2.0
readme: README.md
authors:
- Jordan Borean @jborean93
Expand Down

0 comments on commit 0202b42

Please sign in to comment.