Skip to content

Commit

Permalink
Merge pull request #9001 from harness/CDS-105571
Browse files Browse the repository at this point in the history
Gitops release notes 1.23.0
  • Loading branch information
vishal-av authored Jan 16, 2025
2 parents 39231cb + efc9731 commit 6afea21
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions release-notes/continuous-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,27 @@ import Kustomizedep from '/release-notes/shared/kustomize-3-4-5-deprecation-noti

## January 2025

### GitOps Version 1.23.0, GitOps Agent Version 0.84.0

#### New features and enhancements

- The GitOps Agent Argo version has been upgraded from 2.10 to 2.13. (CDS-104976)

- With GitOps agent version 0.83.x if the agent is at project scope in Harness it will reconcile argo clusters and repos that don't have the "project" field as well ("project" refers to the argoproject). (CDS-105211)

- The version of SOPS used by Argo has been upgraded from 3.9.0 to 3.9.2. (CDS-105323)

- Filtering has been greatly improved for GitOps Applications. Here is what you can expect:
- You can now create and save your own custom filters for repeated use.
- Navigate a new filters UI/UX to create and manage your filters easily.
- Added a search box to filter parameter dropdowns. (CDS-101484)

#### Fixed issues

- Previously a `duplicate argo project mapping found` error was being thrown incorrectly when using the API endpoint `/api/v1/appprojectsmapping`. This is now fixed. (CDS-105291)
- Improved logging for the service and agent to include versions. (CDS-97354)
- Improved agent deployment via terraform. This includes fixing a health check, fetching an agent token, and adding a hash value in manifests to enforce reloading. (CDS-102304)

### Version 1.71.2

#### New Features and enhancements
Expand Down Expand Up @@ -107,8 +128,6 @@ import Kustomizedep from '/release-notes/shared/kustomize-3-4-5-deprecation-noti

### Gitops Version 1.22.0, Gitops Agent Version 0.83.0

#### Fixed Issues

#### New Features and enhancements

- Harness now supports the `prefixed_identifier` field in the GitOps Agent Terraform resource. This field provides a scope-prefixed agent identifier, where the scope (account, org, or project) is constant, and the agentId varies based on the specific agent.
Expand Down

0 comments on commit 6afea21

Please sign in to comment.