mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Release 8.0.2.
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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)."
|
||||
@@ -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).
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Bugfix release for inclusion in Ansible 9.0.0rc1.
|
||||
Reference in New Issue
Block a user