Skip to content

Commit

Permalink
Release 8.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 13, 2023
1 parent 9f218be commit 28d7c49
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 0 additions & 2 deletions changelogs/fragments/7501-type.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/7506-pipx-pipargs.yml

This file was deleted.

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

This file was deleted.

0 comments on commit 28d7c49

Please sign in to comment.