diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2284795326..4a5ffb59da 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,103 @@ Community General Release Notes This changelog describes changes after version 2.0.0. +v3.5.0 +====== + +Release Summary +--------------- + +Regular bugfix and feature release. + +Minor Changes +------------- + +- apache2_module - minor refactoring improving code quality, readability and speed (https://github.com/ansible-collections/community.general/pull/3106). +- dnsimple - module rewrite to include support for python-dnsimple>=2.0.0; also add ``sandbox`` parameter (https://github.com/ansible-collections/community.general/pull/2946). +- github_repo - add new option ``api_url`` to allow working with on premises installations (https://github.com/ansible-collections/community.general/pull/3038). +- gunicorn - search for ``gunicorn`` binary in more paths (https://github.com/ansible-collections/community.general/pull/3092). +- hana_query - added the abillity to use hdbuserstore (https://github.com/ansible-collections/community.general/pull/3125). +- hpilo_info - added ``host_power_status`` return value to report power state of machine with ``OFF``, ``ON`` or ``UNKNOWN`` (https://github.com/ansible-collections/community.general/pull/3079). +- nmcli - add ``dummy`` interface support (https://github.com/ansible-collections/community.general/issues/724). +- nmcli - add ``wifi-sec`` option change detection to support managing secure Wi-Fi connections (https://github.com/ansible-collections/community.general/pull/3136). +- nmcli - add ``wifi`` option to support managing Wi-Fi settings such as ``hidden`` or ``mode`` (https://github.com/ansible-collections/community.general/pull/3081). +- pkgin - in case of ``pkgin`` tool failue, display returned standard output ``stdout`` and standard error ``stderr`` to ease debugging (https://github.com/ansible-collections/community.general/issues/3146). +- proxmox inventory plugin - added snapshots to host facts (https://github.com/ansible-collections/community.general/pull/3044). +- redfish_command - add ``boot_override_mode`` argument to BootSourceOverride commands (https://github.com/ansible-collections/community.general/issues/3134). +- supervisorctl - using standard Ansible mechanism to validate ``signalled`` state required parameter (https://github.com/ansible-collections/community.general/pull/3068). + +Security Fixes +-------------- + +- nmcli - do not pass WiFi secrets on the ``nmcli`` command line. Use ``nmcli con edit`` instead and pass secrets as ``stdin`` (https://github.com/ansible-collections/community.general/issues/3145). + +Bugfixes +-------- + +- ali_instance_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- archive - fixing archive root determination when longest common root is ``/`` (https://github.com/ansible-collections/community.general/pull/3036). +- deploy_helper - improved parameter checking by using standard Ansible construct (https://github.com/ansible-collections/community.general/pull/3104). +- django_manage - refactor to call ``run_command()`` passing command as a list instead of string (https://github.com/ansible-collections/community.general/pull/3098). +- ejabberd_user - replaced in-code check with ``required_if``, using ``get_bin_path()`` for the command, passing args to ``run_command()`` as list instead of string (https://github.com/ansible-collections/community.general/pull/3093). +- gitlab_group_members - fixes issue when gitlab group has more then 20 members, pagination problem (https://github.com/ansible-collections/community.general/issues/3041). +- gitlab_project_members - fixes issue when gitlab group has more then 20 members, pagination problem (https://github.com/ansible-collections/community.general/issues/3041). +- idrac_redfish_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- ini_file - fix inconsistency between empty value and no value (https://github.com/ansible-collections/community.general/issues/3031). +- java_cert - import private key as well as public certificate from PKCS#12 (https://github.com/ansible-collections/community.general/issues/2460). +- memset_memstore_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- memset_server_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- oneview_datacenter_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- oneview_enclosure_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- oneview_ethernet_network_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- oneview_fc_network_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- oneview_fcoe_network_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- oneview_logical_interconnect_group_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- oneview_network_set_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- oneview_san_manager_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- openbsd_pkg - fix regexp matching crash. This bug could trigger on package names with special characters, for example ``g++`` (https://github.com/ansible-collections/community.general/pull/3161). +- pids - avoid crashes for older ``psutil`` versions, like on RHEL6 and RHEL7 (https://github.com/ansible-collections/community.general/pull/2808). +- proxmox inventory plugin - fixed plugin failure when a ``qemu`` guest has no ``template`` key (https://github.com/ansible-collections/community.general/pull/3052). +- proxmox_kvm - fix result of clone, now returns ``newid`` instead of ``vmid`` (https://github.com/ansible-collections/community.general/pull/3034). +- rax_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- redfish_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- smartos_image_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- snmp_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- supervisorctl - state ``signalled`` was not working (https://github.com/ansible-collections/community.general/pull/3068). +- taiga - some constructs in the module fixed to work also in Python 3 (https://github.com/ansible-collections/community.general/pull/3067). +- tss lookup plugin - fixed incompatibility with ``python-tss-sdk`` version 1.0.0 (https://github.com/ansible-collections/community.general/issues/3057, https://github.com/ansible-collections/community.general/pull/3139). +- utm_aaa_group_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- utm_ca_host_key_cert_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- utm_network_interface_address_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- utm_proxy_frontend_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- utm_proxy_location_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- xenserver_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- xfconf_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + +New Modules +----------- + +Identity +~~~~~~~~ + +keycloak +^^^^^^^^ + +- keycloak_client_rolemapping - Allows administration of Keycloak client_rolemapping with the Keycloak API + +Packaging +~~~~~~~~~ + +language +^^^^^^^^ + +- ansible_galaxy_install - Install Ansible roles or collections using ansible-galaxy + +System +~~~~~~ + +- sap_task_list_execute - Perform SAP Task list execution +- xfconf_info - Retrieve XFCE4 configurations + v3.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 870d6fea45..22d2c4be3c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1497,3 +1497,130 @@ releases: name: keycloak_role namespace: identity.keycloak release_date: '2021-07-20' + 3.5.0: + changes: + bugfixes: + - ali_instance_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - archive - fixing archive root determination when longest common root is ``/`` + (https://github.com/ansible-collections/community.general/pull/3036). + - deploy_helper - improved parameter checking by using standard Ansible construct + (https://github.com/ansible-collections/community.general/pull/3104). + - django_manage - refactor to call ``run_command()`` passing command as a list + instead of string (https://github.com/ansible-collections/community.general/pull/3098). + - ejabberd_user - replaced in-code check with ``required_if``, using ``get_bin_path()`` + for the command, passing args to ``run_command()`` as list instead of string + (https://github.com/ansible-collections/community.general/pull/3093). + - gitlab_group_members - fixes issue when gitlab group has more then 20 members, + pagination problem (https://github.com/ansible-collections/community.general/issues/3041). + - gitlab_project_members - fixes issue when gitlab group has more then 20 members, + pagination problem (https://github.com/ansible-collections/community.general/issues/3041). + - idrac_redfish_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - ini_file - fix inconsistency between empty value and no value (https://github.com/ansible-collections/community.general/issues/3031). + - java_cert - import private key as well as public certificate from PKCS#12 + (https://github.com/ansible-collections/community.general/issues/2460). + - memset_memstore_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - memset_server_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - oneview_datacenter_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - oneview_enclosure_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - oneview_ethernet_network_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - oneview_fc_network_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - oneview_fcoe_network_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - oneview_logical_interconnect_group_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - oneview_network_set_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - oneview_san_manager_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - openbsd_pkg - fix regexp matching crash. This bug could trigger on package + names with special characters, for example ``g++`` (https://github.com/ansible-collections/community.general/pull/3161). + - pids - avoid crashes for older ``psutil`` versions, like on RHEL6 and RHEL7 + (https://github.com/ansible-collections/community.general/pull/2808). + - proxmox inventory plugin - fixed plugin failure when a ``qemu`` guest has + no ``template`` key (https://github.com/ansible-collections/community.general/pull/3052). + - proxmox_kvm - fix result of clone, now returns ``newid`` instead of ``vmid`` + (https://github.com/ansible-collections/community.general/pull/3034). + - rax_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - redfish_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - smartos_image_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - snmp_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - supervisorctl - state ``signalled`` was not working (https://github.com/ansible-collections/community.general/pull/3068). + - taiga - some constructs in the module fixed to work also in Python 3 (https://github.com/ansible-collections/community.general/pull/3067). + - tss lookup plugin - fixed incompatibility with ``python-tss-sdk`` version + 1.0.0 (https://github.com/ansible-collections/community.general/issues/3057, + https://github.com/ansible-collections/community.general/pull/3139). + - utm_aaa_group_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - utm_ca_host_key_cert_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - utm_network_interface_address_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - utm_proxy_frontend_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - utm_proxy_location_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - xenserver_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - xfconf_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + minor_changes: + - apache2_module - minor refactoring improving code quality, readability and + speed (https://github.com/ansible-collections/community.general/pull/3106). + - dnsimple - module rewrite to include support for python-dnsimple>=2.0.0; also + add ``sandbox`` parameter (https://github.com/ansible-collections/community.general/pull/2946). + - github_repo - add new option ``api_url`` to allow working with on premises + installations (https://github.com/ansible-collections/community.general/pull/3038). + - gunicorn - search for ``gunicorn`` binary in more paths (https://github.com/ansible-collections/community.general/pull/3092). + - hana_query - added the abillity to use hdbuserstore (https://github.com/ansible-collections/community.general/pull/3125). + - hpilo_info - added ``host_power_status`` return value to report power state + of machine with ``OFF``, ``ON`` or ``UNKNOWN`` (https://github.com/ansible-collections/community.general/pull/3079). + - nmcli - add ``dummy`` interface support (https://github.com/ansible-collections/community.general/issues/724). + - nmcli - add ``wifi-sec`` option change detection to support managing secure + Wi-Fi connections (https://github.com/ansible-collections/community.general/pull/3136). + - nmcli - add ``wifi`` option to support managing Wi-Fi settings such as ``hidden`` + or ``mode`` (https://github.com/ansible-collections/community.general/pull/3081). + - pkgin - in case of ``pkgin`` tool failue, display returned standard output + ``stdout`` and standard error ``stderr`` to ease debugging (https://github.com/ansible-collections/community.general/issues/3146). + - proxmox inventory plugin - added snapshots to host facts (https://github.com/ansible-collections/community.general/pull/3044). + - redfish_command - add ``boot_override_mode`` argument to BootSourceOverride + commands (https://github.com/ansible-collections/community.general/issues/3134). + - supervisorctl - using standard Ansible mechanism to validate ``signalled`` + state required parameter (https://github.com/ansible-collections/community.general/pull/3068). + release_summary: Regular bugfix and feature release. + security_fixes: + - nmcli - do not pass WiFi secrets on the ``nmcli`` command line. Use ``nmcli + con edit`` instead and pass secrets as ``stdin`` (https://github.com/ansible-collections/community.general/issues/3145). + fragments: + - 2808-pids-older-psutil.yml + - 2946-python-dnsimple-v2-rewrite.yml + - 3.5.0.yml + - 3034-promox-kvm-return-new-id.yaml + - 3036-archive-root-path-fix.yml + - 3038-enhance_github_repo_api_url.yml + - 3041-fix_gitlab_group_members_gitlab_project_mambers.yml + - 3044-proxmox-inventory-snapshots.yml + - 3052_proxmox_inventory_plugin.yml + - 3067-taiga-bugfix.yaml + - 3068-supervisorctl-bugfix.yaml + - 3074-ini_file-3031-empty-value-inconsistency.yml + - 3079-report-power-state-hpilo.yaml + - 3080-java_cert-2460-import_private_key.yml + - 3081-add-wifi-option-to-nmcli-module.yml + - 3084-info-checkmode.yaml + - 3092-gunicorn-refactor.yaml + - 3093-ejabberd_user-refactor.yaml + - 3098-django_manage-cmd-list.yaml + - 3104-deploy_helper-required_if.yaml + - 3106-apache2_module-review.yaml + - 3125-hana-query-userstore.yaml + - 3132-nmcli-dummy.yaml + - 3135-add-redfish_command-bootoverridemode.yaml + - 3136-add-wifi-sec-change-detection-to-nmcli-module.yml + - 3139-tss-lookup-plugin-update-to-make-compatible-with-sdk-v1.yml + - 3160-pass-wifi-secrets-via-stdin-to-nmcli-module.yml + - 3161-openbsd-pkg-fix-regexp-matching-crash.yml + - pkgin-output-after-error.yml + modules: + - description: Install Ansible roles or collections using ansible-galaxy + name: ansible_galaxy_install + namespace: packaging.language + - description: Allows administration of Keycloak client_rolemapping with the Keycloak + API + name: keycloak_client_rolemapping + namespace: identity.keycloak + - description: Perform SAP Task list execution + name: sap_task_list_execute + namespace: system + - description: Retrieve XFCE4 configurations + name: xfconf_info + namespace: system + release_date: '2021-08-10' diff --git a/changelogs/fragments/2808-pids-older-psutil.yml b/changelogs/fragments/2808-pids-older-psutil.yml deleted file mode 100644 index 34015e3f2c..0000000000 --- a/changelogs/fragments/2808-pids-older-psutil.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "pids - avoid crashes for older ``psutil`` versions, like on RHEL6 and RHEL7 (https://github.com/ansible-collections/community.general/pull/2808)." diff --git a/changelogs/fragments/2946-python-dnsimple-v2-rewrite.yml b/changelogs/fragments/2946-python-dnsimple-v2-rewrite.yml deleted file mode 100644 index 32a6341086..0000000000 --- a/changelogs/fragments/2946-python-dnsimple-v2-rewrite.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - dnsimple - module rewrite to include support for python-dnsimple>=2.0.0; also add ``sandbox`` parameter (https://github.com/ansible-collections/community.general/pull/2946). diff --git a/changelogs/fragments/3.5.0.yml b/changelogs/fragments/3.5.0.yml deleted file mode 100644 index 4b1469c9fe..0000000000 --- a/changelogs/fragments/3.5.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix and feature release. diff --git a/changelogs/fragments/3034-promox-kvm-return-new-id.yaml b/changelogs/fragments/3034-promox-kvm-return-new-id.yaml deleted file mode 100644 index 8cbd769a04..0000000000 --- a/changelogs/fragments/3034-promox-kvm-return-new-id.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - proxmox_kvm - fix result of clone, now returns ``newid`` instead of ``vmid`` (https://github.com/ansible-collections/community.general/pull/3034). diff --git a/changelogs/fragments/3036-archive-root-path-fix.yml b/changelogs/fragments/3036-archive-root-path-fix.yml deleted file mode 100644 index fa460f82b9..0000000000 --- a/changelogs/fragments/3036-archive-root-path-fix.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - archive - fixing archive root determination when longest common root is ``/`` - (https://github.com/ansible-collections/community.general/pull/3036). diff --git a/changelogs/fragments/3038-enhance_github_repo_api_url.yml b/changelogs/fragments/3038-enhance_github_repo_api_url.yml deleted file mode 100644 index 19eda0f66d..0000000000 --- a/changelogs/fragments/3038-enhance_github_repo_api_url.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - github_repo - add new option ``api_url`` to allow working with on premises installations (https://github.com/ansible-collections/community.general/pull/3038). diff --git a/changelogs/fragments/3041-fix_gitlab_group_members_gitlab_project_mambers.yml b/changelogs/fragments/3041-fix_gitlab_group_members_gitlab_project_mambers.yml deleted file mode 100644 index d1be8b78d3..0000000000 --- a/changelogs/fragments/3041-fix_gitlab_group_members_gitlab_project_mambers.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - gitlab_group_members - fixes issue when gitlab group has more then 20 members, pagination problem (https://github.com/ansible-collections/community.general/issues/3041). - - gitlab_project_members - fixes issue when gitlab group has more then 20 members, pagination problem (https://github.com/ansible-collections/community.general/issues/3041). diff --git a/changelogs/fragments/3044-proxmox-inventory-snapshots.yml b/changelogs/fragments/3044-proxmox-inventory-snapshots.yml deleted file mode 100644 index d6a324ea30..0000000000 --- a/changelogs/fragments/3044-proxmox-inventory-snapshots.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - proxmox inventory plugin - added snapshots to host facts (https://github.com/ansible-collections/community.general/pull/3044). diff --git a/changelogs/fragments/3052_proxmox_inventory_plugin.yml b/changelogs/fragments/3052_proxmox_inventory_plugin.yml deleted file mode 100644 index dfd4dddea9..0000000000 --- a/changelogs/fragments/3052_proxmox_inventory_plugin.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - proxmox inventory plugin - fixed plugin failure when a ``qemu`` guest has no ``template`` key (https://github.com/ansible-collections/community.general/pull/3052). diff --git a/changelogs/fragments/3067-taiga-bugfix.yaml b/changelogs/fragments/3067-taiga-bugfix.yaml deleted file mode 100644 index dfd3b531b0..0000000000 --- a/changelogs/fragments/3067-taiga-bugfix.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - taiga - some constructs in the module fixed to work also in Python 3 (https://github.com/ansible-collections/community.general/pull/3067). diff --git a/changelogs/fragments/3068-supervisorctl-bugfix.yaml b/changelogs/fragments/3068-supervisorctl-bugfix.yaml deleted file mode 100644 index 6571e211b6..0000000000 --- a/changelogs/fragments/3068-supervisorctl-bugfix.yaml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - supervisorctl - state ``signalled`` was not working (https://github.com/ansible-collections/community.general/pull/3068). -minor_changes: - - supervisorctl - using standard Ansible mechanism to validate ``signalled`` state required parameter (https://github.com/ansible-collections/community.general/pull/3068). diff --git a/changelogs/fragments/3074-ini_file-3031-empty-value-inconsistency.yml b/changelogs/fragments/3074-ini_file-3031-empty-value-inconsistency.yml deleted file mode 100644 index 7bfe958a12..0000000000 --- a/changelogs/fragments/3074-ini_file-3031-empty-value-inconsistency.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - ini_file - fix inconsistency between empty value and no value - (https://github.com/ansible-collections/community.general/issues/3031). diff --git a/changelogs/fragments/3079-report-power-state-hpilo.yaml b/changelogs/fragments/3079-report-power-state-hpilo.yaml deleted file mode 100644 index e057e3395f..0000000000 --- a/changelogs/fragments/3079-report-power-state-hpilo.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - hpilo_info - added ``host_power_status`` return value to report power state of machine with ``OFF``, ``ON`` or ``UNKNOWN`` (https://github.com/ansible-collections/community.general/pull/3079). diff --git a/changelogs/fragments/3080-java_cert-2460-import_private_key.yml b/changelogs/fragments/3080-java_cert-2460-import_private_key.yml deleted file mode 100644 index 465c484673..0000000000 --- a/changelogs/fragments/3080-java_cert-2460-import_private_key.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - java_cert - import private key as well as public certificate from PKCS#12 - (https://github.com/ansible-collections/community.general/issues/2460). diff --git a/changelogs/fragments/3081-add-wifi-option-to-nmcli-module.yml b/changelogs/fragments/3081-add-wifi-option-to-nmcli-module.yml deleted file mode 100644 index 4425d955fc..0000000000 --- a/changelogs/fragments/3081-add-wifi-option-to-nmcli-module.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - nmcli - add ``wifi`` option to support managing Wi-Fi settings such as ``hidden`` or ``mode`` - (https://github.com/ansible-collections/community.general/pull/3081). diff --git a/changelogs/fragments/3084-info-checkmode.yaml b/changelogs/fragments/3084-info-checkmode.yaml deleted file mode 100644 index 4e9fa85075..0000000000 --- a/changelogs/fragments/3084-info-checkmode.yaml +++ /dev/null @@ -1,24 +0,0 @@ -bugfixes: - - ali_instance_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - memset_memstore_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - memset_server_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - xenserver_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - rax_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - smartos_image_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - snmp_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - oneview_datacenter_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - oneview_enclosure_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - oneview_ethernet_network_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - oneview_fc_network_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - oneview_fcoe_network_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - oneview_logical_interconnect_group_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - oneview_network_set_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - oneview_san_manager_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - idrac_redfish_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - redfish_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - xfconf_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - utm_aaa_group_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - utm_ca_host_key_cert_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - utm_network_interface_address_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - utm_proxy_frontend_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). - - utm_proxy_location_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). diff --git a/changelogs/fragments/3092-gunicorn-refactor.yaml b/changelogs/fragments/3092-gunicorn-refactor.yaml deleted file mode 100644 index 114e865add..0000000000 --- a/changelogs/fragments/3092-gunicorn-refactor.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - gunicorn - search for ``gunicorn`` binary in more paths (https://github.com/ansible-collections/community.general/pull/3092). diff --git a/changelogs/fragments/3093-ejabberd_user-refactor.yaml b/changelogs/fragments/3093-ejabberd_user-refactor.yaml deleted file mode 100644 index 875ef6da71..0000000000 --- a/changelogs/fragments/3093-ejabberd_user-refactor.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - ejabberd_user - replaced in-code check with ``required_if``, using ``get_bin_path()`` for the command, passing args to ``run_command()`` as list instead of string (https://github.com/ansible-collections/community.general/pull/3093). diff --git a/changelogs/fragments/3098-django_manage-cmd-list.yaml b/changelogs/fragments/3098-django_manage-cmd-list.yaml deleted file mode 100644 index 8522059ff6..0000000000 --- a/changelogs/fragments/3098-django_manage-cmd-list.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - django_manage - refactor to call ``run_command()`` passing command as a list instead of string (https://github.com/ansible-collections/community.general/pull/3098). diff --git a/changelogs/fragments/3104-deploy_helper-required_if.yaml b/changelogs/fragments/3104-deploy_helper-required_if.yaml deleted file mode 100644 index ee48461003..0000000000 --- a/changelogs/fragments/3104-deploy_helper-required_if.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - deploy_helper - improved parameter checking by using standard Ansible construct (https://github.com/ansible-collections/community.general/pull/3104). diff --git a/changelogs/fragments/3106-apache2_module-review.yaml b/changelogs/fragments/3106-apache2_module-review.yaml deleted file mode 100644 index d7840b2511..0000000000 --- a/changelogs/fragments/3106-apache2_module-review.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - apache2_module - minor refactoring improving code quality, readability and speed (https://github.com/ansible-collections/community.general/pull/3106). diff --git a/changelogs/fragments/3125-hana-query-userstore.yaml b/changelogs/fragments/3125-hana-query-userstore.yaml deleted file mode 100644 index 0a626fe7f5..0000000000 --- a/changelogs/fragments/3125-hana-query-userstore.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - hana_query - added the abillity to use hdbuserstore (https://github.com/ansible-collections/community.general/pull/3125). diff --git a/changelogs/fragments/3132-nmcli-dummy.yaml b/changelogs/fragments/3132-nmcli-dummy.yaml deleted file mode 100644 index 970bda34e8..0000000000 --- a/changelogs/fragments/3132-nmcli-dummy.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - nmcli - add ``dummy`` interface support (https://github.com/ansible-collections/community.general/issues/724). diff --git a/changelogs/fragments/3135-add-redfish_command-bootoverridemode.yaml b/changelogs/fragments/3135-add-redfish_command-bootoverridemode.yaml deleted file mode 100644 index d1f24d4c24..0000000000 --- a/changelogs/fragments/3135-add-redfish_command-bootoverridemode.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redfish_command - add ``boot_override_mode`` argument to BootSourceOverride commands (https://github.com/ansible-collections/community.general/issues/3134). diff --git a/changelogs/fragments/3136-add-wifi-sec-change-detection-to-nmcli-module.yml b/changelogs/fragments/3136-add-wifi-sec-change-detection-to-nmcli-module.yml deleted file mode 100644 index 6cc5e7630d..0000000000 --- a/changelogs/fragments/3136-add-wifi-sec-change-detection-to-nmcli-module.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - nmcli - add ``wifi-sec`` option change detection to support managing secure Wi-Fi connections - (https://github.com/ansible-collections/community.general/pull/3136). diff --git a/changelogs/fragments/3139-tss-lookup-plugin-update-to-make-compatible-with-sdk-v1.yml b/changelogs/fragments/3139-tss-lookup-plugin-update-to-make-compatible-with-sdk-v1.yml deleted file mode 100644 index f06fa68ce0..0000000000 --- a/changelogs/fragments/3139-tss-lookup-plugin-update-to-make-compatible-with-sdk-v1.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - tss lookup plugin - fixed incompatibility with ``python-tss-sdk`` version 1.0.0 - (https://github.com/ansible-collections/community.general/issues/3057, https://github.com/ansible-collections/community.general/pull/3139). diff --git a/changelogs/fragments/3160-pass-wifi-secrets-via-stdin-to-nmcli-module.yml b/changelogs/fragments/3160-pass-wifi-secrets-via-stdin-to-nmcli-module.yml deleted file mode 100644 index 47e1837a0b..0000000000 --- a/changelogs/fragments/3160-pass-wifi-secrets-via-stdin-to-nmcli-module.yml +++ /dev/null @@ -1,4 +0,0 @@ -security_fixes: - - nmcli - do not pass WiFi secrets on the ``nmcli`` command line. Use ``nmcli con edit`` - instead and pass secrets as ``stdin`` - (https://github.com/ansible-collections/community.general/issues/3145). diff --git a/changelogs/fragments/3161-openbsd-pkg-fix-regexp-matching-crash.yml b/changelogs/fragments/3161-openbsd-pkg-fix-regexp-matching-crash.yml deleted file mode 100644 index bb29542c04..0000000000 --- a/changelogs/fragments/3161-openbsd-pkg-fix-regexp-matching-crash.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - openbsd_pkg - fix regexp matching crash. This bug could trigger on package names with special characters, for example ``g++`` (https://github.com/ansible-collections/community.general/pull/3161). diff --git a/changelogs/fragments/pkgin-output-after-error.yml b/changelogs/fragments/pkgin-output-after-error.yml deleted file mode 100644 index a2dd2d6a1e..0000000000 --- a/changelogs/fragments/pkgin-output-after-error.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - pkgin - in case of ``pkgin`` tool failue, display returned standard output ``stdout`` and standard error ``stderr`` to ease debugging (https://github.com/ansible-collections/community.general/issues/3146).