Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ Here are some answers to commonly asked GitOps Agent questions.

| GitOps Agent version | Packaged Argo CD version | Supported Argo CD versions | Redis version | Haproxy version |
| -------------------- | ------------------------ | --------------------------------------------- | ------------------- | --------------- |
| 0.102.0 | v2.14.16 | 2.10.14, 2.13.2, 2.13.5, 2.14.9, 2.14.13, 2.14.16 | redis:7.4.1-alpine | 2.9.4-alpine |
| 0.97.0 - 0.101.0 | v2.14.13 | 2.10.14, 2.13.2, 2.13.5, 2.14.9, 2.14.13 | redis:7.4.1-alpine | 2.9.4-alpine |
| 0.94.0 - 0.96.0 | v2.14.9 | 2.10.10, 2.10.14, 2.13.2, 2.13.5, 2.14.9 | redis:7.4.1-alpine | 2.9.4-alpine |
| 0.86.2 - 0.93.0 | v2.13.5 | 2.9.4, 2.10.10, 2.10.14, 2.13.2, 2.13.5 | redis:7.4.1-alpine | 2.9.4-alpine |
Expand Down
7 changes: 7 additions & 0 deletions release-notes/continuous-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ For more information on GCR, see the [Harness GCR Documentation](/docs/continuou

## September 2025

### GitOps Service 1.42.1, GitOps Agent 0.102.0

#### Fixed Issues:

- Fixed an issue where GitOps application status was not updating immediately after sync operations, causing the UI to display outdated sync status until manual navigation or refresh. Users experienced delays in seeing the correct `Out of Sync` state after Git repository updates, with status sometimes showing as `Unknown` before correcting itself after several minutes. This issue affected all GitOps applications and has been resolved to ensure real-time status updates. (**CDS-113641**, **ZD-91541**)
- Fixed an issue where environment propagation between stages in GitOps PR pipelines was failing with validation errors. Users were unable to execute multi-stage GitOps pipelines when attempting to propagate environments from one stage to the next, even though the YAML configuration passed validation. This functionality has been restored to support proper environment propagation in GitOps workflows and is available behind the feature flag `CDS_GITOPS_ENABLE_ENV_PROPAGATION_UX`. (**CDS-105328**, **ZD-75107**, **ZD-76321**)

### Version 1.109.2

#### New Features and Enhancements:
Expand Down