diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7976050313..45a8bcc494 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,33 @@ Community General Release Notes This changelog describes changes after version 6.0.0. +v7.5.1 +====== + +Release Summary +--------------- + +Regular bugfix release. + +Bugfixes +-------- + +- composer - fix impossible to run ``working_dir`` dependent commands. The module was throwing an error when trying to run a ``working_dir`` dependent command, because it tried to get the command help without passing the ``working_dir`` (https://github.com/ansible-collections/community.general/issues/3787). +- github_deploy_key - fix pagination behaviour causing a crash when only a single page of deploy keys exist (https://github.com/ansible-collections/community.general/pull/7375). +- gitlab_group_members - fix gitlab constants call in ``gitlab_group_members`` module (https://github.com/ansible-collections/community.general/issues/7467). +- gitlab_project_members - fix gitlab constants call in ``gitlab_project_members`` module (https://github.com/ansible-collections/community.general/issues/7467). +- gitlab_protected_branches - fix gitlab constants call in ``gitlab_protected_branches`` module (https://github.com/ansible-collections/community.general/issues/7467). +- gitlab_user - fix gitlab constants call in ``gitlab_user`` module (https://github.com/ansible-collections/community.general/issues/7467). +- kernel_blacklist - simplified the mechanism to update the file, fixing the error (https://github.com/ansible-collections/community.general/pull/7382, https://github.com/ansible-collections/community.general/issues/7362). +- memset module utils - make compatible with ansible-core 2.17 (https://github.com/ansible-collections/community.general/pull/7379). +- proxmox_pool_member - absent state for type VM did not delete VMs from the pools (https://github.com/ansible-collections/community.general/pull/7464). +- redfish_command - fix usage of message parsing in ``SimpleUpdate`` and ``MultipartHTTPPushUpdate`` commands to treat the lack of a ``MessageId`` as no message (https://github.com/ansible-collections/community.general/issues/7465, https://github.com/ansible-collections/community.general/pull/7471). +- redhat_subscription - use the right D-Bus options for the consumer type when + registering a RHEL system older than 9 or a RHEL 9 system older than 9.2 + and using ``consumer_type`` + (https://github.com/ansible-collections/community.general/pull/7378). +- selective callback plugin - fix length of task name lines in output always being 3 characters longer than desired (https://github.com/ansible-collections/community.general/pull/7374). + v7.5.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f50aca6234..5c8e105f09 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1561,3 +1561,52 @@ releases: name: simpleinit_msb namespace: '' release_date: '2023-10-09' + 7.5.1: + changes: + bugfixes: + - composer - fix impossible to run ``working_dir`` dependent commands. The module + was throwing an error when trying to run a ``working_dir`` dependent command, + because it tried to get the command help without passing the ``working_dir`` + (https://github.com/ansible-collections/community.general/issues/3787). + - github_deploy_key - fix pagination behaviour causing a crash when only a single + page of deploy keys exist (https://github.com/ansible-collections/community.general/pull/7375). + - gitlab_group_members - fix gitlab constants call in ``gitlab_group_members`` + module (https://github.com/ansible-collections/community.general/issues/7467). + - gitlab_project_members - fix gitlab constants call in ``gitlab_project_members`` + module (https://github.com/ansible-collections/community.general/issues/7467). + - gitlab_protected_branches - fix gitlab constants call in ``gitlab_protected_branches`` + module (https://github.com/ansible-collections/community.general/issues/7467). + - gitlab_user - fix gitlab constants call in ``gitlab_user`` module (https://github.com/ansible-collections/community.general/issues/7467). + - kernel_blacklist - simplified the mechanism to update the file, fixing the + error (https://github.com/ansible-collections/community.general/pull/7382, + https://github.com/ansible-collections/community.general/issues/7362). + - memset module utils - make compatible with ansible-core 2.17 (https://github.com/ansible-collections/community.general/pull/7379). + - proxmox_pool_member - absent state for type VM did not delete VMs from the + pools (https://github.com/ansible-collections/community.general/pull/7464). + - redfish_command - fix usage of message parsing in ``SimpleUpdate`` and ``MultipartHTTPPushUpdate`` + commands to treat the lack of a ``MessageId`` as no message (https://github.com/ansible-collections/community.general/issues/7465, + https://github.com/ansible-collections/community.general/pull/7471). + - 'redhat_subscription - use the right D-Bus options for the consumer type when + + registering a RHEL system older than 9 or a RHEL 9 system older than 9.2 + + and using ``consumer_type`` + + (https://github.com/ansible-collections/community.general/pull/7378). + + ' + - selective callback plugin - fix length of task name lines in output always + being 3 characters longer than desired (https://github.com/ansible-collections/community.general/pull/7374). + release_summary: Regular bugfix release. + fragments: + - 3787-pass-composer-working-dir.yml + - 7.5.1.yml + - 7374-fix-selective-callback-taskname-length.yml + - 7375-fix-github-deploy-key-pagination.yml + - 7378-redhat_subscription-dbus-consumer-type.yaml + - 7379-url.yml + - 7382-kernel-blacklist-bugfix.yml + - 7464-fix-vm-removal-in-proxmox_pool_member.yml + - 7465-redfish-firmware-update-message-id-hardening.yml + - 7467-fix-gitlab-constants-calls.yml + release_date: '2023-11-06' diff --git a/changelogs/fragments/3787-pass-composer-working-dir.yml b/changelogs/fragments/3787-pass-composer-working-dir.yml deleted file mode 100644 index 19687d7723..0000000000 --- a/changelogs/fragments/3787-pass-composer-working-dir.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - composer - fix impossible to run ``working_dir`` dependent commands. The module was throwing an error when trying to run a ``working_dir`` dependent command, because it tried to get the command help without passing the ``working_dir`` (https://github.com/ansible-collections/community.general/issues/3787). diff --git a/changelogs/fragments/7.5.1.yml b/changelogs/fragments/7.5.1.yml deleted file mode 100644 index 1b14bd80d1..0000000000 --- a/changelogs/fragments/7.5.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. diff --git a/changelogs/fragments/7374-fix-selective-callback-taskname-length.yml b/changelogs/fragments/7374-fix-selective-callback-taskname-length.yml deleted file mode 100644 index 1c48f48e05..0000000000 --- a/changelogs/fragments/7374-fix-selective-callback-taskname-length.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "selective callback plugin - fix length of task name lines in output always being 3 characters longer than desired (https://github.com/ansible-collections/community.general/pull/7374)." diff --git a/changelogs/fragments/7375-fix-github-deploy-key-pagination.yml b/changelogs/fragments/7375-fix-github-deploy-key-pagination.yml deleted file mode 100644 index c95da981c6..0000000000 --- a/changelogs/fragments/7375-fix-github-deploy-key-pagination.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - "github_deploy_key - fix pagination behaviour causing a crash when only a single page of deploy keys exist (https://github.com/ansible-collections/community.general/pull/7375)." \ No newline at end of file diff --git a/changelogs/fragments/7378-redhat_subscription-dbus-consumer-type.yaml b/changelogs/fragments/7378-redhat_subscription-dbus-consumer-type.yaml deleted file mode 100644 index c1ec80ae21..0000000000 --- a/changelogs/fragments/7378-redhat_subscription-dbus-consumer-type.yaml +++ /dev/null @@ -1,6 +0,0 @@ -bugfixes: - - | - redhat_subscription - use the right D-Bus options for the consumer type when - registering a RHEL system older than 9 or a RHEL 9 system older than 9.2 - and using ``consumer_type`` - (https://github.com/ansible-collections/community.general/pull/7378). diff --git a/changelogs/fragments/7379-url.yml b/changelogs/fragments/7379-url.yml deleted file mode 100644 index 818f14ed50..0000000000 --- a/changelogs/fragments/7379-url.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "memset module utils - make compatible with ansible-core 2.17 (https://github.com/ansible-collections/community.general/pull/7379)." \ No newline at end of file diff --git a/changelogs/fragments/7382-kernel-blacklist-bugfix.yml b/changelogs/fragments/7382-kernel-blacklist-bugfix.yml deleted file mode 100644 index 6303034d5c..0000000000 --- a/changelogs/fragments/7382-kernel-blacklist-bugfix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - kernel_blacklist - simplified the mechanism to update the file, fixing the error (https://github.com/ansible-collections/community.general/pull/7382, https://github.com/ansible-collections/community.general/issues/7362). diff --git a/changelogs/fragments/7464-fix-vm-removal-in-proxmox_pool_member.yml b/changelogs/fragments/7464-fix-vm-removal-in-proxmox_pool_member.yml deleted file mode 100644 index b42abc88c0..0000000000 --- a/changelogs/fragments/7464-fix-vm-removal-in-proxmox_pool_member.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - proxmox_pool_member - absent state for type VM did not delete VMs from the pools (https://github.com/ansible-collections/community.general/pull/7464). diff --git a/changelogs/fragments/7465-redfish-firmware-update-message-id-hardening.yml b/changelogs/fragments/7465-redfish-firmware-update-message-id-hardening.yml deleted file mode 100644 index 01a98c2225..0000000000 --- a/changelogs/fragments/7465-redfish-firmware-update-message-id-hardening.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - redfish_command - fix usage of message parsing in ``SimpleUpdate`` and ``MultipartHTTPPushUpdate`` commands to treat the lack of a ``MessageId`` as no message (https://github.com/ansible-collections/community.general/issues/7465, https://github.com/ansible-collections/community.general/pull/7471). diff --git a/changelogs/fragments/7467-fix-gitlab-constants-calls.yml b/changelogs/fragments/7467-fix-gitlab-constants-calls.yml deleted file mode 100644 index 77466f75e6..0000000000 --- a/changelogs/fragments/7467-fix-gitlab-constants-calls.yml +++ /dev/null @@ -1,5 +0,0 @@ -bugfixes: - - gitlab_group_members - fix gitlab constants call in ``gitlab_group_members`` module (https://github.com/ansible-collections/community.general/issues/7467). - - gitlab_project_members - fix gitlab constants call in ``gitlab_project_members`` module (https://github.com/ansible-collections/community.general/issues/7467). - - gitlab_protected_branches - fix gitlab constants call in ``gitlab_protected_branches`` module (https://github.com/ansible-collections/community.general/issues/7467). - - gitlab_user - fix gitlab constants call in ``gitlab_user`` module (https://github.com/ansible-collections/community.general/issues/7467).