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 @@ -560,7 +560,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.97.0 - 0.100.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.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 |
| 0.84.2 - 0.85.0 | v2.13.2 | 2.9.0, 2.9.3, 2.9.4, 2.10.10, 2.10.14, 2.13.2 | redis:7.4.1-alpine | 2.9.4-alpine |
Expand Down
12 changes: 11 additions & 1 deletion release-notes/continuous-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,19 @@ For more information on GCR, see the [Harness GCR Documentation](/docs/continuou

## September 2025

### GitOps Service 1.41.1, GitOps Agent 0.101.0

#### Fixed Issues

- Fixed an issue where promote options were missing in GitOps application rollouts. Promote and restart options are now correctly displayed in the GitOps application interface. (**CDS-113725, ZD-91678**)
- Fixed an issue where GitOps applications created through reconciler operations (such as those created by ApplicationSets) were not showing up in the "Referenced By" tab of linked services. These applications now properly appear in the service references, ensuring visibility of service-to-application relationships. (**CDS-113560, ZD-91232**)
- Fixed an issue where GitOps sync was failing with "no space left on device" errors, and the App diff tab was not clickable for some applications. GitOps sync now properly handles storage resources and the App diff tab functionality has been restored. (**CDS-113506, ZD-91129**)
- Fixed an issue where artifact and chart versions were not displayed in the GitOps Service Summary, showing as **artifact_version_unspecified** for artifacts and `-` for chart versions. Users can now see specific artifact and chart versions during deployment, improving tracking and visibility.


### Version 1.105.XX

#### New Features and Enhancements:
#### New Features and Enhancements

- Harness now supports a new account-level setting `enable_signed_commit_for_github` to control automatic commit signing when using GitHub App authentication. You can configure this setting under **Account Settings** → **Default Settings** → **Git Experience**.

Expand Down