Skip to content

Commit

Permalink
chore: update version to 2.9-2024.1.17-b48801c0d
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Jan 17, 2024
1 parent b48801c commit f9c449b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9-2024.01.17-0d221227f
2.9-2024.1.17-b48801c0d
2 changes: 2 additions & 0 deletions changelog/CHANGELOG-2.9-2024.1.17-b48801c0d.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### 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.
2 changes: 1 addition & 1 deletion hack/release/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func getLatestVersion() (string, error) {
if err != nil {
return "", err
}
return fmt.Sprintf("%s-%s-%s", argocdVersion, time.Now().Format("2006.01.02"), commitSha), nil
return fmt.Sprintf("%s-%s-%s", argocdVersion, time.Now().Format("2006.1.2"), commitSha), nil
}

func updateVersion(version string) error {
Expand Down

0 comments on commit f9c449b

Please sign in to comment.