From 16eb0b8749231bdd72a734d91c085b8a02c73770 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 29 Jun 2021 05:57:50 +0200 Subject: [PATCH] Release 2.5.4. --- CHANGELOG.rst | 20 +++++++++++++ changelogs/changelog.yaml | 30 +++++++++++++++++++ changelogs/fragments/2.5.4.yml | 1 - ...leway_inventory_json_accept_byte_array.yml | 3 -- changelogs/fragments/2821-ipa_sudorule.yml | 4 --- .../fragments/2827-nmcli_fix_team_slave.yml | 2 -- .../fragments/2830-npm-version-update.yml | 4 --- .../fragments/2841-proxmox_kvm_zfs_devstr.yml | 4 --- .../2843-modprobe-failure-conditions.yml | 3 -- ...881-gitlab_project-fix_workspace_user.yaml | 3 -- .../2883-_mount-fixed-sanity-checks.yml | 2 -- 11 files changed, 50 insertions(+), 26 deletions(-) delete mode 100644 changelogs/fragments/2.5.4.yml delete mode 100644 changelogs/fragments/2771-scaleway_inventory_json_accept_byte_array.yml delete mode 100644 changelogs/fragments/2821-ipa_sudorule.yml delete mode 100644 changelogs/fragments/2827-nmcli_fix_team_slave.yml delete mode 100644 changelogs/fragments/2830-npm-version-update.yml delete mode 100644 changelogs/fragments/2841-proxmox_kvm_zfs_devstr.yml delete mode 100644 changelogs/fragments/2843-modprobe-failure-conditions.yml delete mode 100644 changelogs/fragments/2881-gitlab_project-fix_workspace_user.yaml delete mode 100644 changelogs/fragments/2883-_mount-fixed-sanity-checks.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e3682a0f66..c0abcd18cb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,26 @@ Community General Release Notes This changelog describes changes after version 1.0.0. +v2.5.4 +====== + +Release Summary +--------------- + +Regular bugfix release. + +Bugfixes +-------- + +- _mount module utils - fixed the sanity checks (https://github.com/ansible-collections/community.general/pull/2883). +- gitlab_project - user projects are created using namespace ID now, instead of user ID (https://github.com/ansible-collections/community.general/pull/2881). +- ipa_sudorule - call ``sudorule_add_allow_command`` method instead of ``sudorule_add_allow_command_group`` (https://github.com/ansible-collections/community.general/issues/2442). +- modprobe - added additional checks to ensure module load/unload is effective (https://github.com/ansible-collections/community.general/issues/1608). +- nmcli - fixes team-slave configuration by adding connection.slave-type (https://github.com/ansible-collections/community.general/issues/766). +- 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). +- 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). +- scaleway plugin inventory - fix ``JSON object must be str, not 'bytes'`` with Python 3.5 (https://github.com/ansible-collections/community.general/issues/2769). + v2.5.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c802a63305..e5bf7e261e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1955,3 +1955,33 @@ releases: - 2731-mh-cmd-locale.yml - json_query_more_types.yml release_date: '2021-06-08' + 2.5.4: + changes: + bugfixes: + - _mount module utils - fixed the sanity checks (https://github.com/ansible-collections/community.general/pull/2883). + - gitlab_project - user projects are created using namespace ID now, instead + of user ID (https://github.com/ansible-collections/community.general/pull/2881). + - ipa_sudorule - call ``sudorule_add_allow_command`` method instead of ``sudorule_add_allow_command_group`` + (https://github.com/ansible-collections/community.general/issues/2442). + - modprobe - added additional checks to ensure module load/unload is effective + (https://github.com/ansible-collections/community.general/issues/1608). + - nmcli - fixes team-slave configuration by adding connection.slave-type (https://github.com/ansible-collections/community.general/issues/766). + - 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). + - 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). + - scaleway plugin inventory - fix ``JSON object must be str, not 'bytes'`` with + Python 3.5 (https://github.com/ansible-collections/community.general/issues/2769). + release_summary: Regular bugfix release. + fragments: + - 2.5.4.yml + - 2771-scaleway_inventory_json_accept_byte_array.yml + - 2821-ipa_sudorule.yml + - 2827-nmcli_fix_team_slave.yml + - 2830-npm-version-update.yml + - 2841-proxmox_kvm_zfs_devstr.yml + - 2843-modprobe-failure-conditions.yml + - 2881-gitlab_project-fix_workspace_user.yaml + - 2883-_mount-fixed-sanity-checks.yml + release_date: '2021-06-29' diff --git a/changelogs/fragments/2.5.4.yml b/changelogs/fragments/2.5.4.yml deleted file mode 100644 index 1b14bd80d1..0000000000 --- a/changelogs/fragments/2.5.4.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. diff --git a/changelogs/fragments/2771-scaleway_inventory_json_accept_byte_array.yml b/changelogs/fragments/2771-scaleway_inventory_json_accept_byte_array.yml deleted file mode 100644 index 8a6bfd1603..0000000000 --- a/changelogs/fragments/2771-scaleway_inventory_json_accept_byte_array.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/2821-ipa_sudorule.yml b/changelogs/fragments/2821-ipa_sudorule.yml deleted file mode 100644 index 5e1197da95..0000000000 --- a/changelogs/fragments/2821-ipa_sudorule.yml +++ /dev/null @@ -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)." diff --git a/changelogs/fragments/2827-nmcli_fix_team_slave.yml b/changelogs/fragments/2827-nmcli_fix_team_slave.yml deleted file mode 100644 index 02f001c4f5..0000000000 --- a/changelogs/fragments/2827-nmcli_fix_team_slave.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - nmcli - fixes team-slave configuration by adding connection.slave-type (https://github.com/ansible-collections/community.general/issues/766). diff --git a/changelogs/fragments/2830-npm-version-update.yml b/changelogs/fragments/2830-npm-version-update.yml deleted file mode 100644 index ab05258e2c..0000000000 --- a/changelogs/fragments/2830-npm-version-update.yml +++ /dev/null @@ -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)." diff --git a/changelogs/fragments/2841-proxmox_kvm_zfs_devstr.yml b/changelogs/fragments/2841-proxmox_kvm_zfs_devstr.yml deleted file mode 100644 index 7b61f175c6..0000000000 --- a/changelogs/fragments/2841-proxmox_kvm_zfs_devstr.yml +++ /dev/null @@ -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)." diff --git a/changelogs/fragments/2843-modprobe-failure-conditions.yml b/changelogs/fragments/2843-modprobe-failure-conditions.yml deleted file mode 100644 index 78ee5ce1e9..0000000000 --- a/changelogs/fragments/2843-modprobe-failure-conditions.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/2881-gitlab_project-fix_workspace_user.yaml b/changelogs/fragments/2881-gitlab_project-fix_workspace_user.yaml deleted file mode 100644 index 0de8368b7f..0000000000 --- a/changelogs/fragments/2881-gitlab_project-fix_workspace_user.yaml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/2883-_mount-fixed-sanity-checks.yml b/changelogs/fragments/2883-_mount-fixed-sanity-checks.yml deleted file mode 100644 index 35496e1233..0000000000 --- a/changelogs/fragments/2883-_mount-fixed-sanity-checks.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - _mount module utils - fixed the sanity checks (https://github.com/ansible-collections/community.general/pull/2883).