Skip to content

Commit

Permalink
Release 8.6.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 3, 2024
1 parent f0bcb7f commit 8e1aaf9
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 62 deletions.
131 changes: 74 additions & 57 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.6.7
======

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

Bugfix release.

Bugfixes
--------

- collection_version lookup plugin - use ``importlib`` directly instead of the deprecated and in ansible-core 2.19 removed ``ansible.module_utils.compat.importlib`` (https://github.com/ansible-collections/community.general/pull/9084).
- modprobe - fix check mode not being honored for ``persistent`` option (https://github.com/ansible-collections/community.general/issues/9051, https://github.com/ansible-collections/community.general/pull/9052).

v8.6.6
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1650,3 +1650,17 @@ releases:
- 8970-fix-dig-multi-nameservers.yml
- 8987-legacycrypt.yml
release_date: '2024-10-07'
8.6.7:
changes:
bugfixes:
- collection_version lookup plugin - use ``importlib`` directly instead of
the deprecated and in ansible-core 2.19 removed ``ansible.module_utils.compat.importlib``
(https://github.com/ansible-collections/community.general/pull/9084).
- modprobe - fix check mode not being honored for ``persistent`` option (https://github.com/ansible-collections/community.general/issues/9051,
https://github.com/ansible-collections/community.general/pull/9052).
release_summary: Bugfix release.
fragments:
- 8.6.7.yml
- 9052-modprobe-bugfix.yml
- 9084-collection_version-importlib.yml
release_date: '2024-11-03'
1 change: 0 additions & 1 deletion changelogs/fragments/8.6.7.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/9052-modprobe-bugfix.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/9084-collection_version-importlib.yml

This file was deleted.

0 comments on commit 8e1aaf9

Please sign in to comment.