Release 3.8.0.

This commit is contained in:
Felix Fontein 2021-10-12 12:34:31 +02:00
commit 5bd5de4281
23 changed files with 180 additions and 59 deletions

View file

@ -1,3 +0,0 @@
---
bugfixes:
- 'logstash callback plugin - replace ``_option`` with ``context.CLIARGS`` to fix the plugin on ansible-base and ansible-core (https://github.com/ansible-collections/community.general/issues/2692).'

View file

@ -1 +0,0 @@
release_summary: Regular feature and bugfix release. Please note that this is the last minor 3.x.0 release; afterwards there will only be bugfix releases 3.8.y.

View file

@ -1,3 +0,0 @@
bugfixes:
- keycloak_authentication - fix bug, the requirement was always on ``DISABLED`` when creating a new authentication flow
(https://github.com/ansible-collections/community.general/pull/3330).

View file

@ -1,5 +0,0 @@
minor_changes:
- pkgng - packages being installed (or upgraded) are acted on in one command (per action)
(https://github.com/ansible-collections/community.general/issues/2265).
- pkgng - status message specifies number of packages installed and/or upgraded separately.
Previously, all changes were reported as one count of packages "added" (https://github.com/ansible-collections/community.general/pull/3393).

View file

@ -1,2 +0,0 @@
bugfixes:
- gitlab_group_members - ``get_group_id`` return the group ID by matching ``full_path``, ``path`` or ``name`` (https://github.com/ansible-collections/community.general/pull/3400).

View file

@ -1,3 +0,0 @@
---
minor_changes:
- "nmcli - the option ``routing_rules4`` can now be specified as a list of strings, instead of as a single string (https://github.com/ansible-collections/community.general/issues/3401)."

View file

@ -1,3 +0,0 @@
---
minor_changes:
- open-iscsi - adding support for mutual authentication between target and initiator (https://github.com/ansible-collections/community.general/pull/3422).

View file

@ -1,2 +0,0 @@
minor_changes:
- mail - added the ``ehlohost`` parameter which allows for manual override of the host used in SMTP EHLO (https://github.com/ansible-collections/community.general/pull/3425).

View file

@ -1,6 +0,0 @@
bugfixes:
- jboss - fix the deployment file permission issue when Jboss server is running
under non-root user. The deployment file is copied with file content only. The
file permission is set to ``440`` and belongs to root user. When the
JBoss ``WildFly`` server is running under non-root user, it is unable to read
the deployment file (https://github.com/ansible-collections/community.general/pull/3426).

View file

@ -1,2 +0,0 @@
bugfixes:
- opentelemetry callback plugin - validated the task result exception without crashing. Also simplifying code a bit (https://github.com/ansible-collections/community.general/pull/3450, https://github.com/ansible/ansible/issues/75726).

View file

@ -1,2 +0,0 @@
bugfixes:
- gitlab_group - avoid passing wrong value for ``require_two_factor_authentication`` on creation when the option has not been specified (https://github.com/ansible-collections/community.general/pull/3453).

View file

@ -1,2 +0,0 @@
bugfixes:
- gitlab_deploy_key - fix idempotency on projects with multiple deploy keys (https://github.com/ansible-collections/community.general/pull/3473).

View file

@ -1,7 +0,0 @@
bugfixes:
- zypper_repository - when an URL to a .repo file was provided in option
``repo=`` and ``state=present`` only the first run was successful,
future runs failed due to missing checks prior starting zypper.
Usage of ``state=absent`` in combination with a .repo file was not
working either (https://github.com/ansible-collections/community.general/issues/1791,
https://github.com/ansible-collections/community.general/issues/3466).

View file

@ -1,2 +0,0 @@
bugfixes:
- "yaml callback plugin - avoid modifying PyYAML so that other plugins using it on the controller, like the ``to_yaml`` filter, do not produce different output (https://github.com/ansible-collections/community.general/issues/3471, https://github.com/ansible-collections/community.general/pull/3478)."

View file

@ -1,2 +0,0 @@
minor_changes:
- opentelemetry callback plugin - enriched the stacktrace information with the ``message``, ``exception`` and ``stderr`` fields from the failed task (https://github.com/ansible-collections/community.general/pull/3496).

View file

@ -1,2 +0,0 @@
minor_changes:
- opentelemetry callback plugin - added option ``enable_from_environment`` to support enabling the plugin only if the given environment variable exists and it is set to true (https://github.com/ansible-collections/community.general/pull/3498).

View file

@ -1,3 +0,0 @@
bugfixes:
- macports - add ``stdout`` and ``stderr`` to return values
(https://github.com/ansible-collections/community.general/issues/3499).

View file

@ -1,2 +0,0 @@
minor_changes:
- "ufw - if ``delete=true`` and ``insert`` option is present, then ``insert`` is now ignored rather than failing with a syntax error (https://github.com/ansible-collections/community.general/pull/3514)."

View file

@ -1,2 +0,0 @@
bugfixes:
- keycloak_role - quote role name when used in URL path to avoid errors when role names contain special characters (https://github.com/ansible-collections/community.general/issues/3535, https://github.com/ansible-collections/community.general/pull/3536).

View file

@ -1,2 +0,0 @@
bugfixes:
- keycloak_identity_provider - fix change detection when updating identity provider mappers (https://github.com/ansible-collections/community.general/pull/3538, https://github.com/ansible-collections/community.general/issues/3537).

View file

@ -1,3 +0,0 @@
---
minor_changes:
- terraform - add ``parallelism`` parameter (https://github.com/ansible-collections/community.general/pull/3540).