Skip to content

Commit 2b22a3c

Browse files
committed
Release 11.4.6.
1 parent 4f418ce commit 2b22a3c

File tree

7 files changed

+100
-59
lines changed

7 files changed

+100
-59
lines changed

CHANGELOG.md

Lines changed: 67 additions & 49 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.6
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- counter_enabled callback plugin - fix plugin not observing ``display_ok_hosts`` option (https://github.com/ansible-collections/community.general/issues/3978, https://github.com/ansible-collections/community.general/pull/11656).
21+
- keycloak_authentication - fix ``TypeError`` crash when a flow is defined without ``authenticationExecutions`` (https://github.com/ansible-collections/community.general/issues/11547, https://github.com/ansible-collections/community.general/pull/11548).
22+
- xfconf - representation of boolean properties was not consistent between Python and ``xfconf-query``, leading to broken idempotency (https://github.com/ansible-collections/community.general/pull/11645).
23+
924
v11.4.5
1025
=======
1126

changelogs/changelog.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,3 +1929,21 @@ releases:
19291929
- 11.4.5.yml
19301930
- 11492-python_requires_info.yml
19311931
release_date: '2026-02-23'
1932+
11.4.6:
1933+
changes:
1934+
bugfixes:
1935+
- counter_enabled callback plugin - fix plugin not observing ``display_ok_hosts``
1936+
option (https://github.com/ansible-collections/community.general/issues/3978,
1937+
https://github.com/ansible-collections/community.general/pull/11656).
1938+
- keycloak_authentication - fix ``TypeError`` crash when a flow is defined
1939+
without ``authenticationExecutions`` (https://github.com/ansible-collections/community.general/issues/11547,
1940+
https://github.com/ansible-collections/community.general/pull/11548).
1941+
- xfconf - representation of boolean properties was not consistent between
1942+
Python and ``xfconf-query``, leading to broken idempotency (https://github.com/ansible-collections/community.general/pull/11645).
1943+
release_summary: Regular bugfix release.
1944+
fragments:
1945+
- 11.4.6.yml
1946+
- 11645-xfconf-bool.yml
1947+
- 11656-counter_enabled-display_ok_hosts.yml
1948+
- keycloak-authentication-none-executions.yml
1949+
release_date: '2026-03-23'

changelogs/fragments/11.4.6.yml

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

changelogs/fragments/11645-xfconf-bool.yml

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

changelogs/fragments/11656-counter_enabled-display_ok_hosts.yml

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

changelogs/fragments/keycloak-authentication-none-executions.yml

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

0 commit comments

Comments
 (0)