mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
Release 8.6.8.
This commit is contained in:
parent
a08c7d0447
commit
53abb6bfd8
5 changed files with 101 additions and 65 deletions
|
@ -1664,3 +1664,13 @@ releases:
|
|||
- 9052-modprobe-bugfix.yml
|
||||
- 9084-collection_version-importlib.yml
|
||||
release_date: '2024-11-03'
|
||||
8.6.8:
|
||||
changes:
|
||||
bugfixes:
|
||||
- github_key - in check mode, a faulty call to ```datetime.strftime(...)```
|
||||
was being made which generated an exception (https://github.com/ansible-collections/community.general/issues/9185).
|
||||
release_summary: Maintenance release for inclusion in Ansible 9.13.0.
|
||||
fragments:
|
||||
- 8.6.8.yml
|
||||
- 9186-fix-broken-check-mode-in-github-key.yml
|
||||
release_date: '2024-12-02'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
release_summary: Maintenance release for inclusion in Ansible 9.13.0.
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- github_key - in check mode, a faulty call to ```datetime.strftime(...)``` was being made which generated an exception (https://github.com/ansible-collections/community.general/issues/9185).
|
Loading…
Add table
Add a link
Reference in a new issue