diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a5ffb59da..02828caff0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,83 @@ Community General Release Notes This changelog describes changes after version 2.0.0. +v3.6.0 +====== + +Release Summary +--------------- + +Regular feature and bugfix release. + +Minor Changes +------------- + +- dig lookup plugin - add ``retry_servfail`` option (https://github.com/ansible-collections/community.general/pull/3247). +- 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). +- 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). +- 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). +- keycloak_realm - add ``events_enabled`` parameter to allow activation or deactivation of login events (https://github.com/ansible-collections/community.general/pull/3231). +- 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). +- 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). +- module_helper module_utils - added classmethod to trigger the execution of MH modules (https://github.com/ansible-collections/community.general/pull/3206). +- nmcli - add ``gre`` tunnel support (https://github.com/ansible-collections/community.general/issues/3105, https://github.com/ansible-collections/community.general/pull/3262). +- nmcli - query ``nmcli`` directly to determine available WiFi options (https://github.com/ansible-collections/community.general/pull/3141). +- open_iscsi - minor refactoring (https://github.com/ansible-collections/community.general/pull/3286). +- openwrt_init - minor refactoring (https://github.com/ansible-collections/community.general/pull/3284). +- pamd - minor refactorings (https://github.com/ansible-collections/community.general/pull/3285). +- redfish_info - include ``Status`` property for Thermal objects when querying Thermal properties via ``GetChassisThermals`` command (https://github.com/ansible-collections/community.general/issues/3232). +- scaleway plugin inventory - parse scw-cli config file for ``oauth_token`` (https://github.com/ansible-collections/community.general/pull/3250). +- slack - minor refactoring (https://github.com/ansible-collections/community.general/pull/3205). +- snap - improved module error handling, especially for the case when snap server is down (https://github.com/ansible-collections/community.general/issues/2970). +- tss lookup plugin - added new parameter for domain authorization (https://github.com/ansible-collections/community.general/pull/3228). +- tss lookup plugin - refactored to decouple the supporting third-party library (``python-tss-sdk``) (https://github.com/ansible-collections/community.general/pull/3252). +- vdo - minor refactoring of the code (https://github.com/ansible-collections/community.general/pull/3191). +- zfs - added diff mode support (https://github.com/ansible-collections/community.general/pull/502). +- 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). + +Bugfixes +-------- + +- apache2_module - fix ``a2enmod``/``a2dismod`` detection, and error message when not found (https://github.com/ansible-collections/community.general/issues/3253). +- django_manage - argument ``command`` is being splitted again as it should (https://github.com/ansible-collections/community.general/issues/3215). +- keycloak_realm - element type for ``events_listeners`` parameter should be ``string`` instead of ``dict`` (https://github.com/ansible-collections/community.general/pull/3231). +- launchd - use private attribute 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). +- maven_artifact - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- memcached cache plugin - change function argument names 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). +- 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). +- one_template - change function argument name to fix sanity errors (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). +- online module utils - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- open_iscsi - calling ``run_command`` with arguments as ``list`` instead of ``str`` (https://github.com/ansible-collections/community.general/pull/3286). +- openwrt_init - calling ``run_command`` with arguments as ``list`` instead of ``str`` (https://github.com/ansible-collections/community.general/pull/3284). +- 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). +- 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). +- 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). +- saltstack connection plugin - fix function signature (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). +- scaleway module utils - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- 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). +- udm_dns_record - fixed managing of PTR records, which can never have worked before (https://github.com/ansible-collections/community.general/pull/3256). +- ufw - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- vbox inventory script - change function argument name to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3195). +- 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). +- zfs - treated received properties as local (https://github.com/ansible-collections/community.general/pull/502). + +New Modules +----------- + +Identity +~~~~~~~~ + +keycloak +^^^^^^^^ + +- keycloak_identity_provider - Allows administration of Keycloak identity providers via Keycloak API + v3.5.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 22d2c4be3c..4ffc473524 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1624,3 +1624,126 @@ releases: name: xfconf_info namespace: system release_date: '2021-08-10' + 3.6.0: + changes: + bugfixes: + - apache2_module - fix ``a2enmod``/``a2dismod`` detection, and error message + when not found (https://github.com/ansible-collections/community.general/issues/3253). + - django_manage - argument ``command`` is being splitted again as it should + (https://github.com/ansible-collections/community.general/issues/3215). + - keycloak_realm - element type for ``events_listeners`` parameter should be + ``string`` instead of ``dict`` (https://github.com/ansible-collections/community.general/pull/3231). + - launchd - use private attribute 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). + - maven_artifact - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - memcached cache plugin - change function argument names 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). + - 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). + - one_template - change function argument name to fix sanity errors (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). + - online module utils - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - open_iscsi - calling ``run_command`` with arguments as ``list`` instead of + ``str`` (https://github.com/ansible-collections/community.general/pull/3286). + - openwrt_init - calling ``run_command`` with arguments as ``list`` instead + of ``str`` (https://github.com/ansible-collections/community.general/pull/3284). + - 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). + - 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). + - 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). + - saltstack connection plugin - fix function signature (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). + - scaleway module utils - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - 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). + - udm_dns_record - fixed managing of PTR records, which can never have worked + before (https://github.com/ansible-collections/community.general/pull/3256). + - ufw - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - vbox inventory script - change function argument name to fix sanity errors + (https://github.com/ansible-collections/community.general/pull/3195). + - 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). + - zfs - treated received properties as local (https://github.com/ansible-collections/community.general/pull/502). + minor_changes: + - dig lookup plugin - add ``retry_servfail`` option (https://github.com/ansible-collections/community.general/pull/3247). + - 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). + - 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). + - 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). + - keycloak_realm - add ``events_enabled`` parameter to allow activation or deactivation + of login events (https://github.com/ansible-collections/community.general/pull/3231). + - 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). + - 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). + - module_helper module_utils - added classmethod to trigger the execution of + MH modules (https://github.com/ansible-collections/community.general/pull/3206). + - nmcli - add ``gre`` tunnel support (https://github.com/ansible-collections/community.general/issues/3105, + https://github.com/ansible-collections/community.general/pull/3262). + - nmcli - query ``nmcli`` directly to determine available WiFi options (https://github.com/ansible-collections/community.general/pull/3141). + - open_iscsi - minor refactoring (https://github.com/ansible-collections/community.general/pull/3286). + - openwrt_init - minor refactoring (https://github.com/ansible-collections/community.general/pull/3284). + - pamd - minor refactorings (https://github.com/ansible-collections/community.general/pull/3285). + - redfish_info - include ``Status`` property for Thermal objects when querying + Thermal properties via ``GetChassisThermals`` command (https://github.com/ansible-collections/community.general/issues/3232). + - scaleway plugin inventory - parse scw-cli config file for ``oauth_token`` + (https://github.com/ansible-collections/community.general/pull/3250). + - slack - minor refactoring (https://github.com/ansible-collections/community.general/pull/3205). + - snap - improved module error handling, especially for the case when snap server + is down (https://github.com/ansible-collections/community.general/issues/2970). + - tss lookup plugin - added new parameter for domain authorization (https://github.com/ansible-collections/community.general/pull/3228). + - tss lookup plugin - refactored to decouple the supporting third-party library + (``python-tss-sdk``) (https://github.com/ansible-collections/community.general/pull/3252). + - vdo - minor refactoring of the code (https://github.com/ansible-collections/community.general/pull/3191). + - zfs - added diff mode support (https://github.com/ansible-collections/community.general/pull/502). + - 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). + release_summary: Regular feature and bugfix release. + fragments: + - 273-add_multiple_options_with_same_name_to_ini_file.yml + - 3.6.0.yml + - 3041-gitlab_x_members_fix_and_enhancement.yml + - 3141-disallow-options-unsupported-by-nmcli.yml + - 3164-zypper-support-transactional-updates.yaml + - 3191-vdo-refactor.yml + - 3194-sanity.yml + - 3199-tss-lookup-plugin-bugfix-for-backwards-compatibility.yml + - 3203-linode-inventory-return-full-api-ip-data.yml + - 3205-slack-minor-refactor.yaml + - 3206-mh-classmethod.yaml + - 3211-snap-error-handling.yml + - 3228-tss-domain-authorization.yml + - 3231-fix-keycloak-realm-events.yml + - 3233-include-thermal-sensor-status-via-redfish_info.yaml + - 3239-nmcli-sit-ipip-config-bugfix.yaml + - 3247-retry_servfail-for-dig.yaml + - 3250-parse-scw-config.yml + - 3252-tss_lookup_plugin-refactor.yml + - 3256-fix-ptr-handling-in-udm_dns_record.yml + - 3258-apache2_module.yml + - 3262-nmcli-add-gre-tunnel-support.yaml + - 3266-vmid-existing-target-clone.yml + - 3283-django_manage-fix-command-splitting.yaml + - 3284-openwrt_init-improvements.yaml + - 3285-pamd-updated-with-empty-args.yaml + - 3286-open_iscsi-improvements.yaml + - 3290-mh-cmd-boolean-not.yaml + - 502-zfs_bugfix_and_diff_mode_support.yaml + modules: + - description: Allows administration of Keycloak identity providers via Keycloak + API + name: keycloak_identity_provider + namespace: identity.keycloak + release_date: '2021-08-31' diff --git a/changelogs/fragments/273-add_multiple_options_with_same_name_to_ini_file.yml b/changelogs/fragments/273-add_multiple_options_with_same_name_to_ini_file.yml deleted file mode 100644 index f32dc305b5..0000000000 --- a/changelogs/fragments/273-add_multiple_options_with_same_name_to_ini_file.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3.6.0.yml b/changelogs/fragments/3.6.0.yml deleted file mode 100644 index e22f2799f9..0000000000 --- a/changelogs/fragments/3.6.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular feature and bugfix release. \ No newline at end of file diff --git a/changelogs/fragments/3041-gitlab_x_members_fix_and_enhancement.yml b/changelogs/fragments/3041-gitlab_x_members_fix_and_enhancement.yml deleted file mode 100644 index ce558e1f84..0000000000 --- a/changelogs/fragments/3041-gitlab_x_members_fix_and_enhancement.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3141-disallow-options-unsupported-by-nmcli.yml b/changelogs/fragments/3141-disallow-options-unsupported-by-nmcli.yml deleted file mode 100644 index e6c15c8786..0000000000 --- a/changelogs/fragments/3141-disallow-options-unsupported-by-nmcli.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - nmcli - query ``nmcli`` directly to determine available WiFi options - (https://github.com/ansible-collections/community.general/pull/3141). diff --git a/changelogs/fragments/3164-zypper-support-transactional-updates.yaml b/changelogs/fragments/3164-zypper-support-transactional-updates.yaml deleted file mode 100644 index d12ff9a6bf..0000000000 --- a/changelogs/fragments/3164-zypper-support-transactional-updates.yaml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3191-vdo-refactor.yml b/changelogs/fragments/3191-vdo-refactor.yml deleted file mode 100644 index fe3fcfe7b1..0000000000 --- a/changelogs/fragments/3191-vdo-refactor.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3194-sanity.yml b/changelogs/fragments/3194-sanity.yml deleted file mode 100644 index 1e0150cd31..0000000000 --- a/changelogs/fragments/3194-sanity.yml +++ /dev/null @@ -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)." diff --git a/changelogs/fragments/3199-tss-lookup-plugin-bugfix-for-backwards-compatibility.yml b/changelogs/fragments/3199-tss-lookup-plugin-bugfix-for-backwards-compatibility.yml deleted file mode 100644 index 3909286487..0000000000 --- a/changelogs/fragments/3199-tss-lookup-plugin-bugfix-for-backwards-compatibility.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3203-linode-inventory-return-full-api-ip-data.yml b/changelogs/fragments/3203-linode-inventory-return-full-api-ip-data.yml deleted file mode 100644 index fa7581e820..0000000000 --- a/changelogs/fragments/3203-linode-inventory-return-full-api-ip-data.yml +++ /dev/null @@ -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)." diff --git a/changelogs/fragments/3205-slack-minor-refactor.yaml b/changelogs/fragments/3205-slack-minor-refactor.yaml deleted file mode 100644 index 5337350f69..0000000000 --- a/changelogs/fragments/3205-slack-minor-refactor.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - slack - minor refactoring (https://github.com/ansible-collections/community.general/pull/3205). diff --git a/changelogs/fragments/3206-mh-classmethod.yaml b/changelogs/fragments/3206-mh-classmethod.yaml deleted file mode 100644 index 19cd8a6739..0000000000 --- a/changelogs/fragments/3206-mh-classmethod.yaml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3211-snap-error-handling.yml b/changelogs/fragments/3211-snap-error-handling.yml deleted file mode 100644 index d361b99f01..0000000000 --- a/changelogs/fragments/3211-snap-error-handling.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3228-tss-domain-authorization.yml b/changelogs/fragments/3228-tss-domain-authorization.yml deleted file mode 100644 index 0a80b3dd8e..0000000000 --- a/changelogs/fragments/3228-tss-domain-authorization.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - tss lookup plugin - added new parameter for domain authorization - (https://github.com/ansible-collections/community.general/pull/3228). diff --git a/changelogs/fragments/3231-fix-keycloak-realm-events.yml b/changelogs/fragments/3231-fix-keycloak-realm-events.yml deleted file mode 100644 index 9950ed2c59..0000000000 --- a/changelogs/fragments/3231-fix-keycloak-realm-events.yml +++ /dev/null @@ -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). - \ No newline at end of file diff --git a/changelogs/fragments/3233-include-thermal-sensor-status-via-redfish_info.yaml b/changelogs/fragments/3233-include-thermal-sensor-status-via-redfish_info.yaml deleted file mode 100644 index baed989fbf..0000000000 --- a/changelogs/fragments/3233-include-thermal-sensor-status-via-redfish_info.yaml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3239-nmcli-sit-ipip-config-bugfix.yaml b/changelogs/fragments/3239-nmcli-sit-ipip-config-bugfix.yaml deleted file mode 100644 index 78a172342e..0000000000 --- a/changelogs/fragments/3239-nmcli-sit-ipip-config-bugfix.yaml +++ /dev/null @@ -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)." diff --git a/changelogs/fragments/3247-retry_servfail-for-dig.yaml b/changelogs/fragments/3247-retry_servfail-for-dig.yaml deleted file mode 100644 index 1e4a00384f..0000000000 --- a/changelogs/fragments/3247-retry_servfail-for-dig.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - dig lookup plugin - add ``retry_servfail`` option (https://github.com/ansible-collections/community.general/pull/3247). diff --git a/changelogs/fragments/3250-parse-scw-config.yml b/changelogs/fragments/3250-parse-scw-config.yml deleted file mode 100644 index 8c96c55e47..0000000000 --- a/changelogs/fragments/3250-parse-scw-config.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3252-tss_lookup_plugin-refactor.yml b/changelogs/fragments/3252-tss_lookup_plugin-refactor.yml deleted file mode 100644 index 6e8ccb29f8..0000000000 --- a/changelogs/fragments/3252-tss_lookup_plugin-refactor.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3256-fix-ptr-handling-in-udm_dns_record.yml b/changelogs/fragments/3256-fix-ptr-handling-in-udm_dns_record.yml deleted file mode 100644 index 141a31349f..0000000000 --- a/changelogs/fragments/3256-fix-ptr-handling-in-udm_dns_record.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3258-apache2_module.yml b/changelogs/fragments/3258-apache2_module.yml deleted file mode 100644 index a60f2125a4..0000000000 --- a/changelogs/fragments/3258-apache2_module.yml +++ /dev/null @@ -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)." diff --git a/changelogs/fragments/3262-nmcli-add-gre-tunnel-support.yaml b/changelogs/fragments/3262-nmcli-add-gre-tunnel-support.yaml deleted file mode 100644 index e3f6bef7bc..0000000000 --- a/changelogs/fragments/3262-nmcli-add-gre-tunnel-support.yaml +++ /dev/null @@ -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)." diff --git a/changelogs/fragments/3266-vmid-existing-target-clone.yml b/changelogs/fragments/3266-vmid-existing-target-clone.yml deleted file mode 100644 index 5ff59f5311..0000000000 --- a/changelogs/fragments/3266-vmid-existing-target-clone.yml +++ /dev/null @@ -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). \ No newline at end of file diff --git a/changelogs/fragments/3283-django_manage-fix-command-splitting.yaml b/changelogs/fragments/3283-django_manage-fix-command-splitting.yaml deleted file mode 100644 index ba8b4efd69..0000000000 --- a/changelogs/fragments/3283-django_manage-fix-command-splitting.yaml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3284-openwrt_init-improvements.yaml b/changelogs/fragments/3284-openwrt_init-improvements.yaml deleted file mode 100644 index 99a60dfce8..0000000000 --- a/changelogs/fragments/3284-openwrt_init-improvements.yaml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3285-pamd-updated-with-empty-args.yaml b/changelogs/fragments/3285-pamd-updated-with-empty-args.yaml deleted file mode 100644 index 1c176dfdc3..0000000000 --- a/changelogs/fragments/3285-pamd-updated-with-empty-args.yaml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3286-open_iscsi-improvements.yaml b/changelogs/fragments/3286-open_iscsi-improvements.yaml deleted file mode 100644 index 860a5f7811..0000000000 --- a/changelogs/fragments/3286-open_iscsi-improvements.yaml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3290-mh-cmd-boolean-not.yaml b/changelogs/fragments/3290-mh-cmd-boolean-not.yaml deleted file mode 100644 index ab34539f15..0000000000 --- a/changelogs/fragments/3290-mh-cmd-boolean-not.yaml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/502-zfs_bugfix_and_diff_mode_support.yaml b/changelogs/fragments/502-zfs_bugfix_and_diff_mode_support.yaml deleted file mode 100644 index 1ba7727c7c..0000000000 --- a/changelogs/fragments/502-zfs_bugfix_and_diff_mode_support.yaml +++ /dev/null @@ -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).