1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Release 8.0.2.

This commit is contained in:
Felix Fontein 2023-11-13 19:58:06 +01:00
parent 9f218be912
commit 28d7c499b5
5 changed files with 28 additions and 5 deletions

View file

@ -6,6 +6,20 @@ Community General Release Notes
This changelog describes changes after version 7.0.0. 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 v8.0.1
====== ======

View file

@ -809,3 +809,17 @@ releases:
- 7467-fix-gitlab-constants-calls.yml - 7467-fix-gitlab-constants-calls.yml
- 8.0.1.yml - 8.0.1.yml
release_date: '2023-11-06' 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'

View file

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

View file

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

View file

@ -1 +0,0 @@
release_summary: Bugfix release for inclusion in Ansible 9.0.0rc1.