diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bc465228b6..1e56834681 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,20 @@ Community General Release Notes This changelog describes changes after version 7.0.0. +v8.0.2 +====== + +Release Summary +--------------- + +Bugfix release for inclusion in Ansible 9.0.0rc1. + +Bugfixes +-------- + +- ocapi_utils, oci_utils, redfish_utils module utils - replace ``type()`` calls with ``isinstance()`` calls (https://github.com/ansible-collections/community.general/pull/7501). +- pipx module utils - change the CLI argument formatter for the ``pip_args`` parameter (https://github.com/ansible-collections/community.general/issues/7497, https://github.com/ansible-collections/community.general/pull/7506). + v8.0.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 89113b5cd3..4e7e2ad04e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -809,3 +809,17 @@ releases: - 7467-fix-gitlab-constants-calls.yml - 8.0.1.yml release_date: '2023-11-06' + 8.0.2: + changes: + bugfixes: + - ocapi_utils, oci_utils, redfish_utils module utils - replace ``type()`` calls + with ``isinstance()`` calls (https://github.com/ansible-collections/community.general/pull/7501). + - pipx module utils - change the CLI argument formatter for the ``pip_args`` + parameter (https://github.com/ansible-collections/community.general/issues/7497, + https://github.com/ansible-collections/community.general/pull/7506). + release_summary: Bugfix release for inclusion in Ansible 9.0.0rc1. + fragments: + - 7501-type.yml + - 7506-pipx-pipargs.yml + - 8.0.2.yml + release_date: '2023-11-13' diff --git a/changelogs/fragments/7501-type.yml b/changelogs/fragments/7501-type.yml deleted file mode 100644 index 994c31ce5a..0000000000 --- a/changelogs/fragments/7501-type.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "ocapi_utils, oci_utils, redfish_utils module utils - replace ``type()`` calls with ``isinstance()`` calls (https://github.com/ansible-collections/community.general/pull/7501)." diff --git a/changelogs/fragments/7506-pipx-pipargs.yml b/changelogs/fragments/7506-pipx-pipargs.yml deleted file mode 100644 index fb5cb52e6f..0000000000 --- a/changelogs/fragments/7506-pipx-pipargs.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - pipx module utils - change the CLI argument formatter for the ``pip_args`` parameter (https://github.com/ansible-collections/community.general/issues/7497, https://github.com/ansible-collections/community.general/pull/7506). diff --git a/changelogs/fragments/8.0.2.yml b/changelogs/fragments/8.0.2.yml deleted file mode 100644 index 975826acf5..0000000000 --- a/changelogs/fragments/8.0.2.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release for inclusion in Ansible 9.0.0rc1.