Releases: codefresh-io/argo-cd
Releases · codefresh-io/argo-cd
v2.9-2024.2.4-fc84c8a9c
Bug fixes
- fix: application deletion is not being reported correctly to Codefresh platform (#280)
v2.9-2024.1.24-ccd7124b3
Event reporter v2.0.5
- Vuln: fixed critical issue: github.com/go-git/go-git/v5: v5.8.1 -> v5.11.0
- Vuln: fixed critical issue: stdlib: bump ubuntu to 23.10
v2.9-2024.1.22-375d827f3
Event reporter v2.0.4
- Bugfix: added support of project and appNamespace query params to httpApplicationClient to fix permission denied requests.
v2.9-2024.1.17-fd6208b56
Event reporter v2.0.4
- Support learning mode for event reporter.
v2.9-2024.1.17-b48801c0d
Event reporter v2.0.3
- Implemented a fixed window rate limiter for the event reporter to prevent the application from overflowing the entire reporter queue. This enhancement ensures timely reporting without causing delays for other applications.
v2.9-2024.01.17-0d221227f
Event reporter v2.0.3
- Implemented a fixed window rate limiter for the event reporter to prevent the application from overflowing the entire reporter queue. This enhancement ensures timely reporting without causing delays for other applications.
v2.9-2024.01.16-f663c785d
Bugfixes
- [event-reporter]: apps not in controller ns not reported.
- [event-reporter]: source object payload doesn't include correct gitSourceNamespace if resource ns != application ns
v2.9-2024.01.16-207f20c91
Event reporter v2.0.2
- Fix: app events with manifest generation error (non-existed path, repo, project, etc.) not reported to codefresh
Argocd Server (built-in event-reporter)
- Fix: app events with manifest generation error (non-existed path, repo, project, etc.) not reported to codefresh
v2.9-2023.12.28-a52e719a5
Event reporter v2.0.2
- Feat: added new metric cf_e_reporter_app_events_size and new bool env var EVENT_REPORTER_DETAILED_METRICS, if false will report 'not_reported' label values
- Feat: added support for argocd path to event reporter and new env var ARGOCD_SERVER_ROOTPATH
v2.9-2023.12.26-47086b8e8
Features
- feat: application event reporter support http communication between event reporter and argocd