Skip to content

Commit 124246b

Browse files
committed
Release 9.5.3.
1 parent cb4b8bc commit 124246b

11 files changed

+141
-66
lines changed

CHANGELOG.md

+81-48
Large diffs are not rendered by default.

CHANGELOG.rst

+28
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,34 @@ Community General Release Notes
66

77
This changelog describes changes after version 8.0.0.
88

9+
v9.5.3
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Minor Changes
18+
-------------
19+
20+
- proxmox module utils - add method ``api_task_complete`` that can wait for task completion and return error message (https://github.com/ansible-collections/community.general/pull/9256).
21+
22+
Security Fixes
23+
--------------
24+
25+
- keycloak_authentication - API calls did not properly set the ``priority`` during update resulting in incorrectly sorted authentication flows. This apparently only affects Keycloak 25 or newer (https://github.com/ansible-collections/community.general/pull/9263).
26+
27+
Bugfixes
28+
--------
29+
30+
- dig lookup plugin - correctly handle ``NoNameserver`` exception (https://github.com/ansible-collections/community.general/pull/9363, https://github.com/ansible-collections/community.general/issues/9362).
31+
- htpasswd - report changes when file permissions are adjusted (https://github.com/ansible-collections/community.general/issues/9485, https://github.com/ansible-collections/community.general/pull/9490).
32+
- proxmox_disk - fix async method and make ``resize_disk`` method handle errors correctly (https://github.com/ansible-collections/community.general/pull/9256).
33+
- proxmox_template - fix the wrong path called on ``proxmox_template.task_status`` (https://github.com/ansible-collections/community.general/issues/9276, https://github.com/ansible-collections/community.general/pull/9277).
34+
- qubes connection plugin - fix the printing of debug information (https://github.com/ansible-collections/community.general/pull/9334).
35+
- redfish_utils module utils - Fix ``VerifyBiosAttributes`` command on multi system resource nodes (https://github.com/ansible-collections/community.general/pull/9234).
36+
937
v9.5.2
1038
======
1139

changelogs/changelog.yaml

+32
Original file line numberDiff line numberDiff line change
@@ -1509,3 +1509,35 @@ releases:
15091509
- 9198-fail-if-slack-api-response-is-not-ok-with-error-message.yml
15101510
- 9202-keycloak_clientscope_type-sort-lists.yml
15111511
release_date: '2024-12-02'
1512+
9.5.3:
1513+
changes:
1514+
bugfixes:
1515+
- dig lookup plugin - correctly handle ``NoNameserver`` exception (https://github.com/ansible-collections/community.general/pull/9363,
1516+
https://github.com/ansible-collections/community.general/issues/9362).
1517+
- htpasswd - report changes when file permissions are adjusted (https://github.com/ansible-collections/community.general/issues/9485,
1518+
https://github.com/ansible-collections/community.general/pull/9490).
1519+
- proxmox_disk - fix async method and make ``resize_disk`` method handle errors
1520+
correctly (https://github.com/ansible-collections/community.general/pull/9256).
1521+
- proxmox_template - fix the wrong path called on ``proxmox_template.task_status``
1522+
(https://github.com/ansible-collections/community.general/issues/9276, https://github.com/ansible-collections/community.general/pull/9277).
1523+
- qubes connection plugin - fix the printing of debug information (https://github.com/ansible-collections/community.general/pull/9334).
1524+
- redfish_utils module utils - Fix ``VerifyBiosAttributes`` command on multi
1525+
system resource nodes (https://github.com/ansible-collections/community.general/pull/9234).
1526+
minor_changes:
1527+
- proxmox module utils - add method ``api_task_complete`` that can wait for
1528+
task completion and return error message (https://github.com/ansible-collections/community.general/pull/9256).
1529+
release_summary: Regular bugfix release.
1530+
security_fixes:
1531+
- keycloak_authentication - API calls did not properly set the ``priority``
1532+
during update resulting in incorrectly sorted authentication flows. This
1533+
apparently only affects Keycloak 25 or newer (https://github.com/ansible-collections/community.general/pull/9263).
1534+
fragments:
1535+
- 9.5.3.yml
1536+
- 9234-fix-verify-bios-attributes-multi-system.yml
1537+
- 9256-proxmox_disk-fix-async-method-of-resize_disk.yml
1538+
- 9263-kc_authentication-api-priority.yaml
1539+
- 9277-proxmox_template-fix-the-wrong-path-called-on-proxmox_template.task_status.yaml
1540+
- 9334-qubes-conn.yml
1541+
- 9363-dig-nonameservers.yml
1542+
- 9490-htpasswd-permissions.yml
1543+
release_date: '2024-12-31'

changelogs/fragments/9.5.3.yml

-1
This file was deleted.

changelogs/fragments/9234-fix-verify-bios-attributes-multi-system.yml

-2
This file was deleted.

changelogs/fragments/9256-proxmox_disk-fix-async-method-of-resize_disk.yml

-4
This file was deleted.

changelogs/fragments/9263-kc_authentication-api-priority.yaml

-2
This file was deleted.

changelogs/fragments/9277-proxmox_template-fix-the-wrong-path-called-on-proxmox_template.task_status.yaml

-2
This file was deleted.

changelogs/fragments/9334-qubes-conn.yml

-2
This file was deleted.

changelogs/fragments/9363-dig-nonameservers.yml

-2
This file was deleted.

changelogs/fragments/9490-htpasswd-permissions.yml

-3
This file was deleted.

0 commit comments

Comments
 (0)