mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Release 4.8.9.
This commit is contained in:
parent
ff2b016c66
commit
15ad2448f1
5 changed files with 36 additions and 8 deletions
|
@ -6,6 +6,22 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 3.0.0.
|
This changelog describes changes after version 3.0.0.
|
||||||
|
|
||||||
|
v4.8.9
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Note that from now on, community.general 4.x.y only receives security fixes and major bugfixes, but no longer regular bugfixes.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- ldap_attrs - fix bug which caused a ``Bad search filter`` error. The error was occuring when the ldap attribute value contained special characters such as ``(`` or ``*`` (https://github.com/ansible-collections/community.general/issues/5434, https://github.com/ansible-collections/community.general/pull/5435).
|
||||||
|
- ldap_attrs - fix ordering issue by ignoring the ``{x}`` prefix on attribute values (https://github.com/ansible-collections/community.general/issues/977, https://github.com/ansible-collections/community.general/pull/5385).
|
||||||
|
|
||||||
v4.8.8
|
v4.8.8
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1979,3 +1979,23 @@ releases:
|
||||||
- 5383-xenserver_facts.yml
|
- 5383-xenserver_facts.yml
|
||||||
- 5393-archive.yml
|
- 5393-archive.yml
|
||||||
release_date: '2022-10-24'
|
release_date: '2022-10-24'
|
||||||
|
4.8.9:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- ldap_attrs - fix bug which caused a ``Bad search filter`` error. The error
|
||||||
|
was occuring when the ldap attribute value contained special characters such
|
||||||
|
as ``(`` or ``*`` (https://github.com/ansible-collections/community.general/issues/5434,
|
||||||
|
https://github.com/ansible-collections/community.general/pull/5435).
|
||||||
|
- ldap_attrs - fix ordering issue by ignoring the ``{x}`` prefix on attribute
|
||||||
|
values (https://github.com/ansible-collections/community.general/issues/977,
|
||||||
|
https://github.com/ansible-collections/community.general/pull/5385).
|
||||||
|
release_summary: 'Bugfix release.
|
||||||
|
|
||||||
|
|
||||||
|
Note that from now on, community.general 4.x.y only receives security fixes
|
||||||
|
and major bugfixes, but no longer regular bugfixes.'
|
||||||
|
fragments:
|
||||||
|
- 4.8.9.yml
|
||||||
|
- 5385-search_s-based-_is_value_present.yaml
|
||||||
|
- 5435-escape-ldap-param.yml
|
||||||
|
release_date: '2022-11-06'
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
release_summary: |-
|
|
||||||
Bugfix release.
|
|
||||||
|
|
||||||
Note that from now on, community.general 4.x.y only receives security fixes and major bugfixes, but no longer regular bugfixes.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- ldap_attrs - fix ordering issue by ignoring the ``{x}`` prefix on attribute values (https://github.com/ansible-collections/community.general/issues/977, https://github.com/ansible-collections/community.general/pull/5385).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- ldap_attrs - fix bug which caused a ``Bad search filter`` error. The error was occuring when the ldap attribute value contained special characters such as ``(`` or ``*`` (https://github.com/ansible-collections/community.general/issues/5434, https://github.com/ansible-collections/community.general/pull/5435).
|
|
Loading…
Reference in a new issue