Skip to content

Commit b41dd19

Browse files
committed
Release 11.4.9.
1 parent ae9cce3 commit b41dd19

7 files changed

Lines changed: 110 additions & 69 deletions

CHANGELOG.md

Lines changed: 77 additions & 59 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

77
This changelog describes changes after version 10.0.0.
88

9+
v11.4.9
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- opkg - correctly set executable search path (https://github.com/ansible-collections/community.general/pull/12182).
21+
- portage - fix ``depclean: true`` crashing with ``AnsibleModule.fail_json() missing 1 required positional argument: 'msg'`` instead of reporting the actual emerge failure (https://github.com/ansible-collections/community.general/pull/12168).
22+
- xml - fix false positive type check failure for string values on Python 2 hosts, where ``json_dict_bytes_to_unicode`` guarantees unicode output but ``isinstance(value, str)`` only matches byte strings (https://github.com/ansible-collections/community.general/issues/12107, https://github.com/ansible-collections/community.general/pull/12108).
23+
924
v11.4.8
1025
=======
1126

changelogs/changelog.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,3 +1996,21 @@ releases:
19961996
- 11972-odbc-fix-commit-fetch-order.yml
19971997
- 12064-cargo-latest-version-regex.yml
19981998
release_date: '2026-05-17'
1999+
11.4.9:
2000+
changes:
2001+
bugfixes:
2002+
- opkg - correctly set executable search path (https://github.com/ansible-collections/community.general/pull/12182).
2003+
- 'portage - fix ``depclean: true`` crashing with ``AnsibleModule.fail_json()
2004+
missing 1 required positional argument: ''msg''`` instead of reporting the
2005+
actual emerge failure (https://github.com/ansible-collections/community.general/pull/12168).'
2006+
- xml - fix false positive type check failure for string values on Python
2007+
2 hosts, where ``json_dict_bytes_to_unicode`` guarantees unicode output
2008+
but ``isinstance(value, str)`` only matches byte strings (https://github.com/ansible-collections/community.general/issues/12107,
2009+
https://github.com/ansible-collections/community.general/pull/12108).
2010+
release_summary: Bugfix release.
2011+
fragments:
2012+
- 11.4.9.yml
2013+
- 12108-fix-xml-python2-string-isinstance.yml
2014+
- 12182-opkg-path-prefix.yml
2015+
- portage-depclean-fail_json-msg.yml
2016+
release_date: '2026-06-14'

changelogs/fragments/11.4.9.yml

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

changelogs/fragments/12108-fix-xml-python2-string-isinstance.yml

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

changelogs/fragments/12182-opkg-path-prefix.yml

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

changelogs/fragments/portage-depclean-fail_json-msg.yml

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

0 commit comments

Comments
 (0)