Skip to content

Commit a7dbefc

Browse files
committed
Release 5.3.0.
1 parent 9d5490e commit a7dbefc

12 files changed

Lines changed: 59 additions & 20 deletions

CHANGELOG.rst

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

77
This changelog describes changes after version 4.0.0.
88

9+
v5.3.0
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix and feature release.
16+
17+
Minor Changes
18+
-------------
19+
20+
- machinectl become plugin - can now be used with a password from another user than root, if a polkit rule is present (https://github.com/ansible-collections/community.general/pull/4849).
21+
- opentelemetry callback plugin - allow configuring opentelementry callback via config file (https://github.com/ansible-collections/community.general/pull/4916).
22+
- redfish_info - add ``GetManagerInventory`` to report list of Manager inventory information (https://github.com/ansible-collections/community.general/issues/4899).
23+
24+
Bugfixes
25+
--------
26+
27+
- cmd_runner module utils - fix bug caused by using the ``command`` variable instead of ``self.command`` when looking for binary path (https://github.com/ansible-collections/community.general/pull/4903).
28+
- dsv lookup plugin - do not ignore the ``tld`` parameter (https://github.com/ansible-collections/community.general/pull/4911).
29+
- lxd connection plugin - fix incorrect ``inventory_hostname`` in ``remote_addr``. This is needed for compatibility with ansible-core 2.13 (https://github.com/ansible-collections/community.general/issues/4886).
30+
- proxmox inventory plugin - fix crash when ``enabled=1`` is used in agent config string (https://github.com/ansible-collections/community.general/pull/4910).
31+
- rax_clb_nodes - fix code to be compatible with Python 3 (https://github.com/ansible-collections/community.general/pull/4933).
32+
- redfish_info - fix to ``GetChassisPower`` to correctly report power information when multiple chassis exist, but not all chassis report power information (https://github.com/ansible-collections/community.general/issues/4901).
33+
934
v5.2.0
1035
======
1136

changelogs/changelog.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,3 +913,37 @@ releases:
913913
name: scaleway_compute_private_network
914914
namespace: cloud.scaleway
915915
release_date: '2022-06-21'
916+
5.3.0:
917+
changes:
918+
bugfixes:
919+
- cmd_runner module utils - fix bug caused by using the ``command`` variable
920+
instead of ``self.command`` when looking for binary path (https://github.com/ansible-collections/community.general/pull/4903).
921+
- dsv lookup plugin - do not ignore the ``tld`` parameter (https://github.com/ansible-collections/community.general/pull/4911).
922+
- lxd connection plugin - fix incorrect ``inventory_hostname`` in ``remote_addr``.
923+
This is needed for compatibility with ansible-core 2.13 (https://github.com/ansible-collections/community.general/issues/4886).
924+
- proxmox inventory plugin - fix crash when ``enabled=1`` is used in agent config
925+
string (https://github.com/ansible-collections/community.general/pull/4910).
926+
- rax_clb_nodes - fix code to be compatible with Python 3 (https://github.com/ansible-collections/community.general/pull/4933).
927+
- redfish_info - fix to ``GetChassisPower`` to correctly report power information
928+
when multiple chassis exist, but not all chassis report power information
929+
(https://github.com/ansible-collections/community.general/issues/4901).
930+
minor_changes:
931+
- machinectl become plugin - can now be used with a password from another user
932+
than root, if a polkit rule is present (https://github.com/ansible-collections/community.general/pull/4849).
933+
- opentelemetry callback plugin - allow configuring opentelementry callback
934+
via config file (https://github.com/ansible-collections/community.general/pull/4916).
935+
- redfish_info - add ``GetManagerInventory`` to report list of Manager inventory
936+
information (https://github.com/ansible-collections/community.general/issues/4899).
937+
release_summary: Regular bugfix and feature release.
938+
fragments:
939+
- 4849-add-password-prompt-support-for-machinectl.yml
940+
- 4886-fix-lxd-inventory-hostname.yml
941+
- 4899-add-GetManagerInventory-for-redfish_info.yml
942+
- 4901-fix-redfish-chassispower.yml
943+
- 4903-cmdrunner-bugfix.yaml
944+
- 4910-fix-for-agent-enabled.yml
945+
- 4911-dsv-honor-tld-option.yml
946+
- 4916-opentelemetry-ini-options.yaml
947+
- 4933-fix-rax-clb-nodes.yaml
948+
- 5.3.0.yml
949+
release_date: '2022-07-12'

changelogs/fragments/4849-add-password-prompt-support-for-machinectl.yml

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

changelogs/fragments/4886-fix-lxd-inventory-hostname.yml

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

changelogs/fragments/4899-add-GetManagerInventory-for-redfish_info.yml

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

changelogs/fragments/4901-fix-redfish-chassispower.yml

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

changelogs/fragments/4903-cmdrunner-bugfix.yaml

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

changelogs/fragments/4910-fix-for-agent-enabled.yml

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

changelogs/fragments/4911-dsv-honor-tld-option.yml

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

changelogs/fragments/4916-opentelemetry-ini-options.yaml

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

0 commit comments

Comments
 (0)