diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c6f7c7ea..77c8adf760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,89 +2,123 @@ **Topics** -- v7\.5\.7 +- v7\.5\.8 - Release Summary - - Bugfixes -- v7\.5\.6 - - Release Summary + - Minor Changes - Security Fixes + - Bugfixes +- v7\.5\.7 + - Release Summary - Bugfixes -- v7\.5\.5 +- v7\.5\.6 - Release Summary + - Security Fixes - Bugfixes -- v7\.5\.4 +- v7\.5\.5 - Release Summary - Bugfixes -- v7\.5\.3 +- v7\.5\.4 - Release Summary - Bugfixes -- v7\.5\.2 +- v7\.5\.3 - Release Summary - - Minor Changes - Bugfixes -- v7\.5\.1 +- v7\.5\.2 - Release Summary - - Bugfixes -- v7\.5\.0 - - Release Summary - Minor Changes - - Deprecated Features + - Bugfixes +- v7\.5\.1 + - Release Summary - Bugfixes - - New Modules -- v7\.4\.0 +- v7\.5\.0 - Release Summary - Minor Changes + - Deprecated Features - Bugfixes - - New Modules -- v7\.3\.0 + - New Modules +- v7\.4\.0 - Release Summary - Minor Changes - - Deprecated Features - Bugfixes -- v7\.2\.1 + - New Modules +- v7\.3\.0 - Release Summary - - Bugfixes -- v7\.2\.0 - - Release Summary - Minor Changes - - Deprecated Features + - Deprecated Features + - Bugfixes +- v7\.2\.1 + - Release Summary - Bugfixes +- v7\.2\.0 + - Release Summary + - Minor Changes + - Deprecated Features + - Bugfixes - New Plugins - Lookup - New Modules - v7\.1\.0 - - Release Summary - - Minor Changes + - Release Summary + - Minor Changes - Deprecated Features - - Bugfixes + - Bugfixes - Known Issues - New Modules - v7\.0\.1 - - Release Summary - - Bugfixes -- v7\.0\.0 - Release Summary - - Minor Changes + - Bugfixes +- v7\.0\.0 + - Release Summary + - Minor Changes - Breaking Changes / Porting Guide - Deprecated Features - Removed Features \(previously deprecated\) - - Bugfixes + - Bugfixes - New Plugins - Lookup - New Modules This changelog describes changes after version 6\.0\.0\. - -## v7\.5\.7 + +## v7\.5\.8 ### Release Summary Regular bugfix release\. +Note that this is the last regular bugfix release\. From now on\, the 7\.x\.y release train +will only receive major and security bugfixes\. + + +### Minor Changes + +* gitlab\_deploy\_key\, gitlab\_group\_members\, gitlab\_group\_variable\, gitlab\_hook\, gitlab\_instance\_variable\, gitlab\_project\_badge\, gitlab\_project\_variable\, gitlab\_user \- improve API pagination and compatibility with different versions of python\-gitlab \([https\://github\.com/ansible\-collections/community\.general/pull/7790](https\://github\.com/ansible\-collections/community\.general/pull/7790)\)\. + + +### Security Fixes + +* keycloak\_identity\_provider \- the client secret was not correctly sanitized by the module\. The return values proposed\, existing\, and end\_state\, as well as the diff\, did contain the client secret unmasked \([https\://github\.com/ansible\-collections/community\.general/pull/8355](https\://github\.com/ansible\-collections/community\.general/pull/8355)\)\. + ### Bugfixes +* gitlab\_runner \- fix pagination when checking for existing runners \([https\://github\.com/ansible\-collections/community\.general/pull/7790](https\://github\.com/ansible\-collections/community\.general/pull/7790)\)\. +* keycloak\_user\_federation \- fix diff of empty krbPrincipalAttribute \([https\://github\.com/ansible\-collections/community\.general/pull/8320](https\://github\.com/ansible\-collections/community\.general/pull/8320)\)\. +* opentelemetry callback plugin \- close spans always \([https\://github\.com/ansible\-collections/community\.general/pull/8367](https\://github\.com/ansible\-collections/community\.general/pull/8367)\)\. +* opentelemetry callback plugin \- honour the disable\_logs option to avoid storing task results since they are not used regardless \([https\://github\.com/ansible\-collections/community\.general/pull/8373](https\://github\.com/ansible\-collections/community\.general/pull/8373)\)\. + + +## v7\.5\.7 + + +### Release Summary + +Regular bugfix release\. + + +### Bugfixes + * aix\_filesystem \- fix \_validate\_vg not passing VG name to lsvg\_cmd \([https\://github\.com/ansible\-collections/community\.general/issues/8151](https\://github\.com/ansible\-collections/community\.general/issues/8151)\)\. * apt\_rpm \- when checking whether packages were installed after running apt\-get \-y install \\, only the last package name was checked \([https\://github\.com/ansible\-collections/community\.general/pull/8263](https\://github\.com/ansible\-collections/community\.general/pull/8263)\)\. * bitwarden\_secrets\_manager lookup plugin \- implements retry with exponential backoff to avoid lookup errors when Bitwardn\'s API rate limiting is encountered \([https\://github\.com/ansible\-collections/community\.general/issues/8230](https\://github\.com/ansible\-collections/community\.general/issues/8230)\, [https\://github\.com/ansible\-collections/community\.general/pull/8238](https\://github\.com/ansible\-collections/community\.general/pull/8238)\)\. @@ -100,17 +134,17 @@ Regular bugfix release\. ## v7\.5\.6 - + ### Release Summary Regular bugfix release with security fixes\. - + ### Security Fixes * cobbler\, gitlab\_runners\, icinga2\, linode\, lxd\, nmap\, online\, opennebula\, proxmox\, scaleway\, stackpath\_compute\, virtualbox\, and xen\_orchestra inventory plugin \- make sure all data received from the remote servers is marked as unsafe\, so remote code execution by obtaining texts that can be evaluated as templates is not possible \([https\://www\.die\-welt\.net/2024/03/remote\-code\-execution\-in\-ansible\-dynamic\-inventory\-plugins/](https\://www\.die\-welt\.net/2024/03/remote\-code\-execution\-in\-ansible\-dynamic\-inventory\-plugins/)\, [https\://github\.com/ansible\-collections/community\.general/pull/8098](https\://github\.com/ansible\-collections/community\.general/pull/8098)\)\. - + ### Bugfixes * aix\_filesystem \- fix issue with empty list items in crfs logic and option order \([https\://github\.com/ansible\-collections/community\.general/pull/8052](https\://github\.com/ansible\-collections/community\.general/pull/8052)\)\. @@ -126,12 +160,12 @@ Regular bugfix release with security fixes\. ## v7\.5\.5 - + ### Release Summary Regular bugfix release\. - + ### Bugfixes * cargo \- fix idempotency issues when using a custom installation path for packages \(using the \-\-path parameter\)\. The initial installation runs fine\, but subsequent runs use the get\_installed\(\) function which did not check the given installation location\, before running cargo install\. This resulted in a false changed state\. Also the removal of packeges using state\: absent failed\, as the installation check did not use the given parameter \([https\://github\.com/ansible\-collections/community\.general/pull/7970](https\://github\.com/ansible\-collections/community\.general/pull/7970)\)\. @@ -145,12 +179,12 @@ Regular bugfix release\. ## v7\.5\.4 - + ### Release Summary Regular bugfix release\. - + ### Bugfixes * homebrew \- detect already installed formulae and casks using JSON output from brew info \([https\://github\.com/ansible\-collections/community\.general/issues/864](https\://github\.com/ansible\-collections/community\.general/issues/864)\)\. @@ -162,12 +196,12 @@ Regular bugfix release\. ## v7\.5\.3 - + ### Release Summary Regular bugfix release\. - + ### Bugfixes * keycloak\_identity\_provider \- mappers processing was not idempotent if the mappers configuration list had not been sorted by name \(in ascending order\)\. Fix resolves the issue by sorting mappers in the desired state using the same key which is used for obtaining existing state \([https\://github\.com/ansible\-collections/community\.general/pull/7418](https\://github\.com/ansible\-collections/community\.general/pull/7418)\)\. @@ -178,17 +212,17 @@ Regular bugfix release\. ## v7\.5\.2 - + ### Release Summary Regular bugfix release\. - + ### Minor Changes * elastic callback plugin \- close elastic client to not leak resources \([https\://github\.com/ansible\-collections/community\.general/pull/7517](https\://github\.com/ansible\-collections/community\.general/pull/7517)\)\. - + ### Bugfixes * cloudflare\_dns \- fix Cloudflare lookup of SHFP records \([https\://github\.com/ansible\-collections/community\.general/issues/7652](https\://github\.com/ansible\-collections/community\.general/issues/7652)\)\. @@ -210,12 +244,12 @@ Regular bugfix release\. ## v7\.5\.1 - + ### Release Summary Regular bugfix release\. - + ### Bugfixes * composer \- fix impossible to run working\_dir dependent commands\. The module was throwing an error when trying to run a working\_dir dependent command\, because it tried to get the command help without passing the working\_dir \([https\://github\.com/ansible\-collections/community\.general/issues/3787](https\://github\.com/ansible\-collections/community\.general/issues/3787)\)\. @@ -237,7 +271,7 @@ Regular bugfix release\. ## v7\.5\.0 - + ### Release Summary Regular bugfix and feature release\. @@ -245,7 +279,7 @@ 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](https\://github\.com/ansible\-collections/community\.general/pull/7352)\)\. @@ -274,7 +308,7 @@ with major version 7 will be bugfix releases 7\.5\.y\. * 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\-community/community\-topics/discussions/271)\, [https\://github\.com/ansible\-collections/community\.general/pull/7259](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](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](https\://github\.com/ansible\-collections/community\.general/issues/7250)\)\. @@ -299,12 +333,12 @@ with major version 7 will be bugfix releases 7\.5\.y\. ## v7\.4\.0 - + ### Release Summary Bugfix and feature release\. - + ### Minor Changes * cobbler inventory plugin \- add exclude\_mgmt\_classes and include\_mgmt\_classes options to exclude or include hosts based on management classes \([https\://github\.com/ansible\-collections/community\.general/pull/7184](https\://github\.com/ansible\-collections/community\.general/pull/7184)\)\. @@ -321,7 +355,7 @@ Bugfix and feature release\. * redfish\_utils module utils \- support Volumes in response for GetDiskInventory \([https\://github\.com/ansible\-collections/community\.general/pull/6819](https\://github\.com/ansible\-collections/community\.general/pull/6819)\)\. * unixy callback plugin \- add support for check\_mode\_markers option \([https\://github\.com/ansible\-collections/community\.general/pull/7179](https\://github\.com/ansible\-collections/community\.general/pull/7179)\)\. - + ### Bugfixes * CmdRunner module utils \- does not attempt to resolve path if executable is a relative or absolute path \([https\://github\.com/ansible\-collections/community\.general/pull/7200](https\://github\.com/ansible\-collections/community\.general/pull/7200)\)\. @@ -340,12 +374,12 @@ Bugfix and feature release\. ## v7\.3\.0 - + ### Release Summary Feature and bugfix release\. - + ### Minor Changes * chroot connection plugin \- add disable\_root\_check option \([https\://github\.com/ansible\-collections/community\.general/pull/7099](https\://github\.com/ansible\-collections/community\.general/pull/7099)\)\. @@ -368,7 +402,7 @@ Feature and bugfix release\. * ejabberd\_user \- deprecate the parameter logging in favour of producing more detailed information in the module output \([https\://github\.com/ansible\-collections/community\.general/pull/7043](https\://github\.com/ansible\-collections/community\.general/pull/7043)\)\. - + ### Bugfixes * bitwarden lookup plugin \- the plugin made assumptions about the structure of a Bitwarden JSON object which may have been broken by an update in the Bitwarden API\. Remove assumptions\, and allow queries for general fields such as notes \([https\://github\.com/ansible\-collections/community\.general/pull/7061](https\://github\.com/ansible\-collections/community\.general/pull/7061)\)\. @@ -387,12 +421,12 @@ Feature and bugfix release\. ## v7\.2\.1 - + ### Release Summary Bugfix release\. - + ### Bugfixes * cmd\_runner module utils \- when a parameter in argument\_spec has no type\, meaning it is implicitly a str\, CmdRunner would fail trying to find the type key in that dictionary \([https\://github\.com/ansible\-collections/community\.general/pull/6968](https\://github\.com/ansible\-collections/community\.general/pull/6968)\)\. @@ -404,12 +438,12 @@ Bugfix release\. ## v7\.2\.0 - + ### Release Summary Regular bugfix and feature release\. - + ### Minor Changes * cobbler inventory plugin \- convert Ansible unicode strings to native Python unicode strings before passing user/password to XMLRPC client \([https\://github\.com/ansible\-collections/community\.general/pull/6923](https\://github\.com/ansible\-collections/community\.general/pull/6923)\)\. @@ -455,7 +489,7 @@ Regular bugfix and feature release\. * webfaction\_mailbox \- module relies entirely on no longer existent API endpoints\, and it will be removed in community\.general 9\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/6909](https\://github\.com/ansible\-collections/community\.general/pull/6909)\)\. * webfaction\_site \- module relies entirely on no longer existent API endpoints\, and it will be removed in community\.general 9\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/6909](https\://github\.com/ansible\-collections/community\.general/pull/6909)\)\. - + ### Bugfixes * cobbler inventory plugin \- fix calculation of cobbler\_ipv4/6\_address \([https\://github\.com/ansible\-collections/community\.general/pull/6925](https\://github\.com/ansible\-collections/community\.general/pull/6925)\)\. @@ -497,7 +531,7 @@ Regular bugfix and feature release\. ## v7\.1\.0 - + ### Release Summary Regular bugfix and feature release\. @@ -510,7 +544,7 @@ ansible\-core 2\.15 or later to see it as it is intended\. Alternatively you can look at [the devel docsite](https\://docs\.ansible\.com/ansible/devel/collections/community/general/) for the rendered HTML version of the documentation of the latest release\. - + ### Minor Changes * The collection will start using semantic markup \([https\://github\.com/ansible\-collections/community\.general/pull/6539](https\://github\.com/ansible\-collections/community\.general/pull/6539)\)\. @@ -579,7 +613,7 @@ for the rendered HTML version of the documentation of the latest release\. for removal in community\.general 10\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/6673](https\://github\.com/ansible\-collections/community\.general/pull/6673)\)\. - + ### Bugfixes * MH DependencyMixin module utils \- deprecation notice was popping up for modules not using dependencies \([https\://github\.com/ansible\-collections/community\.general/pull/6644](https\://github\.com/ansible\-collections/community\.general/pull/6644)\, [https\://github\.com/ansible\-collections/community\.general/issues/6639](https\://github\.com/ansible\-collections/community\.general/issues/6639)\)\. @@ -616,12 +650,12 @@ for the rendered HTML version of the documentation of the latest release\. ## v7\.0\.1 - + ### Release Summary Bugfix release for Ansible 8\.0\.0rc1\. - + ### Bugfixes * nmcli \- fix bond option xmit\_hash\_policy \([https\://github\.com/ansible\-collections/community\.general/pull/6527](https\://github\.com/ansible\-collections/community\.general/pull/6527)\)\. @@ -632,12 +666,12 @@ Bugfix release for Ansible 8\.0\.0rc1\. ## v7\.0\.0 - + ### Release Summary This is release 7\.0\.0 of community\.general\, released on 2023\-05\-09\. - + ### Minor Changes * apache2\_module \- add module argument warn\_mpm\_absent to control whether warning are raised in some edge cases \([https\://github\.com/ansible\-collections/community\.general/pull/5793](https\://github\.com/ansible\-collections/community\.general/pull/5793)\)\. @@ -817,7 +851,7 @@ This is release 7\.0\.0 of community\.general\, released on 2023\-0 * xfconf \- generating facts was deprecated in community\.general 3\.0\.0\, however three factoids\, property\, channel and value continued to be generated by mistake\. This behaviour has been removed and xfconf generate no facts whatsoever \([https\://github\.com/ansible\-collections/community\.general/pull/5502](https\://github\.com/ansible\-collections/community\.general/pull/5502)\)\. * xfconf \- generating facts was deprecated in community\.general 3\.0\.0\, however two factoids\, previous\_value and type continued to be generated by mistake\. This behaviour has been removed and xfconf generate no facts whatsoever \([https\://github\.com/ansible\-collections/community\.general/pull/5502](https\://github\.com/ansible\-collections/community\.general/pull/5502)\)\. - + ### Bugfixes * ModuleHelper \- fix bug when adjusting the name of reserved output variables \([https\://github\.com/ansible\-collections/community\.general/pull/5755](https\://github\.com/ansible\-collections/community\.general/pull/5755)\)\. diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7df6adab82..1f299fed0b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,35 @@ Community General Release Notes This changelog describes changes after version 6.0.0. +v7.5.8 +====== + +Release Summary +--------------- + +Regular bugfix release. + +Note that this is the last regular bugfix release. From now on, the 7.x.y release train +will only receive major and security bugfixes. + +Minor Changes +------------- + +- gitlab_deploy_key, gitlab_group_members, gitlab_group_variable, gitlab_hook, gitlab_instance_variable, gitlab_project_badge, gitlab_project_variable, gitlab_user - improve API pagination and compatibility with different versions of ``python-gitlab`` (https://github.com/ansible-collections/community.general/pull/7790). + +Security Fixes +-------------- + +- keycloak_identity_provider - the client secret was not correctly sanitized by the module. The return values ``proposed``, ``existing``, and ``end_state``, as well as the diff, did contain the client secret unmasked (https://github.com/ansible-collections/community.general/pull/8355). + +Bugfixes +-------- + +- gitlab_runner - fix pagination when checking for existing runners (https://github.com/ansible-collections/community.general/pull/7790). +- keycloak_user_federation - fix diff of empty ``krbPrincipalAttribute`` (https://github.com/ansible-collections/community.general/pull/8320). +- opentelemetry callback plugin - close spans always (https://github.com/ansible-collections/community.general/pull/8367). +- opentelemetry callback plugin - honour the ``disable_logs`` option to avoid storing task results since they are not used regardless (https://github.com/ansible-collections/community.general/pull/8373). + v7.5.7 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a891ed7036..4b930d0dc4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1830,3 +1830,37 @@ releases: - 8263-apt_rpm-install-check.yml - puppet_lang_force.yml release_date: '2024-04-22' + 7.5.8: + changes: + bugfixes: + - gitlab_runner - fix pagination when checking for existing runners (https://github.com/ansible-collections/community.general/pull/7790). + - keycloak_user_federation - fix diff of empty ``krbPrincipalAttribute`` (https://github.com/ansible-collections/community.general/pull/8320). + - opentelemetry callback plugin - close spans always (https://github.com/ansible-collections/community.general/pull/8367). + - opentelemetry callback plugin - honour the ``disable_logs`` option to avoid + storing task results since they are not used regardless (https://github.com/ansible-collections/community.general/pull/8373). + minor_changes: + - gitlab_deploy_key, gitlab_group_members, gitlab_group_variable, gitlab_hook, + gitlab_instance_variable, gitlab_project_badge, gitlab_project_variable, gitlab_user + - improve API pagination and compatibility with different versions of ``python-gitlab`` + (https://github.com/ansible-collections/community.general/pull/7790). + release_summary: 'Regular bugfix release. + + + Note that this is the last regular bugfix release. From now on, the 7.x.y + release train + + will only receive major and security bugfixes. + + ' + security_fixes: + - keycloak_identity_provider - the client secret was not correctly sanitized + by the module. The return values ``proposed``, ``existing``, and ``end_state``, + as well as the diff, did contain the client secret unmasked (https://github.com/ansible-collections/community.general/pull/8355). + fragments: + - 7.5.8.yml + - 7790-gitlab-runner-api-pagination.yml + - 8320-keycloak_user_federation-fix-diff-krbPrincipalAttribute.yaml + - 8355-keycloak-idp-sanitize.yaml + - 8367-fix-close-span-if-no-logs.yaml + - 8373-honour-disable-logs.yaml + release_date: '2024-05-20' diff --git a/changelogs/fragments/7.5.8.yml b/changelogs/fragments/7.5.8.yml deleted file mode 100644 index 76a8a84327..0000000000 --- a/changelogs/fragments/7.5.8.yml +++ /dev/null @@ -1,5 +0,0 @@ -release_summary: | - Regular bugfix release. - - Note that this is the last regular bugfix release. From now on, the 7.x.y release train - will only receive major and security bugfixes. diff --git a/changelogs/fragments/7790-gitlab-runner-api-pagination.yml b/changelogs/fragments/7790-gitlab-runner-api-pagination.yml deleted file mode 100644 index 59a65ea8ef..0000000000 --- a/changelogs/fragments/7790-gitlab-runner-api-pagination.yml +++ /dev/null @@ -1,8 +0,0 @@ -bugfixes: - - gitlab_runner - fix pagination when checking for existing runners (https://github.com/ansible-collections/community.general/pull/7790). - -minor_changes: - - gitlab_deploy_key, gitlab_group_members, gitlab_group_variable, gitlab_hook, - gitlab_instance_variable, gitlab_project_badge, gitlab_project_variable, - gitlab_user - improve API pagination and compatibility with different versions - of ``python-gitlab`` (https://github.com/ansible-collections/community.general/pull/7790). diff --git a/changelogs/fragments/8320-keycloak_user_federation-fix-diff-krbPrincipalAttribute.yaml b/changelogs/fragments/8320-keycloak_user_federation-fix-diff-krbPrincipalAttribute.yaml deleted file mode 100644 index df4a892733..0000000000 --- a/changelogs/fragments/8320-keycloak_user_federation-fix-diff-krbPrincipalAttribute.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - keycloak_user_federation - fix diff of empty ``krbPrincipalAttribute`` (https://github.com/ansible-collections/community.general/pull/8320). diff --git a/changelogs/fragments/8355-keycloak-idp-sanitize.yaml b/changelogs/fragments/8355-keycloak-idp-sanitize.yaml deleted file mode 100644 index 3a7942bb88..0000000000 --- a/changelogs/fragments/8355-keycloak-idp-sanitize.yaml +++ /dev/null @@ -1,2 +0,0 @@ -security_fixes: - - keycloak_identity_provider - the client secret was not correctly sanitized by the module. The return values ``proposed``, ``existing``, and ``end_state``, as well as the diff, did contain the client secret unmasked (https://github.com/ansible-collections/community.general/pull/8355). \ No newline at end of file diff --git a/changelogs/fragments/8367-fix-close-span-if-no-logs.yaml b/changelogs/fragments/8367-fix-close-span-if-no-logs.yaml deleted file mode 100644 index e0a90be311..0000000000 --- a/changelogs/fragments/8367-fix-close-span-if-no-logs.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "opentelemetry callback plugin - close spans always (https://github.com/ansible-collections/community.general/pull/8367)." diff --git a/changelogs/fragments/8373-honour-disable-logs.yaml b/changelogs/fragments/8373-honour-disable-logs.yaml deleted file mode 100644 index 112b10a9f4..0000000000 --- a/changelogs/fragments/8373-honour-disable-logs.yaml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - opentelemetry callback plugin - honour the ``disable_logs`` option to avoid storing task results since they are not used regardless (https://github.com/ansible-collections/community.general/pull/8373). -