From e8f9f21be14f908959338d83e59a7d6ac8851261 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 9 Oct 2023 11:32:45 +0200 Subject: [PATCH] Release 7.5.0. --- CHANGELOG.rst | 63 +++++++++ changelogs/changelog.yaml | 123 ++++++++++++++++++ .../6134-add-locked-option-for-cargo.yml | 2 - .../6813-redfish-config-add-create-volume.yml | 2 - changelogs/fragments/7.5.0.yml | 5 - ..._secure_boot_command_to_redfish_config.yml | 2 - ...etbiosregistry-command-to-redfish-info.yml | 2 - ...nt-key-error-when-value-does-not-exist.yml | 2 - .../fragments/7242_ignore_similar_chars.yml | 2 - ...tlab-variables-deleteing-all-variables.yml | 3 - .../7263-proxmox-return-vmid-and-taskid.yaml | 2 - .../fragments/7264-ldap_search-strings.yml | 2 - changelogs/fragments/7267-redis_info.yml | 2 - .../fragments/7273-ini_file_ignore_spaces.yml | 2 - ...7284-supervisorctl-stop-before-remove.yaml | 2 - ...timeout_in_redfish_info_config_command.yml | 2 - ...ix-backend-config-string-encapsulation.yml | 2 - .../7303-mail-incorrect-header-parsing.yml | 2 - .../7304-prevent-parted-warnings.yml | 2 - .../fragments/7308-onepassword-multi-acc.yml | 3 - ...-linkstatus-attribute-to-nic-inventory.yml | 2 - changelogs/fragments/7323-nmap.yml | 2 - .../7330-redfish-utils-oem-params.yml | 2 - ...pnpm-correct-version-when-state-latest.yml | 2 - changelogs/fragments/7340-snap-fix.yml | 2 - changelogs/fragments/7343-dig-tcp-option.yml | 2 - .../7352-add-executable-option-for-cargo.yml | 2 - ...355-newrelic-deployment-add-exact-name.yml | 2 - .../7364-add-option-force-gitlab-group.yml | 2 - changelogs/fragments/7369-fix-lxc-options.yml | 3 - .../deprecate-ansible-core-2.11-2.12.yml | 6 - 31 files changed, 186 insertions(+), 68 deletions(-) delete mode 100644 changelogs/fragments/6134-add-locked-option-for-cargo.yml delete mode 100644 changelogs/fragments/6813-redfish-config-add-create-volume.yml delete mode 100644 changelogs/fragments/7.5.0.yml delete mode 100644 changelogs/fragments/7129-adding_set_secure_boot_command_to_redfish_config.yml delete mode 100644 changelogs/fragments/7144-add-getbiosregistry-command-to-redfish-info.yml delete mode 100644 changelogs/fragments/7241-prevent-key-error-when-value-does-not-exist.yml delete mode 100644 changelogs/fragments/7242_ignore_similar_chars.yml delete mode 100644 changelogs/fragments/7251-gitlab-variables-deleteing-all-variables.yml delete mode 100644 changelogs/fragments/7263-proxmox-return-vmid-and-taskid.yaml delete mode 100644 changelogs/fragments/7264-ldap_search-strings.yml delete mode 100644 changelogs/fragments/7267-redis_info.yml delete mode 100644 changelogs/fragments/7273-ini_file_ignore_spaces.yml delete mode 100644 changelogs/fragments/7284-supervisorctl-stop-before-remove.yaml delete mode 100644 changelogs/fragments/7295-adding_deprecation_for_timeout_in_redfish_info_config_command.yml delete mode 100644 changelogs/fragments/7301-fix-backend-config-string-encapsulation.yml delete mode 100644 changelogs/fragments/7303-mail-incorrect-header-parsing.yml delete mode 100644 changelogs/fragments/7304-prevent-parted-warnings.yml delete mode 100644 changelogs/fragments/7308-onepassword-multi-acc.yml delete mode 100644 changelogs/fragments/7318-add-linkstatus-attribute-to-nic-inventory.yml delete mode 100644 changelogs/fragments/7323-nmap.yml delete mode 100644 changelogs/fragments/7330-redfish-utils-oem-params.yml delete mode 100644 changelogs/fragments/7339-pnpm-correct-version-when-state-latest.yml delete mode 100644 changelogs/fragments/7340-snap-fix.yml delete mode 100644 changelogs/fragments/7343-dig-tcp-option.yml delete mode 100644 changelogs/fragments/7352-add-executable-option-for-cargo.yml delete mode 100644 changelogs/fragments/7355-newrelic-deployment-add-exact-name.yml delete mode 100644 changelogs/fragments/7364-add-option-force-gitlab-group.yml delete mode 100644 changelogs/fragments/7369-fix-lxc-options.yml delete mode 100644 changelogs/fragments/deprecate-ansible-core-2.11-2.12.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a2c640f907..7976050313 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,69 @@ Community General Release Notes This changelog describes changes after version 6.0.0. +v7.5.0 +====== + +Release Summary +--------------- + +Regular bugfix and feature release. + +Please note that this is the last minor 7.x.0 release. Further releases +with major version 7 will be bugfix releases 7.5.y. + + +Minor Changes +------------- + +- cargo - add option ``executable``, which allows user to specify path to the cargo binary (https://github.com/ansible-collections/community.general/pull/7352). +- cargo - add option ``locked`` which allows user to specify install the locked version of dependency instead of latest compatible version (https://github.com/ansible-collections/community.general/pull/6134). +- dig lookup plugin - add TCP option to enable the use of TCP connection during DNS lookup (https://github.com/ansible-collections/community.general/pull/7343). +- gitlab_group - add option ``force_delete`` (default: false) which allows delete group even if projects exists in it (https://github.com/ansible-collections/community.general/pull/7364). +- ini_file - add ``ignore_spaces`` option (https://github.com/ansible-collections/community.general/pull/7273). +- newrelic_deployment - add option ``app_name_exact_match``, which filters results for the exact app_name provided (https://github.com/ansible-collections/community.general/pull/7355). +- onepassword lookup plugin - introduce ``account_id`` option which allows specifying which account to use (https://github.com/ansible-collections/community.general/pull/7308). +- onepassword_raw lookup plugin - introduce ``account_id`` option which allows specifying which account to use (https://github.com/ansible-collections/community.general/pull/7308). +- parted - on resize, use ``--fix`` option if available (https://github.com/ansible-collections/community.general/pull/7304). +- pnpm - set correct version when state is latest or version is not mentioned. Resolves previous idempotency problem (https://github.com/ansible-collections/community.general/pull/7339). +- proxmox - add ``vmid`` (and ``taskid`` when possible) to return values (https://github.com/ansible-collections/community.general/pull/7263). +- random_string - added new ``ignore_similar_chars`` and ``similar_chars`` option to ignore certain chars (https://github.com/ansible-collections/community.general/pull/7242). +- redfish_command - add new option ``update_oem_params`` for the ``MultipartHTTPPushUpdate`` command (https://github.com/ansible-collections/community.general/issues/7331). +- redfish_config - add ``CreateVolume`` command to allow creation of volumes on servers (https://github.com/ansible-collections/community.general/pull/6813). +- redfish_config - adding ``SetSecureBoot`` command (https://github.com/ansible-collections/community.general/pull/7129). +- redfish_info - add support for ``GetBiosRegistries`` command (https://github.com/ansible-collections/community.general/pull/7144). +- redfish_info - adds ``LinkStatus`` to NIC inventory (https://github.com/ansible-collections/community.general/pull/7318). +- redis_info - refactor the redis_info module to use the redis module_utils enabling to pass TLS parameters to the Redis client (https://github.com/ansible-collections/community.general/pull/7267). +- supervisorctl - allow to stop matching running processes before removing them with ``stop_before_removing=true`` (https://github.com/ansible-collections/community.general/pull/7284). + +Deprecated Features +------------------- + +- The next major release, community.general 8.0.0, will drop support for ansible-core 2.11 and 2.12, which have been End of Life for some time now. This means that this collection no longer supports Python 2.6 on the target. Individual content might still work with unsupported ansible-core versions, but that can change at any time. Also please note that from now on, for every new major community.general release, we will drop support for all ansible-core versions that have been End of Life for more than a few weeks on the date of the major release (https://github.com/ansible-community/community-topics/discussions/271, https://github.com/ansible-collections/community.general/pull/7259). +- redfish_info, redfish_config, redfish_command - the default value ``10`` for the ``timeout`` option is deprecated and will change to ``60`` in community.general 9.0.0 (https://github.com/ansible-collections/community.general/pull/7295). + +Bugfixes +-------- + +- gitlab_group_variable - deleted all variables when used with ``purge=true`` due to missing ``raw`` property in KNOWN attributes (https://github.com/ansible-collections/community.general/issues/7250). +- gitlab_project_variable - deleted all variables when used with ``purge=true`` due to missing ``raw`` property in KNOWN attributes (https://github.com/ansible-collections/community.general/issues/7250). +- ldap_search - fix string normalization and the ``base64_attributes`` option on Python 3 (https://github.com/ansible-collections/community.general/issues/5704, https://github.com/ansible-collections/community.general/pull/7264). +- lxc connection plugin - properly evaluate options (https://github.com/ansible-collections/community.general/pull/7369). +- mail - skip headers containing equals characters due to missing ``maxsplit`` on header key/value parsing (https://github.com/ansible-collections/community.general/pull/7303). +- nmap inventory plugin - fix ``get_option`` calls (https://github.com/ansible-collections/community.general/pull/7323). +- onepassword - fix KeyError exception when trying to access value of a field that is not filled out in OnePassword item (https://github.com/ansible-collections/community.general/pull/7241). +- snap - change the change detection mechanism from "parsing installation" to "comparing end state with initial state" (https://github.com/ansible-collections/community.general/pull/7340, https://github.com/ansible-collections/community.general/issues/7265). +- terraform - prevents ``-backend-config`` option double encapsulating with ``shlex_quote`` function. (https://github.com/ansible-collections/community.general/pull/7301). + +New Modules +----------- + +- consul_role - Manipulate Consul roles +- gio_mime - Set default handler for MIME type, for applications using Gnome GIO +- keycloak_authz_custom_policy - Allows administration of Keycloak client custom Javascript policies via Keycloak API +- keycloak_realm_key - Allows administration of Keycloak realm keys via Keycloak API +- simpleinit_msb - Manage services on Source Mage GNU/Linux + v7.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c719d6f808..f50aca6234 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1438,3 +1438,126 @@ releases: name: pnpm namespace: '' release_date: '2023-09-11' + 7.5.0: + changes: + bugfixes: + - gitlab_group_variable - deleted all variables when used with ``purge=true`` + due to missing ``raw`` property in KNOWN attributes (https://github.com/ansible-collections/community.general/issues/7250). + - gitlab_project_variable - deleted all variables when used with ``purge=true`` + due to missing ``raw`` property in KNOWN attributes (https://github.com/ansible-collections/community.general/issues/7250). + - ldap_search - fix string normalization and the ``base64_attributes`` option + on Python 3 (https://github.com/ansible-collections/community.general/issues/5704, + https://github.com/ansible-collections/community.general/pull/7264). + - lxc connection plugin - properly evaluate options (https://github.com/ansible-collections/community.general/pull/7369). + - mail - skip headers containing equals characters due to missing ``maxsplit`` + on header key/value parsing (https://github.com/ansible-collections/community.general/pull/7303). + - nmap inventory plugin - fix ``get_option`` calls (https://github.com/ansible-collections/community.general/pull/7323). + - onepassword - fix KeyError exception when trying to access value of a field + that is not filled out in OnePassword item (https://github.com/ansible-collections/community.general/pull/7241). + - snap - change the change detection mechanism from "parsing installation" to + "comparing end state with initial state" (https://github.com/ansible-collections/community.general/pull/7340, + https://github.com/ansible-collections/community.general/issues/7265). + - terraform - prevents ``-backend-config`` option double encapsulating with + ``shlex_quote`` function. (https://github.com/ansible-collections/community.general/pull/7301). + deprecated_features: + - The next major release, community.general 8.0.0, will drop support for ansible-core + 2.11 and 2.12, which have been End of Life for some time now. This means that + this collection no longer supports Python 2.6 on the target. Individual content + might still work with unsupported ansible-core versions, but that can change + at any time. Also please note that from now on, for every new major community.general + release, we will drop support for all ansible-core versions that have been + End of Life for more than a few weeks on the date of the major release (https://github.com/ansible-community/community-topics/discussions/271, + https://github.com/ansible-collections/community.general/pull/7259). + - redfish_info, redfish_config, redfish_command - the default value ``10`` for + the ``timeout`` option is deprecated and will change to ``60`` in community.general + 9.0.0 (https://github.com/ansible-collections/community.general/pull/7295). + minor_changes: + - cargo - add option ``executable``, which allows user to specify path to the + cargo binary (https://github.com/ansible-collections/community.general/pull/7352). + - cargo - add option ``locked`` which allows user to specify install the locked + version of dependency instead of latest compatible version (https://github.com/ansible-collections/community.general/pull/6134). + - dig lookup plugin - add TCP option to enable the use of TCP connection during + DNS lookup (https://github.com/ansible-collections/community.general/pull/7343). + - 'gitlab_group - add option ``force_delete`` (default: false) which allows + delete group even if projects exists in it (https://github.com/ansible-collections/community.general/pull/7364).' + - ini_file - add ``ignore_spaces`` option (https://github.com/ansible-collections/community.general/pull/7273). + - newrelic_deployment - add option ``app_name_exact_match``, which filters results + for the exact app_name provided (https://github.com/ansible-collections/community.general/pull/7355). + - onepassword lookup plugin - introduce ``account_id`` option which allows specifying + which account to use (https://github.com/ansible-collections/community.general/pull/7308). + - onepassword_raw lookup plugin - introduce ``account_id`` option which allows + specifying which account to use (https://github.com/ansible-collections/community.general/pull/7308). + - parted - on resize, use ``--fix`` option if available (https://github.com/ansible-collections/community.general/pull/7304). + - pnpm - set correct version when state is latest or version is not mentioned. + Resolves previous idempotency problem (https://github.com/ansible-collections/community.general/pull/7339). + - proxmox - add ``vmid`` (and ``taskid`` when possible) to return values (https://github.com/ansible-collections/community.general/pull/7263). + - random_string - added new ``ignore_similar_chars`` and ``similar_chars`` option + to ignore certain chars (https://github.com/ansible-collections/community.general/pull/7242). + - redfish_command - add new option ``update_oem_params`` for the ``MultipartHTTPPushUpdate`` + command (https://github.com/ansible-collections/community.general/issues/7331). + - redfish_config - add ``CreateVolume`` command to allow creation of volumes + on servers (https://github.com/ansible-collections/community.general/pull/6813). + - redfish_config - adding ``SetSecureBoot`` command (https://github.com/ansible-collections/community.general/pull/7129). + - redfish_info - add support for ``GetBiosRegistries`` command (https://github.com/ansible-collections/community.general/pull/7144). + - redfish_info - adds ``LinkStatus`` to NIC inventory (https://github.com/ansible-collections/community.general/pull/7318). + - redis_info - refactor the redis_info module to use the redis module_utils + enabling to pass TLS parameters to the Redis client (https://github.com/ansible-collections/community.general/pull/7267). + - supervisorctl - allow to stop matching running processes before removing them + with ``stop_before_removing=true`` (https://github.com/ansible-collections/community.general/pull/7284). + release_summary: 'Regular bugfix and feature release. + + + Please note that this is the last minor 7.x.0 release. Further releases + + with major version 7 will be bugfix releases 7.5.y. + + ' + fragments: + - 6134-add-locked-option-for-cargo.yml + - 6813-redfish-config-add-create-volume.yml + - 7.5.0.yml + - 7129-adding_set_secure_boot_command_to_redfish_config.yml + - 7144-add-getbiosregistry-command-to-redfish-info.yml + - 7241-prevent-key-error-when-value-does-not-exist.yml + - 7242_ignore_similar_chars.yml + - 7251-gitlab-variables-deleteing-all-variables.yml + - 7263-proxmox-return-vmid-and-taskid.yaml + - 7264-ldap_search-strings.yml + - 7267-redis_info.yml + - 7273-ini_file_ignore_spaces.yml + - 7284-supervisorctl-stop-before-remove.yaml + - 7295-adding_deprecation_for_timeout_in_redfish_info_config_command.yml + - 7301-fix-backend-config-string-encapsulation.yml + - 7303-mail-incorrect-header-parsing.yml + - 7304-prevent-parted-warnings.yml + - 7308-onepassword-multi-acc.yml + - 7318-add-linkstatus-attribute-to-nic-inventory.yml + - 7323-nmap.yml + - 7330-redfish-utils-oem-params.yml + - 7339-pnpm-correct-version-when-state-latest.yml + - 7340-snap-fix.yml + - 7343-dig-tcp-option.yml + - 7352-add-executable-option-for-cargo.yml + - 7355-newrelic-deployment-add-exact-name.yml + - 7364-add-option-force-gitlab-group.yml + - 7369-fix-lxc-options.yml + - deprecate-ansible-core-2.11-2.12.yml + modules: + - description: Manipulate Consul roles + name: consul_role + namespace: '' + - description: Set default handler for MIME type, for applications using Gnome + GIO + name: gio_mime + namespace: '' + - description: Allows administration of Keycloak client custom Javascript policies + via Keycloak API + name: keycloak_authz_custom_policy + namespace: '' + - description: Allows administration of Keycloak realm keys via Keycloak API + name: keycloak_realm_key + namespace: '' + - description: Manage services on Source Mage GNU/Linux + name: simpleinit_msb + namespace: '' + release_date: '2023-10-09' diff --git a/changelogs/fragments/6134-add-locked-option-for-cargo.yml b/changelogs/fragments/6134-add-locked-option-for-cargo.yml deleted file mode 100644 index ed9f06864b..0000000000 --- a/changelogs/fragments/6134-add-locked-option-for-cargo.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "cargo - add option ``locked`` which allows user to specify install the locked version of dependency instead of latest compatible version (https://github.com/ansible-collections/community.general/pull/6134)." diff --git a/changelogs/fragments/6813-redfish-config-add-create-volume.yml b/changelogs/fragments/6813-redfish-config-add-create-volume.yml deleted file mode 100644 index 96bd532c0d..0000000000 --- a/changelogs/fragments/6813-redfish-config-add-create-volume.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redfish_config - add ``CreateVolume`` command to allow creation of volumes on servers (https://github.com/ansible-collections/community.general/pull/6813). diff --git a/changelogs/fragments/7.5.0.yml b/changelogs/fragments/7.5.0.yml deleted file mode 100644 index 484ec26e9c..0000000000 --- a/changelogs/fragments/7.5.0.yml +++ /dev/null @@ -1,5 +0,0 @@ -release_summary: | - Regular bugfix and feature release. - - Please note that this is the last minor 7.x.0 release. Further releases - with major version 7 will be bugfix releases 7.5.y. diff --git a/changelogs/fragments/7129-adding_set_secure_boot_command_to_redfish_config.yml b/changelogs/fragments/7129-adding_set_secure_boot_command_to_redfish_config.yml deleted file mode 100644 index 195dd7df5a..0000000000 --- a/changelogs/fragments/7129-adding_set_secure_boot_command_to_redfish_config.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redfish_config - adding ``SetSecureBoot`` command (https://github.com/ansible-collections/community.general/pull/7129). diff --git a/changelogs/fragments/7144-add-getbiosregistry-command-to-redfish-info.yml b/changelogs/fragments/7144-add-getbiosregistry-command-to-redfish-info.yml deleted file mode 100644 index 35a9ad10b2..0000000000 --- a/changelogs/fragments/7144-add-getbiosregistry-command-to-redfish-info.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redfish_info - add support for ``GetBiosRegistries`` command (https://github.com/ansible-collections/community.general/pull/7144). diff --git a/changelogs/fragments/7241-prevent-key-error-when-value-does-not-exist.yml b/changelogs/fragments/7241-prevent-key-error-when-value-does-not-exist.yml deleted file mode 100644 index caf722cc6f..0000000000 --- a/changelogs/fragments/7241-prevent-key-error-when-value-does-not-exist.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - onepassword - fix KeyError exception when trying to access value of a field that is not filled out in OnePassword item (https://github.com/ansible-collections/community.general/pull/7241). diff --git a/changelogs/fragments/7242_ignore_similar_chars.yml b/changelogs/fragments/7242_ignore_similar_chars.yml deleted file mode 100644 index 5b65a123d9..0000000000 --- a/changelogs/fragments/7242_ignore_similar_chars.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - random_string - added new ``ignore_similar_chars`` and ``similar_chars`` option to ignore certain chars (https://github.com/ansible-collections/community.general/pull/7242). diff --git a/changelogs/fragments/7251-gitlab-variables-deleteing-all-variables.yml b/changelogs/fragments/7251-gitlab-variables-deleteing-all-variables.yml deleted file mode 100644 index 1c8650edae..0000000000 --- a/changelogs/fragments/7251-gitlab-variables-deleteing-all-variables.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - gitlab_project_variable - deleted all variables when used with ``purge=true`` due to missing ``raw`` property in KNOWN attributes (https://github.com/ansible-collections/community.general/issues/7250). - - gitlab_group_variable - deleted all variables when used with ``purge=true`` due to missing ``raw`` property in KNOWN attributes (https://github.com/ansible-collections/community.general/issues/7250). diff --git a/changelogs/fragments/7263-proxmox-return-vmid-and-taskid.yaml b/changelogs/fragments/7263-proxmox-return-vmid-and-taskid.yaml deleted file mode 100644 index 01b2ceeaf6..0000000000 --- a/changelogs/fragments/7263-proxmox-return-vmid-and-taskid.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - proxmox - add ``vmid`` (and ``taskid`` when possible) to return values (https://github.com/ansible-collections/community.general/pull/7263). diff --git a/changelogs/fragments/7264-ldap_search-strings.yml b/changelogs/fragments/7264-ldap_search-strings.yml deleted file mode 100644 index 75bef2194e..0000000000 --- a/changelogs/fragments/7264-ldap_search-strings.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "ldap_search - fix string normalization and the ``base64_attributes`` option on Python 3 (https://github.com/ansible-collections/community.general/issues/5704, https://github.com/ansible-collections/community.general/pull/7264)." diff --git a/changelogs/fragments/7267-redis_info.yml b/changelogs/fragments/7267-redis_info.yml deleted file mode 100644 index 4bf2631bb3..0000000000 --- a/changelogs/fragments/7267-redis_info.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redis_info - refactor the redis_info module to use the redis module_utils enabling to pass TLS parameters to the Redis client (https://github.com/ansible-collections/community.general/pull/7267). diff --git a/changelogs/fragments/7273-ini_file_ignore_spaces.yml b/changelogs/fragments/7273-ini_file_ignore_spaces.yml deleted file mode 100644 index 4f5723777c..0000000000 --- a/changelogs/fragments/7273-ini_file_ignore_spaces.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - ini_file - add ``ignore_spaces`` option (https://github.com/ansible-collections/community.general/pull/7273). diff --git a/changelogs/fragments/7284-supervisorctl-stop-before-remove.yaml b/changelogs/fragments/7284-supervisorctl-stop-before-remove.yaml deleted file mode 100644 index 22fe5eb950..0000000000 --- a/changelogs/fragments/7284-supervisorctl-stop-before-remove.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - supervisorctl - allow to stop matching running processes before removing them with ``stop_before_removing=true`` (https://github.com/ansible-collections/community.general/pull/7284). diff --git a/changelogs/fragments/7295-adding_deprecation_for_timeout_in_redfish_info_config_command.yml b/changelogs/fragments/7295-adding_deprecation_for_timeout_in_redfish_info_config_command.yml deleted file mode 100644 index 8e7ce7c186..0000000000 --- a/changelogs/fragments/7295-adding_deprecation_for_timeout_in_redfish_info_config_command.yml +++ /dev/null @@ -1,2 +0,0 @@ -deprecated_features: - - redfish_info, redfish_config, redfish_command - the default value ``10`` for the ``timeout`` option is deprecated and will change to ``60`` in community.general 9.0.0 (https://github.com/ansible-collections/community.general/pull/7295). diff --git a/changelogs/fragments/7301-fix-backend-config-string-encapsulation.yml b/changelogs/fragments/7301-fix-backend-config-string-encapsulation.yml deleted file mode 100644 index f8d01450f4..0000000000 --- a/changelogs/fragments/7301-fix-backend-config-string-encapsulation.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "terraform - prevents ``-backend-config`` option double encapsulating with ``shlex_quote`` function. (https://github.com/ansible-collections/community.general/pull/7301)." \ No newline at end of file diff --git a/changelogs/fragments/7303-mail-incorrect-header-parsing.yml b/changelogs/fragments/7303-mail-incorrect-header-parsing.yml deleted file mode 100644 index a35f5288d7..0000000000 --- a/changelogs/fragments/7303-mail-incorrect-header-parsing.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - mail - skip headers containing equals characters due to missing ``maxsplit`` on header key/value parsing (https://github.com/ansible-collections/community.general/pull/7303). diff --git a/changelogs/fragments/7304-prevent-parted-warnings.yml b/changelogs/fragments/7304-prevent-parted-warnings.yml deleted file mode 100644 index 9056ebde74..0000000000 --- a/changelogs/fragments/7304-prevent-parted-warnings.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - parted - on resize, use ``--fix`` option if available (https://github.com/ansible-collections/community.general/pull/7304). diff --git a/changelogs/fragments/7308-onepassword-multi-acc.yml b/changelogs/fragments/7308-onepassword-multi-acc.yml deleted file mode 100644 index 47676cddfa..0000000000 --- a/changelogs/fragments/7308-onepassword-multi-acc.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - onepassword lookup plugin - introduce ``account_id`` option which allows specifying which account to use (https://github.com/ansible-collections/community.general/pull/7308). - - onepassword_raw lookup plugin - introduce ``account_id`` option which allows specifying which account to use (https://github.com/ansible-collections/community.general/pull/7308). diff --git a/changelogs/fragments/7318-add-linkstatus-attribute-to-nic-inventory.yml b/changelogs/fragments/7318-add-linkstatus-attribute-to-nic-inventory.yml deleted file mode 100644 index b67531577d..0000000000 --- a/changelogs/fragments/7318-add-linkstatus-attribute-to-nic-inventory.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redfish_info - adds ``LinkStatus`` to NIC inventory (https://github.com/ansible-collections/community.general/pull/7318). diff --git a/changelogs/fragments/7323-nmap.yml b/changelogs/fragments/7323-nmap.yml deleted file mode 100644 index 763a990650..0000000000 --- a/changelogs/fragments/7323-nmap.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "nmap inventory plugin - fix ``get_option`` calls (https://github.com/ansible-collections/community.general/pull/7323)." diff --git a/changelogs/fragments/7330-redfish-utils-oem-params.yml b/changelogs/fragments/7330-redfish-utils-oem-params.yml deleted file mode 100644 index 5e39779527..0000000000 --- a/changelogs/fragments/7330-redfish-utils-oem-params.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redfish_command - add new option ``update_oem_params`` for the ``MultipartHTTPPushUpdate`` command (https://github.com/ansible-collections/community.general/issues/7331). diff --git a/changelogs/fragments/7339-pnpm-correct-version-when-state-latest.yml b/changelogs/fragments/7339-pnpm-correct-version-when-state-latest.yml deleted file mode 100644 index f522901070..0000000000 --- a/changelogs/fragments/7339-pnpm-correct-version-when-state-latest.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - pnpm - set correct version when state is latest or version is not mentioned. Resolves previous idempotency problem (https://github.com/ansible-collections/community.general/pull/7339). diff --git a/changelogs/fragments/7340-snap-fix.yml b/changelogs/fragments/7340-snap-fix.yml deleted file mode 100644 index a929964869..0000000000 --- a/changelogs/fragments/7340-snap-fix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - snap - change the change detection mechanism from "parsing installation" to "comparing end state with initial state" (https://github.com/ansible-collections/community.general/pull/7340, https://github.com/ansible-collections/community.general/issues/7265). diff --git a/changelogs/fragments/7343-dig-tcp-option.yml b/changelogs/fragments/7343-dig-tcp-option.yml deleted file mode 100644 index 6c2415f041..0000000000 --- a/changelogs/fragments/7343-dig-tcp-option.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - dig lookup plugin - add TCP option to enable the use of TCP connection during DNS lookup (https://github.com/ansible-collections/community.general/pull/7343). diff --git a/changelogs/fragments/7352-add-executable-option-for-cargo.yml b/changelogs/fragments/7352-add-executable-option-for-cargo.yml deleted file mode 100644 index 63cf47d8f8..0000000000 --- a/changelogs/fragments/7352-add-executable-option-for-cargo.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "cargo - add option ``executable``, which allows user to specify path to the cargo binary (https://github.com/ansible-collections/community.general/pull/7352)." diff --git a/changelogs/fragments/7355-newrelic-deployment-add-exact-name.yml b/changelogs/fragments/7355-newrelic-deployment-add-exact-name.yml deleted file mode 100644 index f077a99056..0000000000 --- a/changelogs/fragments/7355-newrelic-deployment-add-exact-name.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "newrelic_deployment - add option ``app_name_exact_match``, which filters results for the exact app_name provided (https://github.com/ansible-collections/community.general/pull/7355)." \ No newline at end of file diff --git a/changelogs/fragments/7364-add-option-force-gitlab-group.yml b/changelogs/fragments/7364-add-option-force-gitlab-group.yml deleted file mode 100644 index 363baa7e26..0000000000 --- a/changelogs/fragments/7364-add-option-force-gitlab-group.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "gitlab_group - add option ``force_delete`` (default: false) which allows delete group even if projects exists in it (https://github.com/ansible-collections/community.general/pull/7364)." diff --git a/changelogs/fragments/7369-fix-lxc-options.yml b/changelogs/fragments/7369-fix-lxc-options.yml deleted file mode 100644 index c909f34603..0000000000 --- a/changelogs/fragments/7369-fix-lxc-options.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - lxc connection plugin - properly evaluate options (https://github.com/ansible-collections/community.general/pull/7369). diff --git a/changelogs/fragments/deprecate-ansible-core-2.11-2.12.yml b/changelogs/fragments/deprecate-ansible-core-2.11-2.12.yml deleted file mode 100644 index a842f8861f..0000000000 --- a/changelogs/fragments/deprecate-ansible-core-2.11-2.12.yml +++ /dev/null @@ -1,6 +0,0 @@ -deprecated_features: - - "The next major release, community.general 8.0.0, will drop support for ansible-core 2.11 and 2.12, which have been End of Life for some time - now. This means that this collection no longer supports Python 2.6 on the target. Individual content might still work with unsupported - ansible-core versions, but that can change at any time. Also please note that from now on, for every new major community.general release, - we will drop support for all ansible-core versions that have been End of Life for more than a few weeks on the date of the major release - (https://github.com/ansible-community/community-topics/discussions/271, https://github.com/ansible-collections/community.general/pull/7259)."