Skip to content

Commit 5fd87a1

Browse files
committed
Release 6.6.4
1 parent e463f94 commit 5fd87a1

12 files changed

+65
-20
lines changed

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 5.0.0.
88

9+
v6.6.4
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Minor Changes
18+
-------------
19+
20+
- redfish_utils - use ``Controllers`` key in redfish data to obtain Storage controllers properties (https://github.com/ansible-collections/community.general/pull/7081).
21+
22+
Bugfixes
23+
--------
24+
25+
- bitwarden lookup plugin - the plugin made assumptions about the structure of a Bitwarden JSON object which may have been broken by an update in the Bitwarden API. Remove assumptions, and allow queries for general fields such as ``notes`` (https://github.com/ansible-collections/community.general/pull/7061).
26+
- cmd_runner module utils - when a parameter in ``argument_spec`` has no type, meaning it is implicitly a ``str``, ``CmdRunner`` would fail trying to find the ``type`` key in that dictionary (https://github.com/ansible-collections/community.general/pull/6968).
27+
- ejabberd_user - module was failing to detect whether user was already created and/or password was changed (https://github.com/ansible-collections/community.general/pull/7033).
28+
- ejabberd_user - provide meaningful error message when the ``ejabberdctl`` command is not found (https://github.com/ansible-collections/community.general/pull/7028, https://github.com/ansible-collections/community.general/issues/6949).
29+
- oci_utils module utils - avoid direct type comparisons (https://github.com/ansible-collections/community.general/pull/7085).
30+
- proxmox module utils - fix proxmoxer library version check (https://github.com/ansible-collections/community.general/issues/6974, https://github.com/ansible-collections/community.general/issues/6975, https://github.com/ansible-collections/community.general/pull/6980).
31+
- proxmox_kvm - when ``name`` option is provided without ``vmid`` and VM with that name already exists then no new VM will be created (https://github.com/ansible-collections/community.general/issues/6911, https://github.com/ansible-collections/community.general/pull/6981).
32+
- proxmox_user_info - avoid direct type comparisons (https://github.com/ansible-collections/community.general/pull/7085).
33+
- rundeck - fix ``TypeError`` on 404 API response (https://github.com/ansible-collections/community.general/pull/6983).
34+
935
v6.6.3
1036
======
1137

changelogs/changelog.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,3 +1491,42 @@ releases:
14911491
- 6923-cobbler-inventory_unicode.yml
14921492
- 6935-machinectl-become.yml
14931493
release_date: '2023-07-16'
1494+
6.6.4:
1495+
changes:
1496+
bugfixes:
1497+
- bitwarden lookup plugin - the plugin made assumptions about the structure
1498+
of a Bitwarden JSON object which may have been broken by an update in the
1499+
Bitwarden API. Remove assumptions, and allow queries for general fields such
1500+
as ``notes`` (https://github.com/ansible-collections/community.general/pull/7061).
1501+
- cmd_runner module utils - when a parameter in ``argument_spec`` has no type,
1502+
meaning it is implicitly a ``str``, ``CmdRunner`` would fail trying to find
1503+
the ``type`` key in that dictionary (https://github.com/ansible-collections/community.general/pull/6968).
1504+
- ejabberd_user - module was failing to detect whether user was already created
1505+
and/or password was changed (https://github.com/ansible-collections/community.general/pull/7033).
1506+
- ejabberd_user - provide meaningful error message when the ``ejabberdctl``
1507+
command is not found (https://github.com/ansible-collections/community.general/pull/7028,
1508+
https://github.com/ansible-collections/community.general/issues/6949).
1509+
- oci_utils module utils - avoid direct type comparisons (https://github.com/ansible-collections/community.general/pull/7085).
1510+
- proxmox module utils - fix proxmoxer library version check (https://github.com/ansible-collections/community.general/issues/6974,
1511+
https://github.com/ansible-collections/community.general/issues/6975, https://github.com/ansible-collections/community.general/pull/6980).
1512+
- proxmox_kvm - when ``name`` option is provided without ``vmid`` and VM with
1513+
that name already exists then no new VM will be created (https://github.com/ansible-collections/community.general/issues/6911,
1514+
https://github.com/ansible-collections/community.general/pull/6981).
1515+
- proxmox_user_info - avoid direct type comparisons (https://github.com/ansible-collections/community.general/pull/7085).
1516+
- rundeck - fix ``TypeError`` on 404 API response (https://github.com/ansible-collections/community.general/pull/6983).
1517+
minor_changes:
1518+
- redfish_utils - use ``Controllers`` key in redfish data to obtain Storage
1519+
controllers properties (https://github.com/ansible-collections/community.general/pull/7081).
1520+
release_summary: Regular bugfix release.
1521+
fragments:
1522+
- 6.6.4.yml
1523+
- 6949-ejabberdctl-error.yml
1524+
- 6968-cmdrunner-implicit-type.yml
1525+
- 6980-proxmox-fix-token-auth.yml
1526+
- 6981-proxmox-fix-vm-creation-when-only-name-provided.yml
1527+
- 6983-rundeck-fix-typerrror-on-404-api-response.yml
1528+
- 7033-ejabberd-user-bugs.yml
1529+
- 7061-fix-bitwarden-get_field.yml
1530+
- 7081-redfish-utils-fix-for-storagecontrollers-deprecated-key.yaml
1531+
- 7085-sanity.yml
1532+
release_date: '2023-08-13'

changelogs/fragments/6.6.4.yml

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

changelogs/fragments/6949-ejabberdctl-error.yml

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

changelogs/fragments/6968-cmdrunner-implicit-type.yml

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

changelogs/fragments/6980-proxmox-fix-token-auth.yml

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

changelogs/fragments/6981-proxmox-fix-vm-creation-when-only-name-provided.yml

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

changelogs/fragments/6983-rundeck-fix-typerrror-on-404-api-response.yml

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

changelogs/fragments/7033-ejabberd-user-bugs.yml

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

changelogs/fragments/7061-fix-bitwarden-get_field.yml

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

0 commit comments

Comments
 (0)