From e4741d8ff6a8746888c8e28f74b9c76bcefbc786 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 10 Aug 2021 17:02:32 +0200 Subject: [PATCH] Release 2.5.5. --- CHANGELOG.rst | 86 +++++++++++++ changelogs/changelog.yaml | 120 ++++++++++++++++++ changelogs/fragments/2.5.5.yml | 1 - .../fragments/2808-pids-older-psutil.yml | 2 - .../fragments/2816-archive-refactor.yml | 5 - .../fragments/2923-archive-remove-bugfix.yml | 4 - .../fragments/2924-npm-fix-package-json.yml | 3 - .../2935-lvol-support_check_mode_thinpool.yml | 3 - ...status_when_ignorepkg_has_been_defined.yml | 3 - .../2960-launchd-validation-check.yaml | 2 - ...967-proxmox_inventory-offline-node-fix.yml | 3 - .../fragments/2989-pamd-single-line.yaml | 2 - ...h_command-bootoverride-argument-check.yaml | 3 - .../3034-promox-kvm-return-new-id.yaml | 3 - .../fragments/3036-archive-root-path-fix.yml | 4 - ...b_group_members_gitlab_project_mambers.yml | 3 - .../3052_proxmox_inventory_plugin.yml | 2 - changelogs/fragments/3067-taiga-bugfix.yaml | 2 - ...ni_file-3031-empty-value-inconsistency.yml | 4 - ...3080-java_cert-2460-import_private_key.yml | 4 - changelogs/fragments/3084-info-checkmode.yaml | 52 -------- .../3093-ejabberd_user-refactor.yaml | 2 - .../3104-deploy_helper-required_if.yaml | 2 - ...-update-to-make-compatible-with-sdk-v1.yml | 3 - ...-openbsd-pkg-fix-regexp-matching-crash.yml | 2 - 25 files changed, 206 insertions(+), 114 deletions(-) delete mode 100644 changelogs/fragments/2.5.5.yml delete mode 100644 changelogs/fragments/2808-pids-older-psutil.yml delete mode 100644 changelogs/fragments/2816-archive-refactor.yml delete mode 100644 changelogs/fragments/2923-archive-remove-bugfix.yml delete mode 100644 changelogs/fragments/2924-npm-fix-package-json.yml delete mode 100644 changelogs/fragments/2935-lvol-support_check_mode_thinpool.yml delete mode 100644 changelogs/fragments/2936-pacman-fix_changed_status_when_ignorepkg_has_been_defined.yml delete mode 100644 changelogs/fragments/2960-launchd-validation-check.yaml delete mode 100644 changelogs/fragments/2967-proxmox_inventory-offline-node-fix.yml delete mode 100644 changelogs/fragments/2989-pamd-single-line.yaml delete mode 100644 changelogs/fragments/3006-redfish_command-bootoverride-argument-check.yaml delete mode 100644 changelogs/fragments/3034-promox-kvm-return-new-id.yaml delete mode 100644 changelogs/fragments/3036-archive-root-path-fix.yml delete mode 100644 changelogs/fragments/3041-fix_gitlab_group_members_gitlab_project_mambers.yml delete mode 100644 changelogs/fragments/3052_proxmox_inventory_plugin.yml delete mode 100644 changelogs/fragments/3067-taiga-bugfix.yaml delete mode 100644 changelogs/fragments/3074-ini_file-3031-empty-value-inconsistency.yml delete mode 100644 changelogs/fragments/3080-java_cert-2460-import_private_key.yml delete mode 100644 changelogs/fragments/3084-info-checkmode.yaml delete mode 100644 changelogs/fragments/3093-ejabberd_user-refactor.yaml delete mode 100644 changelogs/fragments/3104-deploy_helper-required_if.yaml delete mode 100644 changelogs/fragments/3139-tss-lookup-plugin-update-to-make-compatible-with-sdk-v1.yml delete mode 100644 changelogs/fragments/3161-openbsd-pkg-fix-regexp-matching-crash.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c0abcd18cb..e63f5b11a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,92 @@ Community General Release Notes This changelog describes changes after version 1.0.0. +v2.5.5 +====== + +Release Summary +--------------- + +Maintenance release. + +Bugfixes +-------- + +- ali_instance_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- archive - fixed ``exclude_path`` values causing incorrect archive root (https://github.com/ansible-collections/community.general/pull/2816). +- archive - fixed improper file names for single file zip archives (https://github.com/ansible-collections/community.general/issues/2818). +- archive - fixed incorrect ``state`` result value documentation (https://github.com/ansible-collections/community.general/pull/2816). +- archive - fixed task failure when using the ``remove`` option with a ``path`` containing nested files for ``format``s other than ``zip`` (https://github.com/ansible-collections/community.general/issues/2919). +- 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). +- 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). +- gluster_heal_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- 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). +- launchd - fixed sanity check in the module's code (https://github.com/ansible-collections/community.general/pull/2960). +- lvol - honor ``check_mode`` on thinpool (https://github.com/ansible-collections/community.general/issues/2934). +- 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). +- npm - correctly handle cases where a dependency does not have a ``version`` property because it is either missing or invalid (https://github.com/ansible-collections/community.general/issues/2917). +- ome_device_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- 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). +- ovirt_affinity_label_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_api_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_cluster_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_datacenter_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_disk_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_event_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_external_provider_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_group_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_host_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_host_storage_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_network_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_nic_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_permission_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_quota_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_scheduling_policy_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_snapshot_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_storage_domain_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_storage_template_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_storage_vm_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_tag_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_template_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_user_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_vm_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- ovirt_vmpool_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- pacman - fix changed status when ignorepkg has been defined (https://github.com/ansible-collections/community.general/issues/1758). +- pamd - fixed problem with files containing only one or two lines (https://github.com/ansible-collections/community.general/issues/2925). +- 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 parsing failures when some cluster nodes are offline (https://github.com/ansible-collections/community.general/issues/2931). +- 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). +- purefa_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). +- rax_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). +- redfish_command - fix extraneous error caused by missing ``bootdevice`` argument when using the ``DisableBootOverride`` sub-command (https://github.com/ansible-collections/community.general/issues/3005). +- 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). +- 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). + v2.5.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e5bf7e261e..f6f1606a89 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1985,3 +1985,123 @@ releases: - 2881-gitlab_project-fix_workspace_user.yaml - 2883-_mount-fixed-sanity-checks.yml release_date: '2021-06-29' + 2.5.5: + changes: + bugfixes: + - ali_instance_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - archive - fixed ``exclude_path`` values causing incorrect archive root (https://github.com/ansible-collections/community.general/pull/2816). + - archive - fixed improper file names for single file zip archives (https://github.com/ansible-collections/community.general/issues/2818). + - archive - fixed incorrect ``state`` result value documentation (https://github.com/ansible-collections/community.general/pull/2816). + - archive - fixed task failure when using the ``remove`` option with a ``path`` + containing nested files for ``format``s other than ``zip`` (https://github.com/ansible-collections/community.general/issues/2919). + - 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). + - 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). + - gluster_heal_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - 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). + - launchd - fixed sanity check in the module's code (https://github.com/ansible-collections/community.general/pull/2960). + - lvol - honor ``check_mode`` on thinpool (https://github.com/ansible-collections/community.general/issues/2934). + - 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). + - npm - correctly handle cases where a dependency does not have a ``version`` + property because it is either missing or invalid (https://github.com/ansible-collections/community.general/issues/2917). + - ome_device_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - 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). + - ovirt_affinity_label_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_api_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_cluster_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_datacenter_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_disk_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_event_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_external_provider_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_group_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_host_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_host_storage_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_network_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_nic_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_permission_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_quota_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_scheduling_policy_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_snapshot_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_storage_domain_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_storage_template_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_storage_vm_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_tag_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_template_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_user_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_vm_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - ovirt_vmpool_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - pacman - fix changed status when ignorepkg has been defined (https://github.com/ansible-collections/community.general/issues/1758). + - pamd - fixed problem with files containing only one or two lines (https://github.com/ansible-collections/community.general/issues/2925). + - 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 parsing failures when some cluster nodes + are offline (https://github.com/ansible-collections/community.general/issues/2931). + - 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). + - purefa_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). + - rax_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084). + - redfish_command - fix extraneous error caused by missing ``bootdevice`` argument + when using the ``DisableBootOverride`` sub-command (https://github.com/ansible-collections/community.general/issues/3005). + - 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). + - 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). + release_summary: Maintenance release. + fragments: + - 2.5.5.yml + - 2808-pids-older-psutil.yml + - 2816-archive-refactor.yml + - 2923-archive-remove-bugfix.yml + - 2924-npm-fix-package-json.yml + - 2935-lvol-support_check_mode_thinpool.yml + - 2936-pacman-fix_changed_status_when_ignorepkg_has_been_defined.yml + - 2960-launchd-validation-check.yaml + - 2967-proxmox_inventory-offline-node-fix.yml + - 2989-pamd-single-line.yaml + - 3006-redfish_command-bootoverride-argument-check.yaml + - 3034-promox-kvm-return-new-id.yaml + - 3036-archive-root-path-fix.yml + - 3041-fix_gitlab_group_members_gitlab_project_mambers.yml + - 3052_proxmox_inventory_plugin.yml + - 3067-taiga-bugfix.yaml + - 3074-ini_file-3031-empty-value-inconsistency.yml + - 3080-java_cert-2460-import_private_key.yml + - 3084-info-checkmode.yaml + - 3093-ejabberd_user-refactor.yaml + - 3104-deploy_helper-required_if.yaml + - 3139-tss-lookup-plugin-update-to-make-compatible-with-sdk-v1.yml + - 3161-openbsd-pkg-fix-regexp-matching-crash.yml + release_date: '2021-08-10' diff --git a/changelogs/fragments/2.5.5.yml b/changelogs/fragments/2.5.5.yml deleted file mode 100644 index 778e3fb7f7..0000000000 --- a/changelogs/fragments/2.5.5.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Maintenance release. 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/2816-archive-refactor.yml b/changelogs/fragments/2816-archive-refactor.yml deleted file mode 100644 index 75c30bcdfc..0000000000 --- a/changelogs/fragments/2816-archive-refactor.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -bugfixes: - - archive - fixed incorrect ``state`` result value documentation (https://github.com/ansible-collections/community.general/pull/2816). - - archive - fixed ``exclude_path`` values causing incorrect archive root (https://github.com/ansible-collections/community.general/pull/2816). - - archive - fixed improper file names for single file zip archives (https://github.com/ansible-collections/community.general/issues/2818). diff --git a/changelogs/fragments/2923-archive-remove-bugfix.yml b/changelogs/fragments/2923-archive-remove-bugfix.yml deleted file mode 100644 index 4bef5ef459..0000000000 --- a/changelogs/fragments/2923-archive-remove-bugfix.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - archive - fixed task failure when using the ``remove`` option with a ``path`` containing nested files for - ``format``s other than ``zip`` (https://github.com/ansible-collections/community.general/issues/2919). diff --git a/changelogs/fragments/2924-npm-fix-package-json.yml b/changelogs/fragments/2924-npm-fix-package-json.yml deleted file mode 100644 index ce4a416cf7..0000000000 --- a/changelogs/fragments/2924-npm-fix-package-json.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - npm - correctly handle cases where a dependency does not have a ``version`` property because it is either missing or invalid - (https://github.com/ansible-collections/community.general/issues/2917). diff --git a/changelogs/fragments/2935-lvol-support_check_mode_thinpool.yml b/changelogs/fragments/2935-lvol-support_check_mode_thinpool.yml deleted file mode 100644 index 3efbe59860..0000000000 --- a/changelogs/fragments/2935-lvol-support_check_mode_thinpool.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - lvol - honor ``check_mode`` on thinpool (https://github.com/ansible-collections/community.general/issues/2934). diff --git a/changelogs/fragments/2936-pacman-fix_changed_status_when_ignorepkg_has_been_defined.yml b/changelogs/fragments/2936-pacman-fix_changed_status_when_ignorepkg_has_been_defined.yml deleted file mode 100644 index 815ffa4aee..0000000000 --- a/changelogs/fragments/2936-pacman-fix_changed_status_when_ignorepkg_has_been_defined.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - pacman - fix changed status when ignorepkg has been defined (https://github.com/ansible-collections/community.general/issues/1758). diff --git a/changelogs/fragments/2960-launchd-validation-check.yaml b/changelogs/fragments/2960-launchd-validation-check.yaml deleted file mode 100644 index 15cb3c3fa5..0000000000 --- a/changelogs/fragments/2960-launchd-validation-check.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - launchd - fixed sanity check in the module's code (https://github.com/ansible-collections/community.general/pull/2960). diff --git a/changelogs/fragments/2967-proxmox_inventory-offline-node-fix.yml b/changelogs/fragments/2967-proxmox_inventory-offline-node-fix.yml deleted file mode 100644 index d52fef4d8a..0000000000 --- a/changelogs/fragments/2967-proxmox_inventory-offline-node-fix.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - proxmox inventory plugin - fixed parsing failures when some cluster nodes are offline (https://github.com/ansible-collections/community.general/issues/2931). diff --git a/changelogs/fragments/2989-pamd-single-line.yaml b/changelogs/fragments/2989-pamd-single-line.yaml deleted file mode 100644 index 359e160785..0000000000 --- a/changelogs/fragments/2989-pamd-single-line.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - pamd - fixed problem with files containing only one or two lines (https://github.com/ansible-collections/community.general/issues/2925). diff --git a/changelogs/fragments/3006-redfish_command-bootoverride-argument-check.yaml b/changelogs/fragments/3006-redfish_command-bootoverride-argument-check.yaml deleted file mode 100644 index 680d3dea83..0000000000 --- a/changelogs/fragments/3006-redfish_command-bootoverride-argument-check.yaml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - redfish_command - fix extraneous error caused by missing ``bootdevice`` argument - when using the ``DisableBootOverride`` sub-command (https://github.com/ansible-collections/community.general/issues/3005). 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/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/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/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/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/3084-info-checkmode.yaml b/changelogs/fragments/3084-info-checkmode.yaml deleted file mode 100644 index c177612bce..0000000000 --- a/changelogs/fragments/3084-info-checkmode.yaml +++ /dev/null @@ -1,52 +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). -# Added in backport: - - ovirt_affinity_label_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_api_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_cluster_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_datacenter_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_disk_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_event_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_external_provider_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_group_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_host_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_host_storage_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_network_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_nic_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_permission_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_quota_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_scheduling_policy_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_snapshot_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_storage_domain_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_storage_template_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_storage_vm_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_tag_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_template_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_user_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_vm_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ovirt_vmpool_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - gluster_heal_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - ome_device_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). - - purefa_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3095). 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/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/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/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).