Skip to content

Commit a3ef32b

Browse files
committed
Release 9.5.12.
1 parent b5c23d5 commit a3ef32b

File tree

6 files changed

+111
-71
lines changed

6 files changed

+111
-71
lines changed

CHANGELOG.md

Lines changed: 83 additions & 66 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ Community General Release Notes
66

77
This changelog describes changes after version 8.0.0.
88

9+
v9.5.12
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- github_deploy_key - fix bug during error handling if no body was present in the result (https://github.com/ansible-collections/community.general/issues/10853, https://github.com/ansible-collections/community.general/pull/10857).
21+
- yaml cache plugin - make compatible with ansible-core 2.19 (https://github.com/ansible-collections/community.general/issues/10849, https://github.com/ansible-collections/community.general/issues/10852).
22+
923
v9.5.11
1024
=======
1125

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,3 +1792,17 @@ releases:
17921792
- 9.5.11.yml
17931793
- become-pipelining.yml
17941794
release_date: '2025-08-11'
1795+
9.5.12:
1796+
changes:
1797+
bugfixes:
1798+
- github_deploy_key - fix bug during error handling if no body was present
1799+
in the result (https://github.com/ansible-collections/community.general/issues/10853,
1800+
https://github.com/ansible-collections/community.general/pull/10857).
1801+
- yaml cache plugin - make compatible with ansible-core 2.19 (https://github.com/ansible-collections/community.general/issues/10849,
1802+
https://github.com/ansible-collections/community.general/issues/10852).
1803+
release_summary: Bugfix release.
1804+
fragments:
1805+
- 10852-yaml.yml
1806+
- 10857-github_deploy_key-err.yml
1807+
- 9.5.12.yml
1808+
release_date: '2025-10-06'

changelogs/fragments/10852-yaml.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/10857-github_deploy_key-err.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/9.5.12.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)