Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CDS-101821] CD release notes 1.60 #8267

Merged
merged 6 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
32 changes: 32 additions & 0 deletions release-notes/continuous-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,38 @@ import Kustomizedep from '/release-notes/shared/kustomize-3-4-5-deprecation-noti

## October

### Version 1.60.5

#### New features and enhancements

- The Harness GitOps agent uses the **Horizontal Pod Autoscaler** for CPU and memory management, with a minimum of 1 replica and a maximum of 5 replicas in High Availability (HA) mode. (CDS-100830)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we have a link to Harness docs for the feature? this applies to all features delivered @SudarshanPurohit


- Harness GitOps now supports Multi-Source applications with ArgoCD. Currently, this feature is behind the feature flag `GITOPS_MULTI_SOURCE_ENABLED`. Please contact [Harness support](mailto:support@harness.io) to enable this feature. (CDS-85518)

- We have introduced a **Force Delete** Button for GitOps Applications, which can be used when a delete operation is stalled. Please note that this option may leave some resources orphaned, so it is advised to use it only in critical scenarios. (CDS-97813)

- Users can now send HTML content in the email body, which is rendered correctly in email clients in the **Email Step**. Currently, this feature is behind the feature flag `CDS_EMAIL_USE_DEFAULT_FORMATTING`. Please contact [Harness support](mailto:support@harness.io) to enable this feature. (CDS-99225, ZD-64024)

- In the Harness **Manual Approval** step, we now support allowed values for Approver Inputs. (CDS-99459)

- We now support authentication with JET Identity for the AWS Connector for the following services: EKS, ASG, WinRM, SSH, ECS, CloudFormation, and SAM. (CDS-99538)

#### Fixed issues

- Previously, in the Gitops Overview page, the **Recent Deployment Activities** dashboard did not filter deployments by agent identifier. As a result, deployments from other applications with the same name but different agents were displayed if they were in the same project hierarchy. This issue is resolved. The recent activities dashboard now scopes the results to the appropriate agent. (CDS-100336)

- Previously, some users were unable to use GitEx bidirectional sync with Harness repositories due to the presence of special characters in the repository. This issue is resolved. Users can now create webhooks even if their repository contain special characters. (PIPE-22238, ZD-70182)

- The Git experience repository search was not yielding the expected results. This issue has been resolved. The search functionality works only with repository names, not with full paths or subdirectories. (PIPE-22173, ZD-70809)
SushrutHarness marked this conversation as resolved.
Show resolved Hide resolved

![](./static/git-repository-pipe-22173.png)

- Previously, some users couldn't access Kubernetes service and job names in the exported manifest because of data masking. This issue is resolved. Now, the entire Kubernetes dry run manifest output YAML will not be sanitized, except for config maps and secrets. If the `CDS_K8S_SANITIZE_COMPLETE_DRY_RUN_STEP_OUTPUT` feature flag is enabled, then the entire output will be sanitized. (CDS-101472, ZD-70697)

- The default configuration for the GitOps Get App Details step through the UI was not functioning properly. This issue is resolved. (CDS-101260)

- The ECR token was revealed through artifact expressions in the shell script step. This issue is resolved. (CDS-101258, ZD-70269)

### Version 1.59.4

#### New features and enhancements
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading