diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a4cf61147..7a8ffcc7a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,30 @@ Community General Release Notes This changelog describes changes after version 2.0.0. +v3.8.1 +====== + +Release Summary +--------------- + +Regular bugfix release. + +Bugfixes +-------- + +- gitlab_deploy_key - fix the SSH Deploy Key being deleted accidentally while running task in check mode (https://github.com/ansible-collections/community.general/issues/3621, https://github.com/ansible-collections/community.general/pull/3622). +- gitlab_project_members - ``get_project_id`` return the project id by matching ``full_path`` or ``name`` (https://github.com/ansible-collections/community.general/pull/3602). +- ipa_* modules - fix environment fallback for ``ipa_host`` option (https://github.com/ansible-collections/community.general/issues/3560). +- nmcli - fixed ``dns6`` option handling so that it is treated as a list internally (https://github.com/ansible-collections/community.general/pull/3563). +- nmcli - fixed ``ipv4.route-metric`` being in properties of type list (https://github.com/ansible-collections/community.general/pull/3563). +- one_image - fix error message when renaming an image (https://github.com/ansible-collections/community.general/pull/3626). +- pipx - ``state=inject`` was failing to parse the list of injected packages (https://github.com/ansible-collections/community.general/pull/3611). +- pipx - set environment variable ``USE_EMOJI=0`` to prevent errors in platforms that do not support ``UTF-8`` (https://github.com/ansible-collections/community.general/pull/3611). +- pkgin - Fix exception encountered when all packages are already installed (https://github.com/ansible-collections/community.general/pull/3583). +- proxmox_group_info - fix module crash if a ``group`` parameter is used (https://github.com/ansible-collections/community.general/pull/3649). +- redfish_utils module utils - do not attempt to change the boot source override mode if not specified by the user (https://github.com/ansible-collections/community.general/issues/3509/). +- redfish_utils module utils - if a manager network property is not specified in the service, attempt to change the requested settings (https://github.com/ansible-collections/community.general/issues/3404/). + v3.8.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0e8e80bf82..0f18d38e66 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1940,3 +1940,41 @@ releases: name: opennebula namespace: null release_date: '2021-10-12' + 3.8.1: + changes: + bugfixes: + - gitlab_deploy_key - fix the SSH Deploy Key being deleted accidentally while + running task in check mode (https://github.com/ansible-collections/community.general/issues/3621, + https://github.com/ansible-collections/community.general/pull/3622). + - gitlab_project_members - ``get_project_id`` return the project id by matching + ``full_path`` or ``name`` (https://github.com/ansible-collections/community.general/pull/3602). + - ipa_* modules - fix environment fallback for ``ipa_host`` option (https://github.com/ansible-collections/community.general/issues/3560). + - nmcli - fixed ``dns6`` option handling so that it is treated as a list internally + (https://github.com/ansible-collections/community.general/pull/3563). + - nmcli - fixed ``ipv4.route-metric`` being in properties of type list (https://github.com/ansible-collections/community.general/pull/3563). + - one_image - fix error message when renaming an image (https://github.com/ansible-collections/community.general/pull/3626). + - pipx - ``state=inject`` was failing to parse the list of injected packages + (https://github.com/ansible-collections/community.general/pull/3611). + - pipx - set environment variable ``USE_EMOJI=0`` to prevent errors in platforms + that do not support ``UTF-8`` (https://github.com/ansible-collections/community.general/pull/3611). + - pkgin - Fix exception encountered when all packages are already installed + (https://github.com/ansible-collections/community.general/pull/3583). + - proxmox_group_info - fix module crash if a ``group`` parameter is used (https://github.com/ansible-collections/community.general/pull/3649). + - redfish_utils module utils - do not attempt to change the boot source override + mode if not specified by the user (https://github.com/ansible-collections/community.general/issues/3509/). + - redfish_utils module utils - if a manager network property is not specified + in the service, attempt to change the requested settings (https://github.com/ansible-collections/community.general/issues/3404/). + release_summary: Regular bugfix release. + fragments: + - 3.8.1.yml + - 3404-redfish_utils-skip-manager-network-check.yml + - 3509-redfish_utils-SetOneTimeBoot-mode-fix.yml + - 3561-fix-ipa-host-var-detection.yml + - 3563-nmcli-ipv6_dns.yaml + - 3583-fix-pkgin-exception.yml + - 3602-fix-gitlab_project_members-improve-search-method.yml + - 3611-pipx-fix-inject.yml + - 3622-fix-gitlab-deploy-key-check-mode.yml + - 3626-fix-one_image-error.yml + - 3649-proxmox_group_info_TypeError.yml + release_date: '2021-11-02' diff --git a/changelogs/fragments/3.8.1.yml b/changelogs/fragments/3.8.1.yml deleted file mode 100644 index 1b14bd80d1..0000000000 --- a/changelogs/fragments/3.8.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. diff --git a/changelogs/fragments/3404-redfish_utils-skip-manager-network-check.yml b/changelogs/fragments/3404-redfish_utils-skip-manager-network-check.yml deleted file mode 100644 index 9b17761ff2..0000000000 --- a/changelogs/fragments/3404-redfish_utils-skip-manager-network-check.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - redfish_utils module utils - if a manager network property is not specified in the service, attempt to change the requested settings (https://github.com/ansible-collections/community.general/issues/3404/). diff --git a/changelogs/fragments/3509-redfish_utils-SetOneTimeBoot-mode-fix.yml b/changelogs/fragments/3509-redfish_utils-SetOneTimeBoot-mode-fix.yml deleted file mode 100644 index 3c1ce33513..0000000000 --- a/changelogs/fragments/3509-redfish_utils-SetOneTimeBoot-mode-fix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - redfish_utils module utils - do not attempt to change the boot source override mode if not specified by the user (https://github.com/ansible-collections/community.general/issues/3509/). diff --git a/changelogs/fragments/3561-fix-ipa-host-var-detection.yml b/changelogs/fragments/3561-fix-ipa-host-var-detection.yml deleted file mode 100644 index 4b5f23f174..0000000000 --- a/changelogs/fragments/3561-fix-ipa-host-var-detection.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - ipa_* modules - fix environment fallback for ``ipa_host`` option (https://github.com/ansible-collections/community.general/issues/3560). diff --git a/changelogs/fragments/3563-nmcli-ipv6_dns.yaml b/changelogs/fragments/3563-nmcli-ipv6_dns.yaml deleted file mode 100644 index 43f9ac76c5..0000000000 --- a/changelogs/fragments/3563-nmcli-ipv6_dns.yaml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - nmcli - fixed ``dns6`` option handling so that it is treated as a list internally (https://github.com/ansible-collections/community.general/pull/3563). - - nmcli - fixed ``ipv4.route-metric`` being in properties of type list (https://github.com/ansible-collections/community.general/pull/3563). diff --git a/changelogs/fragments/3583-fix-pkgin-exception.yml b/changelogs/fragments/3583-fix-pkgin-exception.yml deleted file mode 100644 index cc61b1187d..0000000000 --- a/changelogs/fragments/3583-fix-pkgin-exception.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - pkgin - Fix exception encountered when all packages are already installed (https://github.com/ansible-collections/community.general/pull/3583). diff --git a/changelogs/fragments/3602-fix-gitlab_project_members-improve-search-method.yml b/changelogs/fragments/3602-fix-gitlab_project_members-improve-search-method.yml deleted file mode 100644 index 4d22049473..0000000000 --- a/changelogs/fragments/3602-fix-gitlab_project_members-improve-search-method.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - gitlab_project_members - ``get_project_id`` return the project id by matching ``full_path`` or ``name`` (https://github.com/ansible-collections/community.general/pull/3602). diff --git a/changelogs/fragments/3611-pipx-fix-inject.yml b/changelogs/fragments/3611-pipx-fix-inject.yml deleted file mode 100644 index 19433b2cb8..0000000000 --- a/changelogs/fragments/3611-pipx-fix-inject.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - pipx - ``state=inject`` was failing to parse the list of injected packages (https://github.com/ansible-collections/community.general/pull/3611). - - pipx - set environment variable ``USE_EMOJI=0`` to prevent errors in platforms that do not support ``UTF-8`` (https://github.com/ansible-collections/community.general/pull/3611). diff --git a/changelogs/fragments/3622-fix-gitlab-deploy-key-check-mode.yml b/changelogs/fragments/3622-fix-gitlab-deploy-key-check-mode.yml deleted file mode 100644 index 407ab8d77c..0000000000 --- a/changelogs/fragments/3622-fix-gitlab-deploy-key-check-mode.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - gitlab_deploy_key - fix the SSH Deploy Key being deleted accidentally while running task in check mode (https://github.com/ansible-collections/community.general/issues/3621, https://github.com/ansible-collections/community.general/pull/3622). diff --git a/changelogs/fragments/3626-fix-one_image-error.yml b/changelogs/fragments/3626-fix-one_image-error.yml deleted file mode 100644 index e1dafab017..0000000000 --- a/changelogs/fragments/3626-fix-one_image-error.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - one_image - fix error message when renaming an image (https://github.com/ansible-collections/community.general/pull/3626). diff --git a/changelogs/fragments/3649-proxmox_group_info_TypeError.yml b/changelogs/fragments/3649-proxmox_group_info_TypeError.yml deleted file mode 100644 index 9620ea7203..0000000000 --- a/changelogs/fragments/3649-proxmox_group_info_TypeError.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - proxmox_group_info - fix module crash if a ``group`` parameter is used (https://github.com/ansible-collections/community.general/pull/3649).