1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments
patchback[bot] 8444902289
[PR #8741/73b54139 backport][stable-9] fix(opentelemetry): adjust default value for store_spans_in_file causing traces to be produced to a file named None (#8751)
fix(opentelemetry): adjust default value for `store_spans_in_file` causing traces to be produced to a file named `None` (#8741)

* fix(opentelemetry): adjust default value for `store_spans_in_file` causing traces to be produced to a file named `None`

The commit 5f481939d introduced `store_spans_in_file` with the default
value `None` as a string. This causes the value of `store_spans_in_file`
to be a not empty string, value=None as a string and not a null value.
The rest of the code check if the store_spans_in_file is not null which
squeezes the rest of the code. The following commit set the default
value as an empty string.

Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>

* fix(opentelemetry): No default value is better, reword changelog

Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>

---------

Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>
(cherry picked from commit 73b54139d6)

Co-authored-by: Wilfried ROSET <wilfriedroset@users.noreply.github.com>
2024-08-12 08:06:22 +02:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
9.3.0.yml Prepare 9.3.0 release. 2024-07-27 13:57:27 +02:00
8623-become-types.yml [PR #8623/a24ee93f backport][stable-9] Type options of become plugins (#8659) 2024-07-21 22:15:40 +02:00
8624-cache-types.yml [PR #8624/37c85605 backport][stable-9] Type options of cache plugins (#8686) 2024-07-28 22:39:07 +02:00
8625-inventory-types.yml [PR #8625/f9a56b9a backport][stable-9] Type options of inventory plugins (#8661) 2024-07-21 22:15:49 +02:00
8626-lookup-types.yml [PR #8626/daed4dcc backport][stable-9] Type options of lookup plugins (#8660) 2024-07-21 22:16:02 +02:00
8627-connection-types.yml [PR #8627/ce65eb87 backport][stable-9] Type options of connection plugins (#8662) 2024-07-21 22:16:12 +02:00
8628-callback-types.yml [PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663) 2024-07-21 22:16:23 +02:00
8632-pkgng-add-option-use_globs.yml [PR #8633/e3fb817a backport][stable-9] pkgng - add option use_globs (default=true) (#8668) 2024-07-23 22:03:42 +02:00
8646-fix-bug-in-proxmox-volumes.yml [PR #8646/e1148e6b backport][stable-9] Fix new Proxmox Volume handling (#8667) 2024-07-23 22:03:51 +02:00
8648-fix-gitlab-runner-paused.yaml [PR #8648/b6c6253b backport][stable-9] fix(modules/gitlab_runners): pass paused to gitlab (#8701) 2024-08-01 17:33:11 +02:00
8654-add-redis-tls-params.yml [PR #8654/52126b8f backport][stable-9] Add TLS certs params to redis (#8672) 2024-07-23 22:03:13 +02:00
8674-add-gitlab-project-cleanup-policy.yml [PR #8674/b9244130 backport][stable-9] Gitlab_project: add options for repository_access_level and container_expiration_policy (#8740) 2024-08-11 20:21:49 +02:00
8675-pipx-install-suffix.yml [PR #8675/5b2711bb backport][stable-9] pipx - add suffix parameter (#8721) 2024-08-07 15:12:40 +02:00
8695-keycloak_user_federation-mapper-removal.yml [PR #8695/2942eda8 backport][stable-9] keycloak_user_federation: add mapper removal (#8753) 2024-08-12 08:06:13 +02:00
8711-gconftool2-refactor.yml [PR #8711/132faeae backport][stable-9] gconftool2: minor refactor (#8717) 2024-08-05 22:16:15 +02:00
8741-fix-opentelemetry-callback.yml [PR #8741/73b54139 backport][stable-9] fix(opentelemetry): adjust default value for store_spans_in_file causing traces to be produced to a file named None (#8751) 2024-08-12 08:06:22 +02:00