Skip to content

feat(event-reporter): added event trace id to logCtx + request to codefresh #675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
Show all changes
13 commits
Select commit Hold shift + click to select a range
21de86d
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 19, 2025
541d9ef
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 19, 2025
b27b837
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 19, 2025
932dbde
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 19, 2025
991948b
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 20, 2025
46d2a80
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 20, 2025
434b262
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 20, 2025
0b537e2
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 21, 2025
104723c
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 21, 2025
b1d8c89
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 21, 2025
bf0dd69
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 21, 2025
c9dd3a7
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 22, 2025
01bd6e1
[cf-argocd-extras]feat(event-reporter): added event trace id to logCt…
codefresh-v2-pipelines[bot] Aug 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ cf-argocd-extras:
image:
registry: quay.io
repository: codefresh/cf-argocd-extras
tag: v0.5.14
tag: v0.5.15
nodeSelector: {}
tolerations: []
affinity: {}
Expand All @@ -783,7 +783,7 @@ cf-argocd-extras:
image:
registry: quay.io
repository: codefresh/cf-argocd-extras
tag: v0.5.14
tag: v0.5.15
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down