Skip to content

Commit 53ebbe4

Browse files
committed
Release 9.5.5.
1 parent 2674e24 commit 53ebbe4

13 files changed

+148
-69
lines changed

CHANGELOG.md

Lines changed: 71 additions & 42 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

77
This changelog describes changes after version 8.0.0.
88

9+
v9.5.5
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- apache2_mod_proxy - make compatible with Python 3 (https://github.com/ansible-collections/community.general/pull/9762).
21+
- apache2_mod_proxy - passing the cluster's page as referer for the member's pages. This makes the module actually work again for halfway modern Apache versions. According to some comments founds on the net the referer was required since at least 2019 for some versions of Apache 2 (https://github.com/ansible-collections/community.general/pull/9762).
22+
- cloudflare_dns - fix crash when deleting a DNS record or when updating a record with ``solo=true`` (https://github.com/ansible-collections/community.general/issues/9652, https://github.com/ansible-collections/community.general/pull/9649).
23+
- elasticsearch_plugin - fix ``ERROR: D is not a recognized option`` issue when configuring proxy settings (https://github.com/ansible-collections/community.general/pull/9774, https://github.com/ansible-collections/community.general/issues/9773).
24+
- keycloak_client - fix and improve existing tests. The module showed a diff without actual changes, solved by improving the ``normalise_cr()`` function (https://github.com/ansible-collections/community.general/pull/9644).
25+
- keycloak_client - in check mode, detect whether the lists in before client (for example redirect URI list) contain items that the lists in the desired client do not contain (https://github.com/ansible-collections/community.general/pull/9739).
26+
- passwordstore lookup plugin - fix subkey creation even when ``create=false`` (https://github.com/ansible-collections/community.general/issues/9105, https://github.com/ansible-collections/community.general/pull/9106).
27+
- proxmox inventory plugin - plugin did not update cache correctly after ``meta: refresh_inventory`` (https://github.com/ansible-collections/community.general/issues/9710, https://github.com/ansible-collections/community.general/pull/9760).
28+
- redhat_subscription - use the "enable_content" option (when available) when
29+
registering using D-Bus, to ensure that subscription-manager enables the
30+
content on registration; this is particular important on EL 10+ and Fedora
31+
41+
32+
(https://github.com/ansible-collections/community.general/pull/9778).
33+
- xml - ensure file descriptor is closed (https://github.com/ansible-collections/community.general/pull/9695).
34+
935
v9.5.4
1036
======
1137

changelogs/changelog.yaml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,3 +1563,54 @@ releases:
15631563
- 9578-redhat_subscription-no-remove-on-unregister.yml
15641564
- 9621-keycloak_client-sanitize-saml-encryption-key.yml
15651565
release_date: '2025-01-27'
1566+
9.5.5:
1567+
changes:
1568+
bugfixes:
1569+
- apache2_mod_proxy - make compatible with Python 3 (https://github.com/ansible-collections/community.general/pull/9762).
1570+
- apache2_mod_proxy - passing the cluster's page as referer for the member's
1571+
pages. This makes the module actually work again for halfway modern Apache
1572+
versions. According to some comments founds on the net the referer was required
1573+
since at least 2019 for some versions of Apache 2 (https://github.com/ansible-collections/community.general/pull/9762).
1574+
- cloudflare_dns - fix crash when deleting a DNS record or when updating a
1575+
record with ``solo=true`` (https://github.com/ansible-collections/community.general/issues/9652,
1576+
https://github.com/ansible-collections/community.general/pull/9649).
1577+
- 'elasticsearch_plugin - fix ``ERROR: D is not a recognized option`` issue
1578+
when configuring proxy settings (https://github.com/ansible-collections/community.general/pull/9774,
1579+
https://github.com/ansible-collections/community.general/issues/9773).'
1580+
- keycloak_client - fix and improve existing tests. The module showed a diff
1581+
without actual changes, solved by improving the ``normalise_cr()`` function
1582+
(https://github.com/ansible-collections/community.general/pull/9644).
1583+
- keycloak_client - in check mode, detect whether the lists in before client
1584+
(for example redirect URI list) contain items that the lists in the desired
1585+
client do not contain (https://github.com/ansible-collections/community.general/pull/9739).
1586+
- passwordstore lookup plugin - fix subkey creation even when ``create=false``
1587+
(https://github.com/ansible-collections/community.general/issues/9105, https://github.com/ansible-collections/community.general/pull/9106).
1588+
- 'proxmox inventory plugin - plugin did not update cache correctly after
1589+
``meta: refresh_inventory`` (https://github.com/ansible-collections/community.general/issues/9710,
1590+
https://github.com/ansible-collections/community.general/pull/9760).'
1591+
- 'redhat_subscription - use the "enable_content" option (when available)
1592+
when
1593+
1594+
registering using D-Bus, to ensure that subscription-manager enables the
1595+
1596+
content on registration; this is particular important on EL 10+ and Fedora
1597+
1598+
41+
1599+
1600+
(https://github.com/ansible-collections/community.general/pull/9778).
1601+
1602+
'
1603+
- xml - ensure file descriptor is closed (https://github.com/ansible-collections/community.general/pull/9695).
1604+
release_summary: Regular bugfix release.
1605+
fragments:
1606+
- 9.5.5.yml
1607+
- 9106-passwordstore-fix-subkey-creation-even-when-create-==-false.yml
1608+
- 9644-kc_client-test-improvement-and-fix.yaml
1609+
- 9649-cloudflare_dns-fix-crash-when-deleting-record.yml
1610+
- 9695-xml-close-file.yml
1611+
- 9739-keycloak_client-compare-before-desired-directly.yml
1612+
- 9760-proxmox-inventory.yml
1613+
- 9762-apache2_mod_proxy.yml
1614+
- 9774-fix-elasticsearch_plugin-proxy-settings.yml
1615+
- 9778-redhat_subscription-ensure-to-enable-content.yml
1616+
release_date: '2025-02-24'

changelogs/fragments/9.5.5.yml

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

changelogs/fragments/9106-passwordstore-fix-subkey-creation-even-when-create-==-false.yml

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

changelogs/fragments/9644-kc_client-test-improvement-and-fix.yaml

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

changelogs/fragments/9649-cloudflare_dns-fix-crash-when-deleting-record.yml

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

changelogs/fragments/9695-xml-close-file.yml

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

changelogs/fragments/9739-keycloak_client-compare-before-desired-directly.yml

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

changelogs/fragments/9760-proxmox-inventory.yml

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

0 commit comments

Comments
 (0)