Release 5.7.0.

This commit is contained in:
Felix Fontein 2022-10-04 07:35:24 +02:00
commit f17b10bfa2
15 changed files with 107 additions and 30 deletions

View file

@ -1,3 +0,0 @@
minor_changes:
- terraform - adds capability to handle complex variable structures for ``variables`` parameter in the module.
This must be enabled with the new ``complex_vars`` parameter (https://github.com/ansible-collections/community.general/pull/4797).

View file

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

View file

@ -1,2 +0,0 @@
minor_changes:
- redfish_config - add ``SetSessionService`` to set default session timeout policy (https://github.com/ansible-collections/community.general/issues/5008).

View file

@ -1,2 +0,0 @@
minor_changes:
- terraform - run ``terraform init`` with ``-no-color`` not to mess up the stdout of the task (https://github.com/ansible-collections/community.general/pull/5147).

View file

@ -1,3 +0,0 @@
minor_changes:
- proxmox_snap - add ``unbind`` param to support snapshotting containers with configured mountpoints (https://github.com/ansible-collections/community.general/pull/5274).
- proxmox module utils, the proxmox* modules - add ``api_task_ok`` helper to standardize API task status checks across all proxmox modules (https://github.com/ansible-collections/community.general/pull/5274).

View file

@ -1,5 +0,0 @@
bugfixes:
- lxc_container - the module has been updated to support Python 3 (https://github.com/ansible-collections/community.general/pull/5304).
deprecated_features:
- lxc_container - the module will no longer make any effort to support Python 2 (https://github.com/ansible-collections/community.general/pull/5304).

View file

@ -1,2 +0,0 @@
bugfixes:
- "locale_gen - fix support for Ubuntu (https://github.com/ansible-collections/community.general/issues/5281)."

View file

@ -1,2 +0,0 @@
minor_changes:
- machinectl become plugin - combine the success command when building the become command to be consistent with other become plugins (https://github.com/ansible-collections/community.general/pull/5287).

View file

@ -1,2 +0,0 @@
bugfixes:
- "nmcli - fix error when setting previously unset MAC address, ``gsm.apn`` or ``vpn.data``: current values were being normalized without checking if they might be ``None`` (https://github.com/ansible-collections/community.general/pull/5291)."

View file

@ -1,2 +0,0 @@
minor_changes:
- bitwarden lookup plugin - add option ``search`` to search for other attributes than name (https://github.com/ansible-collections/community.general/pull/5297).

View file

@ -1,2 +0,0 @@
minor_changes:
- netcup_dnsapi - add ``timeout`` parameter (https://github.com/ansible-collections/community.general/pull/5301).

View file

@ -1,2 +0,0 @@
bugfixes:
- ini_file - minor refactor fixing a python lint error (https://github.com/ansible-collections/community.general/pull/5307).

View file

@ -1,2 +0,0 @@
bugfixes:
- redhat_subscription - make module idempotent when ``pool_ids`` are used (https://github.com/ansible-collections/community.general/issues/5313).