mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
Release 3.8.7.
This commit is contained in:
parent
4b9cc9928b
commit
48b14b293c
13 changed files with 64 additions and 23 deletions
|
@ -6,6 +6,33 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 2.0.0.
|
This changelog describes changes after version 2.0.0.
|
||||||
|
|
||||||
|
v3.8.7
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular maintenance release.
|
||||||
|
|
||||||
|
Major Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- The community.general 3.x.y release stream will from now on only receive major bugfixes and security fixes. There will be no more regular bugfix releases, or regular bugfixes backported to the ``stable-3`` branch.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``.
|
||||||
|
- consul - fixed bug where class ``ConsulService`` was overwriting the field ``checks``, preventing the addition of checks to a service (https://github.com/ansible-collections/community.general/pull/4590).
|
||||||
|
- dnsmadeeasy - fix failure on deleting DNS entries when API response does not contain monitor value (https://github.com/ansible-collections/community.general/issues/3620).
|
||||||
|
- gconftool2 - properly escape values when passing them to ``gconftool-2`` (https://github.com/ansible-collections/community.general/pull/4647).
|
||||||
|
- keycloak - fix parameters types for ``defaultDefaultClientScopes`` and ``defaultOptionalClientScopes`` from list of dictionaries to list of strings (https://github.com/ansible-collections/community.general/pull/4526).
|
||||||
|
- onepassword - search all valid configuration locations and use the first found (https://github.com/ansible-collections/community.general/pull/4640).
|
||||||
|
- opentelemetry callback plugin - fix warning for the include_tasks (https://github.com/ansible-collections/community.general/pull/4623).
|
||||||
|
- pritunl - fixed bug where pritunl plugin api add unneeded data in ``auth_string`` parameter (https://github.com/ansible-collections/community.general/issues/4527).
|
||||||
|
- terraform - fix list initialization to support both Python 2 and Python 3 (https://github.com/ansible-collections/community.general/issues/4531).
|
||||||
|
- xbps - fix error message that is reported when installing packages fails (https://github.com/ansible-collections/community.general/pull/4438).
|
||||||
|
|
||||||
v3.8.6
|
v3.8.6
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -2140,3 +2140,40 @@ releases:
|
||||||
- 4421-zypper_package_version_handling_fix.yml
|
- 4421-zypper_package_version_handling_fix.yml
|
||||||
- 4422-warn-user-if-incorrect-SDK-version-is-installed.yaml
|
- 4422-warn-user-if-incorrect-SDK-version-is-installed.yaml
|
||||||
release_date: '2022-04-05'
|
release_date: '2022-04-05'
|
||||||
|
3.8.7:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``.
|
||||||
|
- consul - fixed bug where class ``ConsulService`` was overwriting the field
|
||||||
|
``checks``, preventing the addition of checks to a service (https://github.com/ansible-collections/community.general/pull/4590).
|
||||||
|
- dnsmadeeasy - fix failure on deleting DNS entries when API response does not
|
||||||
|
contain monitor value (https://github.com/ansible-collections/community.general/issues/3620).
|
||||||
|
- gconftool2 - properly escape values when passing them to ``gconftool-2`` (https://github.com/ansible-collections/community.general/pull/4647).
|
||||||
|
- keycloak - fix parameters types for ``defaultDefaultClientScopes`` and ``defaultOptionalClientScopes``
|
||||||
|
from list of dictionaries to list of strings (https://github.com/ansible-collections/community.general/pull/4526).
|
||||||
|
- onepassword - search all valid configuration locations and use the first found
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/4640).
|
||||||
|
- opentelemetry callback plugin - fix warning for the include_tasks (https://github.com/ansible-collections/community.general/pull/4623).
|
||||||
|
- pritunl - fixed bug where pritunl plugin api add unneeded data in ``auth_string``
|
||||||
|
parameter (https://github.com/ansible-collections/community.general/issues/4527).
|
||||||
|
- terraform - fix list initialization to support both Python 2 and Python 3
|
||||||
|
(https://github.com/ansible-collections/community.general/issues/4531).
|
||||||
|
- xbps - fix error message that is reported when installing packages fails (https://github.com/ansible-collections/community.general/pull/4438).
|
||||||
|
major_changes:
|
||||||
|
- The community.general 3.x.y release stream will from now on only receive major
|
||||||
|
bugfixes and security fixes. There will be no more regular bugfix releases,
|
||||||
|
or regular bugfixes backported to the ``stable-3`` branch.
|
||||||
|
release_summary: Regular maintenance release.
|
||||||
|
fragments:
|
||||||
|
- 3.8.7.yml
|
||||||
|
- 4065-onepassword-config.yml
|
||||||
|
- 4438-fix-error-message.yaml
|
||||||
|
- 4459-only-get-monitor-if-it-is-not-null-api-response.yaml
|
||||||
|
- 4526-keycloak-realm-types.yaml
|
||||||
|
- 4530-fix-unauthorized-pritunl-request.yaml
|
||||||
|
- 4590-consul-fix-service-checks.yaml
|
||||||
|
- 4621-terraform-py2-compat.yml
|
||||||
|
- 4623-opentelemetry_bug_fix_include_tasks.yml
|
||||||
|
- 4647-gconftool2-command-arg.yaml
|
||||||
|
- psf-license.yml
|
||||||
|
release_date: '2022-05-16'
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
release_summary: Regular maintenance release.
|
|
||||||
major_changes:
|
|
||||||
- The community.general 3.x.y release stream will from now on only receive major bugfixes and security fixes. There will be no more regular bugfix releases, or regular bugfixes backported to the ``stable-3`` branch.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- onepassword - search all valid configuration locations and use the first found (https://github.com/ansible-collections/community.general/pull/4640).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- xbps - fix error message that is reported when installing packages fails (https://github.com/ansible-collections/community.general/pull/4438).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- dnsmadeeasy - fix failure on deleting DNS entries when API response does not contain monitor value (https://github.com/ansible-collections/community.general/issues/3620).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- keycloak - fix parameters types for ``defaultDefaultClientScopes`` and ``defaultOptionalClientScopes`` from list of dictionaries to list of strings (https://github.com/ansible-collections/community.general/pull/4526).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- pritunl - fixed bug where pritunl plugin api add unneeded data in ``auth_string`` parameter (https://github.com/ansible-collections/community.general/issues/4527).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- consul - fixed bug where class ``ConsulService`` was overwriting the field ``checks``, preventing the addition of checks to a service (https://github.com/ansible-collections/community.general/pull/4590).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- terraform - fix list initialization to support both Python 2 and Python 3 (https://github.com/ansible-collections/community.general/issues/4531).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- opentelemetry callback plugin - fix warning for the include_tasks (https://github.com/ansible-collections/community.general/pull/4623).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- gconftool2 - properly escape values when passing them to ``gconftool-2`` (https://github.com/ansible-collections/community.general/pull/4647).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``.
|
|
Loading…
Add table
Reference in a new issue