mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Release 7.5.1.
This commit is contained in:
parent
40f87e25ff
commit
4edae7afd0
12 changed files with 76 additions and 27 deletions
|
@ -6,6 +6,33 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 6.0.0.
|
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
|
v7.5.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1561,3 +1561,52 @@ releases:
|
||||||
name: simpleinit_msb
|
name: simpleinit_msb
|
||||||
namespace: ''
|
namespace: ''
|
||||||
release_date: '2023-10-09'
|
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'
|
||||||
|
|
|
@ -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).
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Regular bugfix release.
|
|
|
@ -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)."
|
|
|
@ -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)."
|
|
|
@ -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).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "memset module utils - make compatible with ansible-core 2.17 (https://github.com/ansible-collections/community.general/pull/7379)."
|
|
|
@ -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).
|
|
|
@ -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).
|
|
|
@ -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).
|
|
|
@ -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).
|
|
Loading…
Reference in a new issue