mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-14 01:54:21 -07:00
Release 3.6.0.
This commit is contained in:
parent
737f8340e4
commit
d78f3dd7c4
31 changed files with 200 additions and 93 deletions
|
@ -1,3 +0,0 @@
|
|||
minor_changes:
|
||||
- ini_file - add module option ``exclusive`` (boolean) for the ability to add/remove single ``option=value`` entries without overwriting existing options with the same name but different values (https://github.com/ansible-collections/community.general/pull/3033).
|
||||
- ini_file - add abbility to define multiple options with the same name but different values (https://github.com/ansible-collections/community.general/issues/273, https://github.com/ansible-collections/community.general/issues/1204).
|
|
@ -1 +0,0 @@
|
|||
release_summary: Regular feature and bugfix release.
|
|
@ -1,3 +0,0 @@
|
|||
minor_changes:
|
||||
- gitlab_group_members - ``gitlab_user`` can now also be a list of users (https://github.com/ansible-collections/community.general/pull/3047).
|
||||
- gitlab_group_members - added functionality to set all members exactly as given (https://github.com/ansible-collections/community.general/pull/3047).
|
|
@ -1,3 +0,0 @@
|
|||
minor_changes:
|
||||
- nmcli - query ``nmcli`` directly to determine available WiFi options
|
||||
(https://github.com/ansible-collections/community.general/pull/3141).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- zypper - prefix zypper commands with ``/sbin/transactional-update --continue --drop-if-no-change --quiet run`` if transactional updates are detected (https://github.com/ansible-collections/community.general/issues/3159).
|
|
@ -1,4 +0,0 @@
|
|||
minor_changes:
|
||||
- vdo - minor refactoring of the code (https://github.com/ansible-collections/community.general/pull/3191).
|
||||
bugfixes:
|
||||
- vdo - boolean arguments now compared with proper ``true`` and ``false`` values instead of string representations like ``"yes"`` or ``"no"`` (https://github.com/ansible-collections/community.general/pull/3191).
|
|
@ -1,16 +0,0 @@
|
|||
bugfixes:
|
||||
- "memcached cache plugin - change function argument names to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "logdns callback plugin - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "saltstack connection plugin - fix function signature (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "online inventory plugin - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "netapp module utils - remove always-true conditional to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "online module utils - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "scaleway module utils - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "one_template - change function argument name to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "packet_device - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "packet_sshkey - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "maven_artifact - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "launchd - use private attribute to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "ufw - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)."
|
||||
- "scaleway inventory script - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3195)."
|
||||
- "vbox inventory script - change function argument name to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3195)."
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- tss lookup plugin - fixed backwards compatibility issue with ``python-tss-sdk`` version <=0.0.5
|
||||
(https://github.com/ansible-collections/community.general/issues/3192, https://github.com/ansible-collections/community.general/pull/3199).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- "linode inventory plugin - adds the ``ip_style`` configuration key. Set to ``api`` to get more detailed network details back from the remote Linode host (https://github.com/ansible-collections/community.general/pull/3203)."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- slack - minor refactoring (https://github.com/ansible-collections/community.general/pull/3205).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- module_helper module_utils - added classmethod to trigger the execution of MH modules (https://github.com/ansible-collections/community.general/pull/3206).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- snap - improved module error handling, especially for the case when snap server is down (https://github.com/ansible-collections/community.general/issues/2970).
|
|
@ -1,3 +0,0 @@
|
|||
minor_changes:
|
||||
- tss lookup plugin - added new parameter for domain authorization
|
||||
(https://github.com/ansible-collections/community.general/pull/3228).
|
|
@ -1,5 +0,0 @@
|
|||
bugfixes:
|
||||
- keycloak_realm - element type for ``events_listeners`` parameter should be ``string`` instead of ``dict`` (https://github.com/ansible-collections/community.general/pull/3231).
|
||||
minor_changes:
|
||||
- keycloak_realm - add ``events_enabled`` parameter to allow activation or deactivation of login events (https://github.com/ansible-collections/community.general/pull/3231).
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- redfish_info - include ``Status`` property for Thermal objects when querying Thermal properties via ``GetChassisThermals`` command (https://github.com/ansible-collections/community.general/issues/3232).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "nmcli - added ip4/ip6 configuration arguments for ``sit`` and ``ipip`` tunnels (https://github.com/ansible-collections/community.general/issues/3238, https://github.com/ansible-collections/community.general/pull/3239)."
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- dig lookup plugin - add ``retry_servfail`` option (https://github.com/ansible-collections/community.general/pull/3247).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- scaleway plugin inventory - parse scw-cli config file for ``oauth_token`` (https://github.com/ansible-collections/community.general/pull/3250).
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- tss lookup plugin - refactored to decouple the supporting third-party library (``python-tss-sdk``)
|
||||
(https://github.com/ansible-collections/community.general/pull/3252).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- udm_dns_record - fixed managing of PTR records, which can never have worked before (https://github.com/ansible-collections/community.general/pull/3256).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "apache2_module - fix ``a2enmod``/``a2dismod`` detection, and error message when not found (https://github.com/ansible-collections/community.general/issues/3253)."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- "nmcli - add ``gre`` tunnel support (https://github.com/ansible-collections/community.general/issues/3105, https://github.com/ansible-collections/community.general/pull/3262)."
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- proxmox_kvm - clone operation should return the VMID of the target VM and not that of the source VM.
|
||||
This was failing when the target VM with the chosen name already existed (https://github.com/ansible-collections/community.general/pull/3266).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- django_manage - argument ``command`` is being splitted again as it should (https://github.com/ansible-collections/community.general/issues/3215).
|
|
@ -1,4 +0,0 @@
|
|||
minor_changes:
|
||||
- openwrt_init - minor refactoring (https://github.com/ansible-collections/community.general/pull/3284).
|
||||
bugfixes:
|
||||
- openwrt_init - calling ``run_command`` with arguments as ``list`` instead of ``str`` (https://github.com/ansible-collections/community.general/pull/3284).
|
|
@ -1,4 +0,0 @@
|
|||
bugfixes:
|
||||
- pamd - code for ``state=updated`` when dealing with the pam module arguments, made no distinction between ``None`` and an empty list (https://github.com/ansible-collections/community.general/issues/3260).
|
||||
minor_changes:
|
||||
- pamd - minor refactorings (https://github.com/ansible-collections/community.general/pull/3285).
|
|
@ -1,4 +0,0 @@
|
|||
minor_changes:
|
||||
- open_iscsi - minor refactoring (https://github.com/ansible-collections/community.general/pull/3286).
|
||||
bugfixes:
|
||||
- open_iscsi - calling ``run_command`` with arguments as ``list`` instead of ``str`` (https://github.com/ansible-collections/community.general/pull/3286).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- module_helper cmd module utils - added the ``ArgFormat`` style ``BOOLEAN_NOT``, to add CLI parameters when the module argument is false-ish (https://github.com/ansible-collections/community.general/pull/3290).
|
|
@ -1,4 +0,0 @@
|
|||
bugfixes:
|
||||
- zfs - treated received properties as local (https://github.com/ansible-collections/community.general/pull/502).
|
||||
minor_changes:
|
||||
- zfs - added diff mode support (https://github.com/ansible-collections/community.general/pull/502).
|
Loading…
Add table
Add a link
Reference in a new issue