Skip to content

Commit

Permalink
Release 8.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 6, 2023
1 parent db8a660 commit 9e8b6ea
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ Community General Release Notes

This changelog describes changes after version 7.0.0.

v8.0.1
======

Release Summary
---------------

Bugfix release for inclusion in Ansible 9.0.0b1.

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).
- 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).

v8.0.0
======

Expand Down
22 changes: 22 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -787,3 +787,25 @@ releases:
name: bitwarden_secrets_manager
namespace: null
release_date: '2023-11-01'
8.0.1:
changes:
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).
- 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).
release_summary: Bugfix release for inclusion in Ansible 9.0.0b1.
fragments:
- 7464-fix-vm-removal-in-proxmox_pool_member.yml
- 7465-redfish-firmware-update-message-id-hardening.yml
- 7467-fix-gitlab-constants-calls.yml
- 8.0.1.yml
release_date: '2023-11-06'

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/7467-fix-gitlab-constants-calls.yml

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/fragments/8.0.1.yml

This file was deleted.

0 comments on commit 9e8b6ea

Please sign in to comment.