From 9b497fed25bfc1e56eba095625389addbb19a77f Mon Sep 17 00:00:00 2001 From: vishal-av Date: Mon, 8 Sep 2025 13:41:26 +0530 Subject: [PATCH 1/4] [CDS-114162] GitOps release notes - 1.41.1 --- release-notes/continuous-delivery.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/release-notes/continuous-delivery.md b/release-notes/continuous-delivery.md index a5db83f7460..2b8406dbfba 100644 --- a/release-notes/continuous-delivery.md +++ b/release-notes/continuous-delivery.md @@ -55,9 +55,25 @@ For more information on GCR, see the [Harness GCR Documentation](/docs/continuou ## September 2025 +### GitOps Service 1.41.1, GitOps Agent 0.101.0 + +#### New Features and Enhancements + +- Users can now view specific artifact versions and chart versions when deploying GitOps Apps in the Service Summary, replacing the previous "artifact_version_unspecified" for artifacts and "-" for chart versions. This improvement provides better tracking and visibility of deployed artifacts and charts in your GitOps deployments. + +#### 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**) + + + ### 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**. From ee76a07551ef9c3f7d87098c58ab071e163fe02f Mon Sep 17 00:00:00 2001 From: vishal-av Date: Mon, 8 Sep 2025 13:50:56 +0530 Subject: [PATCH 2/4] Update continuous-delivery.md --- release-notes/continuous-delivery.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/release-notes/continuous-delivery.md b/release-notes/continuous-delivery.md index 2b8406dbfba..9bbf2eb2d59 100644 --- a/release-notes/continuous-delivery.md +++ b/release-notes/continuous-delivery.md @@ -64,13 +64,9 @@ For more information on GCR, see the [Harness GCR Documentation](/docs/continuou #### 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**) - - ### Version 1.105.XX #### New Features and Enhancements From fbb53c0b8e760e634a5ed06fa06429290e0ea584 Mon Sep 17 00:00:00 2001 From: vishal-av Date: Mon, 8 Sep 2025 16:23:47 +0530 Subject: [PATCH 3/4] Update install-a-harness-git-ops-agent.md --- .../gitops/agents/install-a-harness-git-ops-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/continuous-delivery/gitops/agents/install-a-harness-git-ops-agent.md b/docs/continuous-delivery/gitops/agents/install-a-harness-git-ops-agent.md index 7488520f692..18afad72083 100644 --- a/docs/continuous-delivery/gitops/agents/install-a-harness-git-ops-agent.md +++ b/docs/continuous-delivery/gitops/agents/install-a-harness-git-ops-agent.md @@ -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.99.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 | From e2b87585a38fd222e33ddd46685064afe1a8538c Mon Sep 17 00:00:00 2001 From: vishal-av Date: Tue, 9 Sep 2025 19:06:58 +0530 Subject: [PATCH 4/4] update --- release-notes/continuous-delivery.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/release-notes/continuous-delivery.md b/release-notes/continuous-delivery.md index c2a84dcc27b..9025cf4049a 100644 --- a/release-notes/continuous-delivery.md +++ b/release-notes/continuous-delivery.md @@ -57,15 +57,13 @@ For more information on GCR, see the [Harness GCR Documentation](/docs/continuou ### GitOps Service 1.41.1, GitOps Agent 0.101.0 -#### New Features and Enhancements - -- Users can now view specific artifact versions and chart versions when deploying GitOps Apps in the Service Summary, replacing the previous "artifact_version_unspecified" for artifacts and "-" for chart versions. This improvement provides better tracking and visibility of deployed artifacts and charts in your GitOps deployments. - #### 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