Skip to content

Commit 301711e

Browse files
committed
Release 7.2.1.
1 parent 7cf834f commit 301711e

8 files changed

+41
-11
lines changed

CHANGELOG.rst

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

77
This changelog describes changes after version 6.0.0.
88

9+
v7.2.1
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- 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).
21+
- 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).
22+
- 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).
23+
- 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).
24+
- rundeck - fix ``TypeError`` on 404 API response (https://github.com/ansible-collections/community.general/pull/6983).
25+
926
v7.2.0
1027
======
1128

changelogs/changelog.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,3 +1271,27 @@ releases:
12711271
name: bitwarden_secrets_manager
12721272
namespace: null
12731273
release_date: '2023-07-17'
1274+
7.2.1:
1275+
changes:
1276+
bugfixes:
1277+
- cmd_runner module utils - when a parameter in ``argument_spec`` has no type,
1278+
meaning it is implicitly a ``str``, ``CmdRunner`` would fail trying to find
1279+
the ``type`` key in that dictionary (https://github.com/ansible-collections/community.general/pull/6968).
1280+
- ejabberd_user - provide meaningful error message when the ``ejabberdctl``
1281+
command is not found (https://github.com/ansible-collections/community.general/pull/7028,
1282+
https://github.com/ansible-collections/community.general/issues/6949).
1283+
- proxmox module utils - fix proxmoxer library version check (https://github.com/ansible-collections/community.general/issues/6974,
1284+
https://github.com/ansible-collections/community.general/issues/6975, https://github.com/ansible-collections/community.general/pull/6980).
1285+
- proxmox_kvm - when ``name`` option is provided without ``vmid`` and VM with
1286+
that name already exists then no new VM will be created (https://github.com/ansible-collections/community.general/issues/6911,
1287+
https://github.com/ansible-collections/community.general/pull/6981).
1288+
- rundeck - fix ``TypeError`` on 404 API response (https://github.com/ansible-collections/community.general/pull/6983).
1289+
release_summary: Bugfix release.
1290+
fragments:
1291+
- 6949-ejabberdctl-error.yml
1292+
- 6968-cmdrunner-implicit-type.yml
1293+
- 6980-proxmox-fix-token-auth.yml
1294+
- 6981-proxmox-fix-vm-creation-when-only-name-provided.yml
1295+
- 6983-rundeck-fix-typerrror-on-404-api-response.yml
1296+
- 7.2.1.yml
1297+
release_date: '2023-07-31'

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/7.2.1.yml

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

0 commit comments

Comments
 (0)