From 36f64367cfc9c356810161e830e363beaafe86b5 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 29 Jun 2021 12:16:58 +0200 Subject: [PATCH] Release 3.3.0. --- CHANGELOG.rst | 68 +++++++++++ changelogs/changelog.yaml | 106 ++++++++++++++++++ .../1334-jenkins-plugin-fallback-urls.yaml | 2 - changelogs/fragments/1942_timezone.yml | 3 - ...11-snap-revamp-enabled-disabled-states.yml | 2 - .../2516_fix_2515_keystore_type_jks.yml | 4 - changelogs/fragments/2521-flatpak-list.yml | 2 - ...-gitlab_user-support-identity-provider.yml | 5 - .../fragments/2732-nmcli_add_options.yml | 3 - ...leway_inventory_json_accept_byte_array.yml | 3 - .../2774-datadog_event_api_parameter.yml | 2 - ...tion-add_server_prefix_and_server_port.yml | 2 - ...ck-fix_idempotency_when_using_wildcard.yml | 3 - .../2790-callback_splunk-batch-option.yml | 3 - .../fragments/2816-archive-refactor.yml | 5 - changelogs/fragments/2821-ipa_sudorule.yml | 4 - ...2824-gitlab_project-project-under-user.yml | 3 - .../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 - ...844-ali_instance_info-deprecate-params.yml | 2 - ...5-serverless-deprecate-functions-param.yml | 2 - ...nkins_build-support-stop-jenkins-build.yml | 4 - .../fragments/2867-redis-terminology.yml | 2 - .../2874-terraform-check-destroy.yml | 2 - .../fragments/2875-ini_file-unicode.yml | 2 - .../fragments/2878-validate-certs-bool.yml | 2 - ...881-gitlab_project-fix_workspace_user.yaml | 3 - .../2883-_mount-fixed-sanity-checks.yml | 2 - changelogs/fragments/3.3.0.yml | 1 - changelogs/fragments/ansible-core-_text.yml | 2 - .../gem_module_add_bindir_option.yml | 3 - 33 files changed, 174 insertions(+), 86 deletions(-) delete mode 100644 changelogs/fragments/1334-jenkins-plugin-fallback-urls.yaml delete mode 100644 changelogs/fragments/1942_timezone.yml delete mode 100644 changelogs/fragments/2411-snap-revamp-enabled-disabled-states.yml delete mode 100644 changelogs/fragments/2516_fix_2515_keystore_type_jks.yml delete mode 100644 changelogs/fragments/2521-flatpak-list.yml delete mode 100644 changelogs/fragments/2691-gitlab_user-support-identity-provider.yml delete mode 100644 changelogs/fragments/2732-nmcli_add_options.yml delete mode 100644 changelogs/fragments/2771-scaleway_inventory_json_accept_byte_array.yml delete mode 100644 changelogs/fragments/2774-datadog_event_api_parameter.yml delete mode 100644 changelogs/fragments/2779_redhat_subscription-add_server_prefix_and_server_port.yml delete mode 100644 changelogs/fragments/2787-yum_versionlock-fix_idempotency_when_using_wildcard.yml delete mode 100644 changelogs/fragments/2790-callback_splunk-batch-option.yml delete mode 100644 changelogs/fragments/2816-archive-refactor.yml delete mode 100644 changelogs/fragments/2821-ipa_sudorule.yml delete mode 100644 changelogs/fragments/2824-gitlab_project-project-under-user.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/2844-ali_instance_info-deprecate-params.yml delete mode 100644 changelogs/fragments/2845-serverless-deprecate-functions-param.yml delete mode 100644 changelogs/fragments/2850-jenkins_build-support-stop-jenkins-build.yml delete mode 100644 changelogs/fragments/2867-redis-terminology.yml delete mode 100644 changelogs/fragments/2874-terraform-check-destroy.yml delete mode 100644 changelogs/fragments/2875-ini_file-unicode.yml delete mode 100644 changelogs/fragments/2878-validate-certs-bool.yml delete mode 100644 changelogs/fragments/2881-gitlab_project-fix_workspace_user.yaml delete mode 100644 changelogs/fragments/2883-_mount-fixed-sanity-checks.yml delete mode 100644 changelogs/fragments/3.3.0.yml delete mode 100644 changelogs/fragments/ansible-core-_text.yml delete mode 100644 changelogs/fragments/gem_module_add_bindir_option.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bc968361bf..66b836a285 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,74 @@ Community General Release Notes This changelog describes changes after version 2.0.0. +v3.3.0 +====== + +Release Summary +--------------- + +Regular feature and bugfix release. + +Minor Changes +------------- + +- Avoid internal ansible-core module_utils in favor of equivalent public API available since at least Ansible 2.9 (https://github.com/ansible-collections/community.general/pull/2877). +- datadog_event - adding parameter ``api_host`` to allow selecting a datadog API endpoint instead of using the default one (https://github.com/ansible-collections/community.general/issues/2774, https://github.com/ansible-collections/community.general/pull/2775). +- flatpak - allows installing or uninstalling a list of packages (https://github.com/ansible-collections/community.general/pull/2521). +- gem - add ``bindir`` option to specify an installation path for executables such as ``/home/user/bin`` or ``/home/user/.local/bin`` (https://github.com/ansible-collections/community.general/pull/2837). +- gem - add ``norc`` option to avoid loading any ``.gemrc`` file (https://github.com/ansible-collections/community.general/pull/2837). +- gitlab_project - projects can be created under other user's namespaces with the new ``username`` option (https://github.com/ansible-collections/community.general/pull/2824). +- gitlab_user - add functionality for adding external identity providers to a GitLab user (https://github.com/ansible-collections/community.general/pull/2691). +- gitlab_user - allow to reset an existing password with the new ``reset_password`` option (https://github.com/ansible-collections/community.general/pull/2691). +- gitlab_user - specifying a password is no longer necessary (https://github.com/ansible-collections/community.general/pull/2691). +- jenkins_build - support stopping a running jenkins build (https://github.com/ansible-collections/community.general/pull/2850). +- jenkins_plugin - add fallback url(s) for failure of plugin installation/download (https://github.com/ansible-collections/community.general/pull/1334). +- nmcli - add ``disabled`` value to ``method6`` option (https://github.com/ansible-collections/community.general/issues/2730). +- nmcli - add ``routing_rules4`` and ``may_fail4`` options (https://github.com/ansible-collections/community.general/issues/2730). +- nrdp callback plugin - parameters are now converted to strings, except ``validate_certs`` which is converted to boolean (https://github.com/ansible-collections/community.general/pull/2878). +- redhat_subscription - add ``server_prefix`` and ``server_port`` parameters (https://github.com/ansible-collections/community.general/pull/2779). +- redis - allow to use the term ``replica`` instead of ``slave``, which has been the official Redis terminology since 2018 (https://github.com/ansible-collections/community.general/pull/2867). +- snap - added ``enabled`` and ``disabled`` states (https://github.com/ansible-collections/community.general/issues/1990). +- splunk callback plugin - add ``batch`` option for user-configurable correlation ID's (https://github.com/ansible-collections/community.general/issues/2790). +- terraform - add ``check_destroy`` optional parameter to check for deletion of resources before it is applied (https://github.com/ansible-collections/community.general/pull/2874). +- timezone - print error message to debug instead of warning when timedatectl fails (https://github.com/ansible-collections/community.general/issues/1942). + +Deprecated Features +------------------- + +- ali_instance_info - marked removal version of deprecated parameters ``availability_zone`` and ``instance_names`` (https://github.com/ansible-collections/community.general/issues/2429). +- serverless - deprecating parameter ``functions`` because it was not used in the code (https://github.com/ansible-collections/community.general/pull/2845). + +Bugfixes +-------- + +- _mount module utils - fixed the sanity checks (https://github.com/ansible-collections/community.general/pull/2883). +- archive - fixed ``exclude_path`` values causing incorrect archive root (https://github.com/ansible-collections/community.general/pull/2816). +- archive - fixed improper file names for single file zip archives (https://github.com/ansible-collections/community.general/issues/2818). +- archive - fixed incorrect ``state`` result value documentation (https://github.com/ansible-collections/community.general/pull/2816). +- gitlab_project - user projects are created using namespace ID now, instead of user ID (https://github.com/ansible-collections/community.general/pull/2881). +- ini_file - fix Unicode processing for Python 2 (https://github.com/ansible-collections/community.general/pull/2875). +- ipa_sudorule - call ``sudorule_add_allow_command`` method instead of ``sudorule_add_allow_command_group`` (https://github.com/ansible-collections/community.general/issues/2442). +- java_keystore - add parameter ``keystore_type`` to control output file format and override ``keytool``'s default, which depends on Java version (https://github.com/ansible-collections/community.general/issues/2515). +- jenkins_build - examine presence of ``build_number`` before deleting a jenkins build (https://github.com/ansible-collections/community.general/pull/2850). +- 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). +- yum_versionlock - fix idempotency when using wildcard (asterisk) in ``name`` option (https://github.com/ansible-collections/community.general/issues/2761). + +New Modules +----------- + +Identity +~~~~~~~~ + +keycloak +^^^^^^^^ + +- keycloak_authentication - Configure authentication in Keycloak + v3.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b4eb74fac4..9cb322e932 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1286,3 +1286,109 @@ releases: name: random_string namespace: null release_date: '2021-06-08' + 3.3.0: + changes: + bugfixes: + - _mount module utils - fixed the sanity checks (https://github.com/ansible-collections/community.general/pull/2883). + - archive - fixed ``exclude_path`` values causing incorrect archive root (https://github.com/ansible-collections/community.general/pull/2816). + - archive - fixed improper file names for single file zip archives (https://github.com/ansible-collections/community.general/issues/2818). + - archive - fixed incorrect ``state`` result value documentation (https://github.com/ansible-collections/community.general/pull/2816). + - gitlab_project - user projects are created using namespace ID now, instead + of user ID (https://github.com/ansible-collections/community.general/pull/2881). + - ini_file - fix Unicode processing for Python 2 (https://github.com/ansible-collections/community.general/pull/2875). + - ipa_sudorule - call ``sudorule_add_allow_command`` method instead of ``sudorule_add_allow_command_group`` + (https://github.com/ansible-collections/community.general/issues/2442). + - java_keystore - add parameter ``keystore_type`` to control output file format + and override ``keytool``'s default, which depends on Java version (https://github.com/ansible-collections/community.general/issues/2515). + - jenkins_build - examine presence of ``build_number`` before deleting a jenkins + build (https://github.com/ansible-collections/community.general/pull/2850). + - 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). + - yum_versionlock - fix idempotency when using wildcard (asterisk) in ``name`` + option (https://github.com/ansible-collections/community.general/issues/2761). + deprecated_features: + - ali_instance_info - marked removal version of deprecated parameters ``availability_zone`` + and ``instance_names`` (https://github.com/ansible-collections/community.general/issues/2429). + - serverless - deprecating parameter ``functions`` because it was not used in + the code (https://github.com/ansible-collections/community.general/pull/2845). + minor_changes: + - Avoid internal ansible-core module_utils in favor of equivalent public API + available since at least Ansible 2.9 (https://github.com/ansible-collections/community.general/pull/2877). + - datadog_event - adding parameter ``api_host`` to allow selecting a datadog + API endpoint instead of using the default one (https://github.com/ansible-collections/community.general/issues/2774, + https://github.com/ansible-collections/community.general/pull/2775). + - flatpak - allows installing or uninstalling a list of packages (https://github.com/ansible-collections/community.general/pull/2521). + - gem - add ``bindir`` option to specify an installation path for executables + such as ``/home/user/bin`` or ``/home/user/.local/bin`` (https://github.com/ansible-collections/community.general/pull/2837). + - gem - add ``norc`` option to avoid loading any ``.gemrc`` file (https://github.com/ansible-collections/community.general/pull/2837). + - gitlab_project - projects can be created under other user's namespaces with + the new ``username`` option (https://github.com/ansible-collections/community.general/pull/2824). + - gitlab_user - add functionality for adding external identity providers to + a GitLab user (https://github.com/ansible-collections/community.general/pull/2691). + - gitlab_user - allow to reset an existing password with the new ``reset_password`` + option (https://github.com/ansible-collections/community.general/pull/2691). + - gitlab_user - specifying a password is no longer necessary (https://github.com/ansible-collections/community.general/pull/2691). + - jenkins_build - support stopping a running jenkins build (https://github.com/ansible-collections/community.general/pull/2850). + - jenkins_plugin - add fallback url(s) for failure of plugin installation/download + (https://github.com/ansible-collections/community.general/pull/1334). + - nmcli - add ``disabled`` value to ``method6`` option (https://github.com/ansible-collections/community.general/issues/2730). + - nmcli - add ``routing_rules4`` and ``may_fail4`` options (https://github.com/ansible-collections/community.general/issues/2730). + - nrdp callback plugin - parameters are now converted to strings, except ``validate_certs`` + which is converted to boolean (https://github.com/ansible-collections/community.general/pull/2878). + - redhat_subscription - add ``server_prefix`` and ``server_port`` parameters + (https://github.com/ansible-collections/community.general/pull/2779). + - redis - allow to use the term ``replica`` instead of ``slave``, which has + been the official Redis terminology since 2018 (https://github.com/ansible-collections/community.general/pull/2867). + - snap - added ``enabled`` and ``disabled`` states (https://github.com/ansible-collections/community.general/issues/1990). + - splunk callback plugin - add ``batch`` option for user-configurable correlation + ID's (https://github.com/ansible-collections/community.general/issues/2790). + - terraform - add ``check_destroy`` optional parameter to check for deletion + of resources before it is applied (https://github.com/ansible-collections/community.general/pull/2874). + - timezone - print error message to debug instead of warning when timedatectl + fails (https://github.com/ansible-collections/community.general/issues/1942). + release_summary: Regular feature and bugfix release. + fragments: + - 1334-jenkins-plugin-fallback-urls.yaml + - 1942_timezone.yml + - 2411-snap-revamp-enabled-disabled-states.yml + - 2516_fix_2515_keystore_type_jks.yml + - 2521-flatpak-list.yml + - 2691-gitlab_user-support-identity-provider.yml + - 2732-nmcli_add_options.yml + - 2771-scaleway_inventory_json_accept_byte_array.yml + - 2774-datadog_event_api_parameter.yml + - 2779_redhat_subscription-add_server_prefix_and_server_port.yml + - 2787-yum_versionlock-fix_idempotency_when_using_wildcard.yml + - 2790-callback_splunk-batch-option.yml + - 2816-archive-refactor.yml + - 2821-ipa_sudorule.yml + - 2824-gitlab_project-project-under-user.yml + - 2827-nmcli_fix_team_slave.yml + - 2830-npm-version-update.yml + - 2841-proxmox_kvm_zfs_devstr.yml + - 2843-modprobe-failure-conditions.yml + - 2844-ali_instance_info-deprecate-params.yml + - 2845-serverless-deprecate-functions-param.yml + - 2850-jenkins_build-support-stop-jenkins-build.yml + - 2867-redis-terminology.yml + - 2874-terraform-check-destroy.yml + - 2875-ini_file-unicode.yml + - 2878-validate-certs-bool.yml + - 2881-gitlab_project-fix_workspace_user.yaml + - 2883-_mount-fixed-sanity-checks.yml + - 3.3.0.yml + - ansible-core-_text.yml + - gem_module_add_bindir_option.yml + modules: + - description: Configure authentication in Keycloak + name: keycloak_authentication + namespace: identity.keycloak + release_date: '2021-06-29' diff --git a/changelogs/fragments/1334-jenkins-plugin-fallback-urls.yaml b/changelogs/fragments/1334-jenkins-plugin-fallback-urls.yaml deleted file mode 100644 index be0a86fa5b..0000000000 --- a/changelogs/fragments/1334-jenkins-plugin-fallback-urls.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - jenkins_plugin - add fallback url(s) for failure of plugin installation/download (https://github.com/ansible-collections/community.general/pull/1334). diff --git a/changelogs/fragments/1942_timezone.yml b/changelogs/fragments/1942_timezone.yml deleted file mode 100644 index 349c263298..0000000000 --- a/changelogs/fragments/1942_timezone.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: -- timezone - print error message to debug instead of warning when timedatectl fails (https://github.com/ansible-collections/community.general/issues/1942). diff --git a/changelogs/fragments/2411-snap-revamp-enabled-disabled-states.yml b/changelogs/fragments/2411-snap-revamp-enabled-disabled-states.yml deleted file mode 100644 index a52b377817..0000000000 --- a/changelogs/fragments/2411-snap-revamp-enabled-disabled-states.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - snap - added ``enabled`` and ``disabled`` states (https://github.com/ansible-collections/community.general/issues/1990). diff --git a/changelogs/fragments/2516_fix_2515_keystore_type_jks.yml b/changelogs/fragments/2516_fix_2515_keystore_type_jks.yml deleted file mode 100644 index 767081dac9..0000000000 --- a/changelogs/fragments/2516_fix_2515_keystore_type_jks.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - "java_keystore - add parameter ``keystore_type`` to control output file format and override ``keytool``'s - default, which depends on Java version (https://github.com/ansible-collections/community.general/issues/2515)." diff --git a/changelogs/fragments/2521-flatpak-list.yml b/changelogs/fragments/2521-flatpak-list.yml deleted file mode 100644 index e30607b306..0000000000 --- a/changelogs/fragments/2521-flatpak-list.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- flatpak - allows installing or uninstalling a list of packages (https://github.com/ansible-collections/community.general/pull/2521). diff --git a/changelogs/fragments/2691-gitlab_user-support-identity-provider.yml b/changelogs/fragments/2691-gitlab_user-support-identity-provider.yml deleted file mode 100644 index 065b524c86..0000000000 --- a/changelogs/fragments/2691-gitlab_user-support-identity-provider.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -minor_changes: - - "gitlab_user - specifying a password is no longer necessary (https://github.com/ansible-collections/community.general/pull/2691)." - - "gitlab_user - allow to reset an existing password with the new ``reset_password`` option (https://github.com/ansible-collections/community.general/pull/2691)." - - "gitlab_user - add functionality for adding external identity providers to a GitLab user (https://github.com/ansible-collections/community.general/pull/2691)." diff --git a/changelogs/fragments/2732-nmcli_add_options.yml b/changelogs/fragments/2732-nmcli_add_options.yml deleted file mode 100644 index 58ed2d2ee4..0000000000 --- a/changelogs/fragments/2732-nmcli_add_options.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - nmcli - add ``routing_rules4`` and ``may_fail4`` options (https://github.com/ansible-collections/community.general/issues/2730). - - nmcli - add ``disabled`` value to ``method6`` option (https://github.com/ansible-collections/community.general/issues/2730). 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/2774-datadog_event_api_parameter.yml b/changelogs/fragments/2774-datadog_event_api_parameter.yml deleted file mode 100644 index 6144b89400..0000000000 --- a/changelogs/fragments/2774-datadog_event_api_parameter.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "datadog_event - adding parameter ``api_host`` to allow selecting a datadog API endpoint instead of using the default one (https://github.com/ansible-collections/community.general/issues/2774, https://github.com/ansible-collections/community.general/pull/2775)." diff --git a/changelogs/fragments/2779_redhat_subscription-add_server_prefix_and_server_port.yml b/changelogs/fragments/2779_redhat_subscription-add_server_prefix_and_server_port.yml deleted file mode 100644 index d484874ee9..0000000000 --- a/changelogs/fragments/2779_redhat_subscription-add_server_prefix_and_server_port.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redhat_subscription - add ``server_prefix`` and ``server_port`` parameters (https://github.com/ansible-collections/community.general/pull/2779). diff --git a/changelogs/fragments/2787-yum_versionlock-fix_idempotency_when_using_wildcard.yml b/changelogs/fragments/2787-yum_versionlock-fix_idempotency_when_using_wildcard.yml deleted file mode 100644 index 9fb569ec42..0000000000 --- a/changelogs/fragments/2787-yum_versionlock-fix_idempotency_when_using_wildcard.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - yum_versionlock - fix idempotency when using wildcard (asterisk) in ``name`` option (https://github.com/ansible-collections/community.general/issues/2761). diff --git a/changelogs/fragments/2790-callback_splunk-batch-option.yml b/changelogs/fragments/2790-callback_splunk-batch-option.yml deleted file mode 100644 index 70ee61ed64..0000000000 --- a/changelogs/fragments/2790-callback_splunk-batch-option.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - splunk callback plugin - add ``batch`` option for user-configurable correlation ID's (https://github.com/ansible-collections/community.general/issues/2790). diff --git a/changelogs/fragments/2816-archive-refactor.yml b/changelogs/fragments/2816-archive-refactor.yml deleted file mode 100644 index 75c30bcdfc..0000000000 --- a/changelogs/fragments/2816-archive-refactor.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -bugfixes: - - archive - fixed incorrect ``state`` result value documentation (https://github.com/ansible-collections/community.general/pull/2816). - - archive - fixed ``exclude_path`` values causing incorrect archive root (https://github.com/ansible-collections/community.general/pull/2816). - - archive - fixed improper file names for single file zip archives (https://github.com/ansible-collections/community.general/issues/2818). 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/2824-gitlab_project-project-under-user.yml b/changelogs/fragments/2824-gitlab_project-project-under-user.yml deleted file mode 100644 index 7fa18941a0..0000000000 --- a/changelogs/fragments/2824-gitlab_project-project-under-user.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - gitlab_project - projects can be created under other user's namespaces with the new ``username`` option (https://github.com/ansible-collections/community.general/pull/2824). 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/2844-ali_instance_info-deprecate-params.yml b/changelogs/fragments/2844-ali_instance_info-deprecate-params.yml deleted file mode 100644 index a37555edcd..0000000000 --- a/changelogs/fragments/2844-ali_instance_info-deprecate-params.yml +++ /dev/null @@ -1,2 +0,0 @@ -deprecated_features: - - ali_instance_info - marked removal version of deprecated parameters ``availability_zone`` and ``instance_names`` (https://github.com/ansible-collections/community.general/issues/2429). diff --git a/changelogs/fragments/2845-serverless-deprecate-functions-param.yml b/changelogs/fragments/2845-serverless-deprecate-functions-param.yml deleted file mode 100644 index 6565b18974..0000000000 --- a/changelogs/fragments/2845-serverless-deprecate-functions-param.yml +++ /dev/null @@ -1,2 +0,0 @@ -deprecated_features: - - serverless - deprecating parameter ``functions`` because it was not used in the code (https://github.com/ansible-collections/community.general/pull/2845). diff --git a/changelogs/fragments/2850-jenkins_build-support-stop-jenkins-build.yml b/changelogs/fragments/2850-jenkins_build-support-stop-jenkins-build.yml deleted file mode 100644 index ad64e58eec..0000000000 --- a/changelogs/fragments/2850-jenkins_build-support-stop-jenkins-build.yml +++ /dev/null @@ -1,4 +0,0 @@ -minor_changes: - - jenkins_build - support stopping a running jenkins build (https://github.com/ansible-collections/community.general/pull/2850). -bugfixes: - - jenkins_build - examine presence of ``build_number`` before deleting a jenkins build (https://github.com/ansible-collections/community.general/pull/2850). \ No newline at end of file diff --git a/changelogs/fragments/2867-redis-terminology.yml b/changelogs/fragments/2867-redis-terminology.yml deleted file mode 100644 index add76c0f91..0000000000 --- a/changelogs/fragments/2867-redis-terminology.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "redis - allow to use the term ``replica`` instead of ``slave``, which has been the official Redis terminology since 2018 (https://github.com/ansible-collections/community.general/pull/2867)." diff --git a/changelogs/fragments/2874-terraform-check-destroy.yml b/changelogs/fragments/2874-terraform-check-destroy.yml deleted file mode 100644 index e41d1aebc0..0000000000 --- a/changelogs/fragments/2874-terraform-check-destroy.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - terraform - add ``check_destroy`` optional parameter to check for deletion of resources before it is applied (https://github.com/ansible-collections/community.general/pull/2874). diff --git a/changelogs/fragments/2875-ini_file-unicode.yml b/changelogs/fragments/2875-ini_file-unicode.yml deleted file mode 100644 index eaf1ff9ffb..0000000000 --- a/changelogs/fragments/2875-ini_file-unicode.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "ini_file - fix Unicode processing for Python 2 (https://github.com/ansible-collections/community.general/pull/2875)." \ No newline at end of file diff --git a/changelogs/fragments/2878-validate-certs-bool.yml b/changelogs/fragments/2878-validate-certs-bool.yml deleted file mode 100644 index e636f4981b..0000000000 --- a/changelogs/fragments/2878-validate-certs-bool.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "nrdp callback plugin - parameters are now converted to strings, except ``validate_certs`` which is converted to boolean (https://github.com/ansible-collections/community.general/pull/2878)." 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). diff --git a/changelogs/fragments/3.3.0.yml b/changelogs/fragments/3.3.0.yml deleted file mode 100644 index c1cd23f095..0000000000 --- a/changelogs/fragments/3.3.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular feature and bugfix release. diff --git a/changelogs/fragments/ansible-core-_text.yml b/changelogs/fragments/ansible-core-_text.yml deleted file mode 100644 index fae6391582..0000000000 --- a/changelogs/fragments/ansible-core-_text.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "Avoid internal ansible-core module_utils in favor of equivalent public API available since at least Ansible 2.9 (https://github.com/ansible-collections/community.general/pull/2877)." diff --git a/changelogs/fragments/gem_module_add_bindir_option.yml b/changelogs/fragments/gem_module_add_bindir_option.yml deleted file mode 100644 index f47b6deb27..0000000000 --- a/changelogs/fragments/gem_module_add_bindir_option.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - gem - add ``bindir`` option to specify an installation path for executables such as ``/home/user/bin`` or ``/home/user/.local/bin`` (https://github.com/ansible-collections/community.general/pull/2837). - - gem - add ``norc`` option to avoid loading any ``.gemrc`` file (https://github.com/ansible-collections/community.general/pull/2837).