Release 8.6.8.

This commit is contained in:
Felix Fontein 2024-12-02 21:09:13 +01:00
commit 53abb6bfd8
5 changed files with 101 additions and 65 deletions

View file

@ -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'

View file

@ -1 +0,0 @@
release_summary: Maintenance release for inclusion in Ansible 9.13.0.

View file

@ -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).