Release 3.7.0.

This commit is contained in:
Felix Fontein 2021-09-21 18:09:31 +02:00
commit db6458bd93
23 changed files with 163 additions and 54 deletions

View file

@ -1 +0,0 @@
release_summary: Regular feature and bugfix release.

View file

@ -1,3 +0,0 @@
minor_changes:
- ipa_config - add ``ipaselinuxusermaporder`` option to set the SELinux user map order
(https://github.com/ansible-collections/community.general/pull/3178).

View file

@ -1,2 +0,0 @@
bugfixes:
- copr - fix chroot naming issues, ``centos-stream`` changed naming to ``centos-stream-<number>`` (for exmaple ``centos-stream-8``) (https://github.com/ansible-collections/community.general/issues/2084, https://github.com/ansible-collections/community.general/pull/3237).

View file

@ -1,2 +0,0 @@
minor_changes:
- gitlab_group - add new options ``project_creation_level``, ``auto_devops_enabled``, ``subgroup_creation_level`` (https://github.com/ansible-collections/community.general/pull/3248).

View file

@ -1,2 +0,0 @@
minor_changes:
- "redfish_command and redfish_config and redfish_utils module utils - add parameter to strip etag of quotes before patch, since some vendors do not properly ``If-Match`` etag with quotes (https://github.com/ansible-collections/community.general/pull/3296)."

View file

@ -1,2 +0,0 @@
minor_changes:
- "nmcli - add ``gsm`` support (https://github.com/ansible-collections/community.general/pull/3313)."

View file

@ -1,4 +0,0 @@
---
minor_changes:
- pids - refactor to add support for older ``psutil`` versions to the ``pattern`` option
(https://github.com/ansible-collections/community.general/pull/3315).

View file

@ -1,3 +0,0 @@
minor_changes:
- gitlab_project_members - ``gitlab_user`` can now also be a list of users (https://github.com/ansible-collections/community.general/pull/3319).
- gitlab_project_members - added functionality to set all members exactly as given (https://github.com/ansible-collections/community.general/pull/3319).

View file

@ -1,4 +0,0 @@
minor_changes:
- tss lookup plugin - added ``token`` parameter for token authorization;
``username`` and ``password`` are optional when ``token`` is provided
(https://github.com/ansible-collections/community.general/pull/3327).

View file

@ -1,4 +0,0 @@
bugfixes:
- interfaces_file - no longer reporting change when none happened (https://github.com/ansible-collections/community.general/pull/3328).
minor_changes:
- interfaces_file - minor refactor (https://github.com/ansible-collections/community.general/pull/3328).

View file

@ -1,2 +0,0 @@
minor_changes:
- kernel_blacklist - revamped the module using ``ModuleHelper`` (https://github.com/ansible-collections/community.general/pull/3329).

View file

@ -1,2 +0,0 @@
minor_changes:
- "lxd_container - add ``ignore_volatile_options`` option which allows to disable the behavior that the module ignores options starting with ``volatile.`` (https://github.com/ansible-collections/community.general/pull/3331)."

View file

@ -1,2 +0,0 @@
minor_changes:
- zpool_facts - minor refactoring (https://github.com/ansible-collections/community.general/pull/3332).

View file

@ -1,2 +0,0 @@
bugfixes:
- django_manage - parameters ``apps`` and ``fixtures`` are now splitted instead of being used as a single argument (https://github.com/ansible-collections/community.general/issues/3333).

View file

@ -1,5 +0,0 @@
---
bugfixes:
- openbsd_pkg - fix crash from ``KeyError`` exception when package installs,
but ``pkg_add`` returns with a non-zero exit code
(https://github.com/ansible-collections/community.general/pull/3336).

View file

@ -1,2 +0,0 @@
bugfixes:
- "linode inventory plugin - fix default value of new option ``ip_style`` (https://github.com/ansible-collections/community.general/issues/3337)."

View file

@ -1,2 +0,0 @@
bugfixes:
- redfish_utils module utils - if given, add account ID of user that should be created to HTTP request (https://github.com/ansible-collections/community.general/pull/3343/).

View file

@ -1,4 +0,0 @@
---
add plugin.filter:
- name: unicode_normalize
description: Normalizes unicode strings to facilitate comparison of characters with normalized forms

View file

@ -1,2 +0,0 @@
minor_changes:
- gitlab_group - add new property ``require_two_factor_authentication`` (https://github.com/ansible-collections/community.general/pull/3367).

View file

@ -1,2 +0,0 @@
minor_changes:
- gitlab_project - add new properties ``ci_config_path`` and ``shared_runners_enabled`` (https://github.com/ansible-collections/community.general/pull/3379).

View file

@ -1,2 +0,0 @@
minor_changes:
- gitlab_runner - support project-scoped gitlab.com runners registration (https://github.com/ansible-collections/community.general/pull/634).