mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 09:01:23 -07:00
Release 8.6.7.
This commit is contained in:
parent
f0bcb7f477
commit
8e1aaf927b
6 changed files with 103 additions and 63 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue