From e8ec3afae86f24e1d687e2774c97a8c2e44cf4aa Mon Sep 17 00:00:00 2001 From: pashakostohrys Date: Thu, 28 Dec 2023 11:15:41 +0200 Subject: [PATCH] chore: update version to 2.9-2023.12.28-a52e719a5 --- VERSION | 2 +- .../{CHANGELOG.md => CHANGELOG-2.9-2023.12.28-a52e719a5.md} | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) rename changelog/{CHANGELOG.md => CHANGELOG-2.9-2023.12.28-a52e719a5.md} (55%) diff --git a/VERSION b/VERSION index 8580e0042a05d..8684b399206a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9-2023.12.26-47086b8e8 \ No newline at end of file +2.9-2023.12.28-a52e719a5 \ No newline at end of file diff --git a/changelog/CHANGELOG.md b/changelog/CHANGELOG-2.9-2023.12.28-a52e719a5.md similarity index 55% rename from changelog/CHANGELOG.md rename to changelog/CHANGELOG-2.9-2023.12.28-a52e719a5.md index 53c0a3c2642bd..71595df167b77 100644 --- a/changelog/CHANGELOG.md +++ b/changelog/CHANGELOG-2.9-2023.12.28-a52e719a5.md @@ -1,3 +1,4 @@ ### 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 \ No newline at end of file +* 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 \ No newline at end of file