Skip to content

Releases: codefresh-io/argo-cd

v2.9-2024.2.4-fc84c8a9c

04 Feb 09:49
Compare
Choose a tag to compare

Bug fixes

  • fix: application deletion is not being reported correctly to Codefresh platform (#280)

v2.9-2024.1.24-ccd7124b3

24 Jan 13:51
Compare
Choose a tag to compare

Event reporter v2.0.5

  1. Vuln: fixed critical issue: github.com/go-git/go-git/v5: v5.8.1 -> v5.11.0
  2. Vuln: fixed critical issue: stdlib: bump ubuntu to 23.10

v2.9-2024.1.22-375d827f3

22 Jan 13:33
Compare
Choose a tag to compare

Event reporter v2.0.4

  1. Bugfix: added support of project and appNamespace query params to httpApplicationClient to fix permission denied requests.

v2.9-2024.1.17-fd6208b56

17 Jan 19:46
Compare
Choose a tag to compare

Event reporter v2.0.4

  1. Support learning mode for event reporter.

v2.9-2024.1.17-b48801c0d

17 Jan 13:45
Compare
Choose a tag to compare

Event reporter v2.0.3

  1. 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

17 Jan 11:07
Compare
Choose a tag to compare

Event reporter v2.0.3

  1. 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

16 Jan 12:55
Compare
Choose a tag to compare

Bugfixes

  1. [event-reporter]: apps not in controller ns not reported.
  2. [event-reporter]: source object payload doesn't include correct gitSourceNamespace if resource ns != application ns

v2.9-2024.01.16-207f20c91

16 Jan 12:02
Compare
Choose a tag to compare

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

28 Dec 09:39
Compare
Choose a tag to compare

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

26 Dec 12:53
Compare
Choose a tag to compare

Features

  • feat: application event reporter support http communication between event reporter and argocd