Skip to content

Commit e5f290e

Browse files
committed
Release 10.7.2.
1 parent 003f9e4 commit e5f290e

9 files changed

Lines changed: 108 additions & 57 deletions

CHANGELOG.md

Lines changed: 65 additions & 44 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

77
This changelog describes changes after version 9.0.0.
88

9+
v10.7.2
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- dependent lookup plugin - avoid deprecated ansible-core 2.19 functionality (https://github.com/ansible-collections/community.general/pull/10359).
21+
- github_release - support multiple types of GitHub tokens; no longer failing when ``ghs_`` token type is provided (https://github.com/ansible-collections/community.general/issues/10338, https://github.com/ansible-collections/community.general/pull/10339).
22+
- icinga2 inventory plugin - avoid using deprecated option when templating options (https://github.com/ansible-collections/community.general/pull/10271).
23+
- incus connection plugin - fix error handling to return more useful Ansible errors to the user (https://github.com/ansible-collections/community.general/issues/10344, https://github.com/ansible-collections/community.general/pull/10349).
24+
- linode inventory plugin - avoid using deprecated option when templating options (https://github.com/ansible-collections/community.general/pull/10271).
25+
- logstash callback plugin - remove reference to Python 2 library (https://github.com/ansible-collections/community.general/pull/10345).
26+
927
v10.7.1
1028
=======
1129

changelogs/changelog.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,3 +1931,28 @@ releases:
19311931
- 10242-yaml.yml
19321932
- 9692-update-more-than-10-keycloak-sub-groups.yml
19331933
release_date: '2025-06-16'
1934+
10.7.2:
1935+
changes:
1936+
bugfixes:
1937+
- dependent lookup plugin - avoid deprecated ansible-core 2.19 functionality
1938+
(https://github.com/ansible-collections/community.general/pull/10359).
1939+
- github_release - support multiple types of GitHub tokens; no longer failing
1940+
when ``ghs_`` token type is provided (https://github.com/ansible-collections/community.general/issues/10338,
1941+
https://github.com/ansible-collections/community.general/pull/10339).
1942+
- icinga2 inventory plugin - avoid using deprecated option when templating
1943+
options (https://github.com/ansible-collections/community.general/pull/10271).
1944+
- incus connection plugin - fix error handling to return more useful Ansible
1945+
errors to the user (https://github.com/ansible-collections/community.general/issues/10344,
1946+
https://github.com/ansible-collections/community.general/pull/10349).
1947+
- linode inventory plugin - avoid using deprecated option when templating
1948+
options (https://github.com/ansible-collections/community.general/pull/10271).
1949+
- logstash callback plugin - remove reference to Python 2 library (https://github.com/ansible-collections/community.general/pull/10345).
1950+
release_summary: Regular bugfix release.
1951+
fragments:
1952+
- 10.7.2.yml
1953+
- 10271--disable_lookups.yml
1954+
- 10339-github_app_access_token.yml
1955+
- 10349-incus_connection-error-handling.yml
1956+
- 10359-dependent.yml
1957+
- logstash.yml
1958+
release_date: '2025-07-14'

changelogs/fragments/10.7.2.yml

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

changelogs/fragments/10271--disable_lookups.yml

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

changelogs/fragments/10339-github_app_access_token.yml

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

changelogs/fragments/10349-incus_connection-error-handling.yml

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

changelogs/fragments/10359-dependent.yml

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

changelogs/fragments/logstash.yml

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

0 commit comments

Comments
 (0)