Release 2.5.4.

This commit is contained in:
Felix Fontein 2021-06-29 05:57:50 +02:00
commit 16eb0b8749
11 changed files with 50 additions and 26 deletions

View file

@ -1 +0,0 @@
release_summary: Regular bugfix release.

View file

@ -1,3 +0,0 @@
bugfixes:
- scaleway plugin inventory - fix ``JSON object must be str, not 'bytes'`` with Python 3.5
(https://github.com/ansible-collections/community.general/issues/2769).

View file

@ -1,4 +0,0 @@
---
bugfixes:
- "ipa_sudorule - call ``sudorule_add_allow_command`` method instead of ``sudorule_add_allow_command_group``
(https://github.com/ansible-collections/community.general/issues/2442)."

View file

@ -1,2 +0,0 @@
bugfixes:
- nmcli - fixes team-slave configuration by adding connection.slave-type (https://github.com/ansible-collections/community.general/issues/766).

View file

@ -1,4 +0,0 @@
bugfixes:
- "npm - when the ``version`` option is used the comparison of installed vs missing will
use name@version instead of just name, allowing version specific updates
(https://github.com/ansible-collections/community.general/issues/2021)."

View file

@ -1,4 +0,0 @@
bugfixes:
- "proxmox_kvm - fix parsing of Proxmox VM information with device info not containing
a comma, like disks backed by ZFS zvols
(https://github.com/ansible-collections/community.general/issues/2840)."

View file

@ -1,3 +0,0 @@
---
bugfixes:
- modprobe - added additional checks to ensure module load/unload is effective (https://github.com/ansible-collections/community.general/issues/1608).

View file

@ -1,3 +0,0 @@
---
bugfixes:
- gitlab_project - user projects are created using namespace ID now, instead of user ID (https://github.com/ansible-collections/community.general/pull/2881).

View file

@ -1,2 +0,0 @@
bugfixes:
- _mount module utils - fixed the sanity checks (https://github.com/ansible-collections/community.general/pull/2883).